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 &
|
feh --randomize --bg-fill ~/Pictures/Wallpapers/i3 &
|
||||||
compton & # Desktop compositor
|
compton & # Desktop compositor
|
||||||
pulseaudio -D & # Audio daemon
|
pulseaudio -D & # Audio daemon
|
||||||
polybar top & # Simple bar
|
polybar alpha & # Simple bar
|
||||||
|
|
||||||
syncthing -no-browser & # File synchronization daemon
|
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.
|
# 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 --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_always --no-startup-id "sleep 1; polybar bottom"
|
||||||
exec --no-startup-id "redshift -l 38.627003:-90.199402"
|
exec --no-startup-id "redshift -l 38.627003:-90.199402"
|
||||||
exec_always --no-startup-id "compton --config ~/.config/compton.conf"
|
exec_always --no-startup-id "compton --config ~/.config/compton.conf"
|
||||||
|
@ -64,7 +64,7 @@ font-4 = ${res/fonts.font-4}
|
|||||||
|
|
||||||
; UPPER
|
; UPPER
|
||||||
;====================
|
;====================
|
||||||
[bar/top]
|
[bar/alpha]
|
||||||
inherit = template/bar
|
inherit = template/bar
|
||||||
tray-position = right
|
tray-position = right
|
||||||
tray-padding = 0
|
tray-padding = 0
|
||||||
@ -78,7 +78,7 @@ modules-right = temperature-ramp || cpu-label memory-label || volume-ramp batter
|
|||||||
|
|
||||||
; LOWER
|
; LOWER
|
||||||
;====================
|
;====================
|
||||||
[bar/bottom]
|
[bar/beta]
|
||||||
inherit = template/bar
|
inherit = template/bar
|
||||||
bottom=true
|
bottom=true
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user