Polybar: Rename primary panel
This commit is contained in:
parent
f7b68fd6fd
commit
0e16567a77
@ -41,7 +41,7 @@ redshift -l 38.627003:-90.199402 & # Eye strain-reducer
|
||||
feh --randomize --bg-fill ~/Pictures/Wallpapers/i3 &
|
||||
compton & # Desktop compositor
|
||||
pulseaudio -D & # Audio daemon
|
||||
polybar top & # Simple bar
|
||||
polybar alpha & # Simple bar
|
||||
|
||||
syncthing -no-browser & # File synchronization daemon
|
||||
|
||||
|
@ -58,7 +58,7 @@ font xos4 Terminus 9
|
||||
# Use in case of NODM/autlogin and .xinitrc -- If we're just starting the system, we need to lock it up.
|
||||
#exec --no-startup-id "i3lock -i ~/.i3splash"
|
||||
|
||||
exec_always --no-startup-id "killall polybar; sleep 1; polybar top"
|
||||
exec_always --no-startup-id "killall polybar; sleep 1; polybar alpha"
|
||||
#exec_always --no-startup-id "sleep 1; polybar bottom"
|
||||
exec --no-startup-id "redshift -l 38.627003:-90.199402"
|
||||
exec_always --no-startup-id "compton --config ~/.config/compton.conf"
|
||||
|
@ -64,7 +64,7 @@ font-4 = ${res/fonts.font-4}
|
||||
|
||||
; UPPER
|
||||
;====================
|
||||
[bar/top]
|
||||
[bar/alpha]
|
||||
inherit = template/bar
|
||||
tray-position = right
|
||||
tray-padding = 0
|
||||
@ -78,7 +78,7 @@ modules-right = temperature-ramp || cpu-label memory-label || volume-ramp batter
|
||||
|
||||
; LOWER
|
||||
;====================
|
||||
[bar/bottom]
|
||||
[bar/beta]
|
||||
inherit = template/bar
|
||||
bottom=true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user