Add super+enter binds to open terminal in all wm's
This commit is contained in:
@ -19,7 +19,7 @@ monitor =
|
||||
|
||||
modules-left = jgmenu workspaces
|
||||
modules-center = window_switch clock
|
||||
modules-right = temperature pkg network volume
|
||||
modules-right = ${env:POLYBAR_MODULES:temperature pkg network volume}
|
||||
|
||||
|
||||
;=====================================================
|
||||
@ -34,7 +34,7 @@ monitor =
|
||||
|
||||
modules-left = jgmenu i3 menu
|
||||
modules-center = clock
|
||||
modules-right = coreuse temperature memory pkg network volume
|
||||
modules-right = ${env:POLYBAR_MODULES:coreuse temperature memory pkg network volume}
|
||||
|
||||
|
||||
;=====================================================
|
||||
@ -49,4 +49,4 @@ monitor =
|
||||
|
||||
modules-left = bspwm menu
|
||||
modules-center = clock
|
||||
modules-right = coreuse temperature memory pkg network volume
|
||||
modules-right = ${env:POLYBAR_MODULES:coreuse temperature memory pkg network volume}
|
||||
|
@ -274,9 +274,9 @@ ramp-volume-3-foreground = ${colors.urgent}
|
||||
[module/battery]
|
||||
type = internal/battery
|
||||
; Use $ ls -1 /sys/class/power_supply/
|
||||
battery = BAT0
|
||||
adapter = AC
|
||||
full-at = 98
|
||||
battery = ${env:LAPTOP_BATTERY:BAT1}
|
||||
adapter = ${env:LAPTOP_ADAPTER:ACAD}
|
||||
full-at = 99
|
||||
poll-interval = 5
|
||||
time-format = %H:%M
|
||||
|
||||
|
@ -4,4 +4,4 @@
|
||||
# To load session at startup use the following line
|
||||
# sleep 1; al-polybar-session &
|
||||
|
||||
/home/liveuser/.config/polybar/config openbox-bar
|
||||
/home/liveuser/.config/polybar/config openbox-bar
|
||||
|
Reference in New Issue
Block a user