mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Compare commits
2 Commits
f4b9b35c4e
...
c34e9dccb9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c34e9dccb9 | ||
|
|
27e6541357 |
@@ -206,6 +206,10 @@ desktop_sway_dotfiles:
|
||||
src: .config/wlogout/
|
||||
dest: .config/wlogout/
|
||||
mode: preserve
|
||||
- name: foot config
|
||||
src: .config/foot/
|
||||
dest: .config/foot/
|
||||
mode: preserve
|
||||
|
||||
desktop_flatpak_packages:
|
||||
- be.alexandervanhee.gradia
|
||||
|
||||
@@ -8,7 +8,7 @@ height = (0, 120)
|
||||
origin = top-right
|
||||
offset = (20, 40)
|
||||
|
||||
font = LiterationMono Nerd Font 10
|
||||
font = NotoSans NF 10
|
||||
line_height = 2
|
||||
|
||||
padding = 12
|
||||
|
||||
5
dotfiles/desktop/.config/foot/foot.ini
Normal file
5
dotfiles/desktop/.config/foot/foot.ini
Normal file
@@ -0,0 +1,5 @@
|
||||
[main]
|
||||
font = Liberation Mono:size=14
|
||||
|
||||
[colors-dark]
|
||||
background = 000000
|
||||
@@ -2,7 +2,7 @@ configuration {
|
||||
modi: "drun,run,window";
|
||||
show-icons: true;
|
||||
icon-theme: "Yaru";
|
||||
font: "LiterationMono Nerd Font 11";
|
||||
font: "NotoSans NF 11";
|
||||
}
|
||||
|
||||
* {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
set $mod Mod4
|
||||
|
||||
font pango:LiterationMono Nerd Font 10
|
||||
font pango:NotoSans NF 10
|
||||
|
||||
# vim-like directions
|
||||
set $left h
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
* {
|
||||
font-family: "LiterationMono Nerd Font", "Symbols Nerd Font Mono", monospace;
|
||||
font-family: "NotoSans NF";
|
||||
font-size: 10pt;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
(load-theme 'nordic-night t))
|
||||
|
||||
;; Setting default font
|
||||
(set-frame-font "LiterationMono Nerd Font 14" nil t)
|
||||
(set-frame-font "UbuntuSansMono Nerd Font 14" nil t)
|
||||
|
||||
(add-to-list 'default-frame-alist
|
||||
'(font . "FantasqueSansM Nerd Font-14"))
|
||||
'(font . "UbuntuSansMono Nerd Font-14"))
|
||||
|
||||
;; Remove toolbar
|
||||
(tool-bar-mode -1)
|
||||
|
||||
Reference in New Issue
Block a user