polybar cal icon and tmux fix
This commit is contained in:
parent
986d39f2b4
commit
efd91f41d2
@ -38,7 +38,7 @@ font-0 = Hack Nerd Font:size=10;2
|
|||||||
height = 14pt
|
height = 14pt
|
||||||
; modules
|
; modules
|
||||||
modules-left = xworkspaces weather-thinkpad
|
modules-left = xworkspaces weather-thinkpad
|
||||||
modules-right = battery pulseaudio memory cpu wlan seafile date powermenu
|
modules-right = battery pulseaudio memory cpu wlan seafile calendar-sync date powermenu
|
||||||
|
|
||||||
[bar/desktop-bar]
|
[bar/desktop-bar]
|
||||||
; desktop bar config
|
; desktop bar config
|
||||||
@ -49,7 +49,7 @@ height = 24pt
|
|||||||
modules-left = xworkspaces focus spotify spotify-len todo
|
modules-left = xworkspaces focus spotify spotify-len todo
|
||||||
;modules-left = xworkspaces spotify spotify-len
|
;modules-left = xworkspaces spotify spotify-len
|
||||||
modules-center = weather-desktop
|
modules-center = weather-desktop
|
||||||
modules-right = pulseaudio memory cpu temperature eth mouse-power seafile date powermenu
|
modules-right = pulseaudio memory cpu temperature eth mouse-power seafile calendar-sync date powermenu
|
||||||
|
|
||||||
[module/xworkspaces]
|
[module/xworkspaces]
|
||||||
type = internal/xworkspaces
|
type = internal/xworkspaces
|
||||||
@ -236,5 +236,12 @@ type = custom/script
|
|||||||
interval = 5
|
interval = 5
|
||||||
exec = PERCENTAGE=true g703monitor.sh
|
exec = PERCENTAGE=true g703monitor.sh
|
||||||
|
|
||||||
|
[module/calendar-sync]
|
||||||
|
; clickable sync for calendar
|
||||||
|
type = custom/script
|
||||||
|
|
||||||
|
exec = echo -e '\uf073'
|
||||||
|
click-left = CALCURSE_CALDAV_PASSWORD=$(pass show cal.keegandeppe/kdeppe) calcurse-caldav
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
screenchange-reload = true
|
screenchange-reload = true
|
||||||
|
@ -18,10 +18,10 @@ bind-key v select-layout even-vertical
|
|||||||
bind-key h select-layout even-horizontal
|
bind-key h select-layout even-horizontal
|
||||||
|
|
||||||
# vimlike keybinds
|
# vimlike keybinds
|
||||||
bind M-h "select-pane -L"
|
bind -n M-h "select-pane -L"
|
||||||
bind M-j "select-pane -D"
|
bind -n M-j "select-pane -D"
|
||||||
bind M-k "select-pane -U"
|
bind -n M-k "select-pane -U"
|
||||||
bind M-l "select-pane -R"
|
bind -n M-l "select-pane -R"
|
||||||
|
|
||||||
# binds path to current one
|
# binds path to current one
|
||||||
bind-key a attach -c "#{pane_current_path}"
|
bind-key a attach -c "#{pane_current_path}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user