Polybar, rofi: Miscellaneous fixes

This commit is contained in:
Salt 2018-05-06 02:15:38 -05:00
parent c80a8a31c5
commit 37ff3b6d8a
4 changed files with 4 additions and 6 deletions

View File

@ -64,8 +64,7 @@ rofi.matching: fuzzy
rofi.color-enabled: true
rofi.show-icons: true
rofi.drun-icon-theme: Papirus-Color
rofi.columns: 3
rofi.font: Helvetica CE 10
rofi.font: Terminus 9
rofi.bw: 4
rofi.padding: 8
! 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-urgent: S_base03, S_yellow, S_base02, S_yellow, S_base03
rofi.width: 48
rofi.width: 32

View File

@ -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 9=Meta+9,Meta+9,Activate Task Manager Entry 9
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
clipboard_action=Ctrl+Alt+X,Ctrl+Alt+X,Enable Clipboard Actions
cycleNextAction=none,none,Next History Item

View File

@ -72,7 +72,7 @@ font-4 = ${res/fonts.font-4}
# BARS
#====================
[bar/primary-top]
monitor = ${env:PB_MONITOR}
monitor = ${env:PB_MONITOR:eDP-1}
inherit = template/bar
modules-left = i3 bspwm cpu memory fs-home update-arch

View File

@ -11,7 +11,7 @@ export PB_WM_RESTACK=bspwm
# Starting with the primary monitor...
export PB_MONITOR=$(xrandr -q | awk '/\<primary\>/{print $1}')
if [[ $PB_MONITOR == "" ]]; then
exit 1
unset PB_MONITOR
fi
printf '[INFO] Starting Polybar primary on monitor $PB_MONITOR'
polybar -r primary-top&