polybar cal icon and tmux fix

nvim
spinach 2 years ago
parent 986d39f2b4
commit efd91f41d2

@ -38,7 +38,7 @@ font-0 = Hack Nerd Font:size=10;2
height = 14pt
; modules
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]
; desktop bar config
@ -49,7 +49,7 @@ height = 24pt
modules-left = xworkspaces focus spotify spotify-len todo
;modules-left = xworkspaces spotify spotify-len
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]
type = internal/xworkspaces
@ -236,5 +236,12 @@ type = custom/script
interval = 5
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]
screenchange-reload = true

@ -18,10 +18,10 @@ bind-key v select-layout even-vertical
bind-key h select-layout even-horizontal
# vimlike keybinds
bind M-h "select-pane -L"
bind M-j "select-pane -D"
bind M-k "select-pane -U"
bind M-l "select-pane -R"
bind -n M-h "select-pane -L"
bind -n M-j "select-pane -D"
bind -n M-k "select-pane -U"
bind -n M-l "select-pane -R"
# binds path to current one
bind-key a attach -c "#{pane_current_path}"

Loading…
Cancel
Save