minor polybar bug fixes
This commit is contained in:
parent
0c372ee22b
commit
d53b1c26b9
@ -199,9 +199,9 @@ bindsym $mod+r mode "resize"
|
||||
#status_command
|
||||
# }
|
||||
|
||||
exec_always --no-startup-id picom-launch.sh desktop-bar
|
||||
exec_always --no-startup-id picom-launch.sh
|
||||
|
||||
# background
|
||||
exec_always --no-startup-id feh --bg-scale ~/.config/i3/wallpaper.jpg
|
||||
# poly bar
|
||||
exec_always --no-startup-id polybar-launch.sh
|
||||
exec_always --no-startup-id polybar-launch.sh desktop-bar
|
||||
|
@ -1 +1 @@
|
||||
/home/keegan/.dotfiles/gui/wallpapers/pine_tree.jpg
|
||||
/home/spinach/.dotfiles/gui/wallpapers/pine_tree.jpg
|
@ -197,9 +197,9 @@ bindsym $mod+r mode "resize"
|
||||
#status_command
|
||||
# }
|
||||
|
||||
exec_always --no-startup-id picom-launch.sh thinkpad-bar
|
||||
exec_always --no-startup-id picom-launch.sh
|
||||
|
||||
# background
|
||||
exec_always --no-startup-id feh --bg-scale ~/.config/i3/wallpaper.jpg
|
||||
# poly bar
|
||||
exec_always --no-startup-id polybar-launch.sh
|
||||
exec_always --no-startup-id polybar-launch.sh thinkpad-bar
|
||||
|
@ -18,8 +18,6 @@ separator = |
|
||||
separator-foreground = ${colors.disabled}
|
||||
module-margin = 1
|
||||
padding = 2
|
||||
; for multi monitor
|
||||
monitor = ${env:MONITOR:}
|
||||
; places bar at the top
|
||||
bottom = false
|
||||
fixed-center = true
|
||||
@ -38,7 +36,10 @@ modules-right = battery pulseaudio memory cpu wlan date
|
||||
|
||||
[bar/desktop-bar]
|
||||
; desktop bar config
|
||||
inherit = section/base-bar
|
||||
; height
|
||||
height = 24pt
|
||||
; modules
|
||||
modules-left = xworkspaces xwindow-desktop
|
||||
modules-center = weather-desktop
|
||||
modules-right = pulseaudio memory cpu eth date
|
||||
|
Loading…
x
Reference in New Issue
Block a user