Compare commits

2 Commits

Author SHA1 Message Date
Fabio Scotto di Santolo
c34e9dccb9 desktop: swap fonts to NotoSans NF and UbuntuSansMono Nerd Font 2026-05-23 22:24:07 +02:00
Fabio Scotto di Santolo
27e6541357 sway: add foot terminal config (Liberation Mono 14, black background)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-23 19:37:18 +02:00
7 changed files with 15 additions and 6 deletions

View File

@@ -206,6 +206,10 @@ desktop_sway_dotfiles:
src: .config/wlogout/ src: .config/wlogout/
dest: .config/wlogout/ dest: .config/wlogout/
mode: preserve mode: preserve
- name: foot config
src: .config/foot/
dest: .config/foot/
mode: preserve
desktop_flatpak_packages: desktop_flatpak_packages:
- be.alexandervanhee.gradia - be.alexandervanhee.gradia

View File

@@ -8,7 +8,7 @@ height = (0, 120)
origin = top-right origin = top-right
offset = (20, 40) offset = (20, 40)
font = LiterationMono Nerd Font 10 font = NotoSans NF 10
line_height = 2 line_height = 2
padding = 12 padding = 12

View File

@@ -0,0 +1,5 @@
[main]
font = Liberation Mono:size=14
[colors-dark]
background = 000000

View File

@@ -2,7 +2,7 @@ configuration {
modi: "drun,run,window"; modi: "drun,run,window";
show-icons: true; show-icons: true;
icon-theme: "Yaru"; icon-theme: "Yaru";
font: "LiterationMono Nerd Font 11"; font: "NotoSans NF 11";
} }
* { * {

View File

@@ -2,7 +2,7 @@
set $mod Mod4 set $mod Mod4
font pango:LiterationMono Nerd Font 10 font pango:NotoSans NF 10
# vim-like directions # vim-like directions
set $left h set $left h

View File

@@ -1,5 +1,5 @@
* { * {
font-family: "LiterationMono Nerd Font", "Symbols Nerd Font Mono", monospace; font-family: "NotoSans NF";
font-size: 10pt; font-size: 10pt;
min-height: 0; min-height: 0;
} }

View File

@@ -7,10 +7,10 @@
(load-theme 'nordic-night t)) (load-theme 'nordic-night t))
;; Setting default font ;; 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 (add-to-list 'default-frame-alist
'(font . "FantasqueSansM Nerd Font-14")) '(font . "UbuntuSansMono Nerd Font-14"))
;; Remove toolbar ;; Remove toolbar
(tool-bar-mode -1) (tool-bar-mode -1)