diff options
-rw-r--r-- | config/foot/foot.ini | 6 | ||||
-rw-r--r-- | config/hikari/hikari.conf | 4 | ||||
-rw-r--r-- | config/waybar/style.css | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/config/foot/foot.ini b/config/foot/foot.ini index 5100c7f..9523e33 100644 --- a/config/foot/foot.ini +++ b/config/foot/foot.ini @@ -1,6 +1,6 @@ -pad=4x4 -font=Input Mono Condensed:size=14 -line-height=20 +pad=8x4 +font=Iosevka Term:size=14:weight=light +line-height=22 underline-thickness=1px underline-offset=4px box-drawings-uses-font-glyphs=yes diff --git a/config/hikari/hikari.conf b/config/hikari/hikari.conf index 0b38c6b..d03f84c 100644 --- a/config/hikari/hikari.conf +++ b/config/hikari/hikari.conf @@ -63,8 +63,8 @@ actions { email = "foot aerc" browser = "firefox" bemenu = "/bin/sh -c bemenu-toggle" - brightness-down = "light -U 10" - brightness-up = "light -A 10" + brightness-down = "brightnessctl s 10%-" + brightness-up = "brightnessctl s +10%" volume-mute = "pamixer -t" volume-raise = "pamixer -i 5" volume-lower = "pamixer -d 5" diff --git a/config/waybar/style.css b/config/waybar/style.css index c88b530..55cfb23 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -1,6 +1,6 @@ * { /* `otf-font-awesome` is required to be installed for icons */ - font-family: Input Mono Condensed; + font-family: Iosevka Aile; font-size: 18px; } |