Add super+enter binds to open terminal in all wm's

This commit is contained in:
natemaia
2018-08-11 21:08:38 -07:00
parent 6c38210c10
commit 0d2d6f937a
8 changed files with 19 additions and 12 deletions

View File

@ -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}

View File

@ -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

View File

@ -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