From 39bb3ea9cfb1b2475cdc7064c349adfba2150b83 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 5 Oct 2020 19:55:07 -0500 Subject: [PATCH] Polybar, Conky: Floating bars are all the rage these days --- .config/conky/conky-clock.conf | 2 +- .config/conky/gen.sh | 2 +- .config/polybar/config | 6 ++---- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.config/conky/conky-clock.conf b/.config/conky/conky-clock.conf index 7dfb782b..7a8de441 100644 --- a/.config/conky/conky-clock.conf +++ b/.config/conky/conky-clock.conf @@ -28,7 +28,7 @@ conky.config = { border_outer_margin = 0, border_inner_margin = 16, gap_x = 27, - gap_y = 62, + gap_y = 72, format_human_readable = true, temperature_unit = "celsius", diff --git a/.config/conky/gen.sh b/.config/conky/gen.sh index 285400b9..2663e66f 100755 --- a/.config/conky/gen.sh +++ b/.config/conky/gen.sh @@ -137,7 +137,7 @@ conky.config = { border_outer_margin = 0, border_inner_margin = 16, gap_x = 27, - gap_y = 62, + gap_y = 72, format_human_readable = true, temperature_unit = "celsius", diff --git a/.config/polybar/config b/.config/polybar/config index 7b24d9a0..47002e02 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -52,9 +52,9 @@ tray-background = ${res/colors.bg} height = 32 width = 100%:-12 offset-x = 6 +offset-y = 6 padding = 2 -border-left-size = ${res/config.border-size} -border-right-size = ${res/config.border-size} +border-size = ${res/config.border-size} font-0 = "Roboto:style=Regular:size=10;2" font-1 = "Deja Vu Sans Mono:style=Regular:size=10;2" font-2 = "Roboto:style=Bold:size=10;2" @@ -63,7 +63,6 @@ font-3 = "Fork Awesome:style=Regular:size=12;2" [bar/primary] monitor = ${env:PB_MONITOR:eDP-1} inherit = template/bar -border-top-size = ${res/config.border-size} tray-position = center modules-left = i3 bspwm service-ansible service-backup reboot-required modules-right = backlight pulse battery | date @@ -71,7 +70,6 @@ modules-right = backlight pulse battery | date [bar/secondary] monitor= ${env:PB_MONITOR:HDMI-A-0} inherit = template/bar -border-top-size = ${res/config.border-size} modules-left = i3 bspwm modules-right = wlan-desktop-stats mpd | date