polybar: Decrease height

This makes polybar less obtrusive, however I've been considering
removing it in the long-term to maximize screen estate. Although polybar
is cute, I don't *need* to know everything in the bar every second I use
the computer. Having specialized commands or keybinds that show certain
information seems more useful in this case.

Some information, such as the date and time, could become a part of the
wallpaper itself, making blank desktops more useful than they are now.
Although widgets are also an option, I have not verified how well these
work under my current setup yet.
This commit is contained in:
Donovan Glover 2022-10-24 11:54:38 -04:00
parent 64029e3c5b
commit 3321d30827
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 6 additions and 6 deletions

View File

@ -25,11 +25,11 @@ foreground = ${color.background-alt}
background = ${color.background}
border-color = ${color.text}
font-0 = "Fira Mono:style=Bold:size=10"
font-1 = "Noto Sans CJK JP:size=10"
font-2 = "Font Awesome 6 Free:style=Solid:size=10"
font-3 = "Font Awesome 6 Free:style=Regular:size=10"
font-4 = "Font Awesome 6 Brands:style=Regular:size=10"
font-0 = "Hack:size=9"
font-1 = "Noto Sans CJK JP:size=9"
font-2 = "Font Awesome 6 Free:style=Solid:size=9"
font-3 = "Font Awesome 6 Free:style=Regular:size=9"
font-4 = "Font Awesome 6 Brands:style=Regular:size=9"
padding-left = 1
padding-right = 2

View File

@ -15,7 +15,7 @@ bspc_config() {
}
# Set defaults
POLYBAR_HEIGHT=$((35 * $POLYBAR_SCALE))
POLYBAR_HEIGHT=$((30 * $POLYBAR_SCALE))
HOST_WIDTH=$(bspc query -T -m | jq '.rectangle.width')
# Make the bar float