1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-22 14:51:56 +01:00

adjust waybar font

This commit is contained in:
Nick Boughton 2021-05-14 11:55:35 +01:00
parent d3c1162403
commit acd213b358
2 changed files with 3 additions and 7 deletions

@ -113,7 +113,6 @@ wrapping-scroll = false
label-mode-padding = 2
label-mode-foreground = ${colors.foreground}
;label-mode-background = ${colors.primary}
; focused = Active workspace on focused monitor
label-focused = %index% %icon%
@ -245,10 +244,10 @@ menu-0-1-exec = menu-open-2
menu-1-0 = cancel
menu-1-0-exec = menu-open-0
menu-1-1 = reboot
menu-1-1-exec = sudo reboot
menu-1-1-exec = reboot
menu-2-0 = power off
menu-2-0-exec = sudo poweroff
menu-2-0-exec = poweroff
menu-2-1 = cancel
menu-2-1-exec = menu-open-0

@ -17,9 +17,7 @@
* {
font-size: 12px;
font-family: "Fira Code", "Font Awesome 5 Free";
font-weight: bold;
/*font-family: "Kanit Medium", "Font Awesome 5 Free";*/
font-family: "Fira Code Medium", "Font Awesome 5 Free";
}
window#waybar {
@ -32,7 +30,6 @@ window#waybar.bottom {
}
window#waybar.top {
padding-top: 3px;
background: none;
margin: 0;
}