Polybar, rofi: Miscellaneous fixes
This commit is contained in:
parent
c80a8a31c5
commit
37ff3b6d8a
@ -64,8 +64,7 @@ rofi.matching: fuzzy
|
|||||||
rofi.color-enabled: true
|
rofi.color-enabled: true
|
||||||
rofi.show-icons: true
|
rofi.show-icons: true
|
||||||
rofi.drun-icon-theme: Papirus-Color
|
rofi.drun-icon-theme: Papirus-Color
|
||||||
rofi.columns: 3
|
rofi.font: Terminus 9
|
||||||
rofi.font: Helvetica CE 10
|
|
||||||
rofi.bw: 4
|
rofi.bw: 4
|
||||||
rofi.padding: 8
|
rofi.padding: 8
|
||||||
! BG FG BG-ALT HLBG HLFG
|
! BG FG BG-ALT HLBG HLFG
|
||||||
@ -74,5 +73,5 @@ rofi.color-normal: S_base03, S_base0, S_base03, S_base0, S_base03
|
|||||||
rofi.color-active: S_base03, S_blue, S_base02, S_blue, S_base03
|
rofi.color-active: S_base03, S_blue, S_base02, S_blue, S_base03
|
||||||
rofi.color-urgent: S_base03, S_yellow, S_base02, S_yellow, S_base03
|
rofi.color-urgent: S_base03, S_yellow, S_base02, S_yellow, S_base03
|
||||||
|
|
||||||
rofi.width: 48
|
rofi.width: 32
|
||||||
|
|
||||||
|
@ -294,7 +294,6 @@ activate task manager entry 7=Meta+7,Meta+7,Activate Task Manager Entry 7
|
|||||||
activate task manager entry 8=Meta+8,Meta+8,Activate Task Manager Entry 8
|
activate task manager entry 8=Meta+8,Meta+8,Activate Task Manager Entry 8
|
||||||
activate task manager entry 9=Meta+9,Meta+9,Activate Task Manager Entry 9
|
activate task manager entry 9=Meta+9,Meta+9,Activate Task Manager Entry 9
|
||||||
activate widget 25=none,none,Activate Pager Widget
|
activate widget 25=none,none,Activate Pager Widget
|
||||||
activate widget 50=Alt+F1,none,Activate Application Launcher Widget
|
|
||||||
clear-history=none,none,Clear Clipboard History
|
clear-history=none,none,Clear Clipboard History
|
||||||
clipboard_action=Ctrl+Alt+X,Ctrl+Alt+X,Enable Clipboard Actions
|
clipboard_action=Ctrl+Alt+X,Ctrl+Alt+X,Enable Clipboard Actions
|
||||||
cycleNextAction=none,none,Next History Item
|
cycleNextAction=none,none,Next History Item
|
||||||
|
@ -72,7 +72,7 @@ font-4 = ${res/fonts.font-4}
|
|||||||
# BARS
|
# BARS
|
||||||
#====================
|
#====================
|
||||||
[bar/primary-top]
|
[bar/primary-top]
|
||||||
monitor = ${env:PB_MONITOR}
|
monitor = ${env:PB_MONITOR:eDP-1}
|
||||||
inherit = template/bar
|
inherit = template/bar
|
||||||
|
|
||||||
modules-left = i3 bspwm cpu memory fs-home update-arch
|
modules-left = i3 bspwm cpu memory fs-home update-arch
|
||||||
|
@ -11,7 +11,7 @@ export PB_WM_RESTACK=bspwm
|
|||||||
# Starting with the primary monitor...
|
# Starting with the primary monitor...
|
||||||
export PB_MONITOR=$(xrandr -q | awk '/\<primary\>/{print $1}')
|
export PB_MONITOR=$(xrandr -q | awk '/\<primary\>/{print $1}')
|
||||||
if [[ $PB_MONITOR == "" ]]; then
|
if [[ $PB_MONITOR == "" ]]; then
|
||||||
exit 1
|
unset PB_MONITOR
|
||||||
fi
|
fi
|
||||||
printf '[INFO] Starting Polybar primary on monitor $PB_MONITOR'
|
printf '[INFO] Starting Polybar primary on monitor $PB_MONITOR'
|
||||||
polybar -r primary-top&
|
polybar -r primary-top&
|
||||||
|
Loading…
Reference in New Issue
Block a user