mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Move git status
This commit is contained in:
parent
8acbddbed3
commit
a26bd5133a
@ -48,7 +48,7 @@ monitor = ${env:MONITOR:eDP1}
|
|||||||
|
|
||||||
modules-left = bspwm
|
modules-left = bspwm
|
||||||
modules-center = battery0 battery1 wlan bluetooth
|
modules-center = battery0 battery1 wlan bluetooth
|
||||||
modules-right = github updates-arch-combined xbacklight volume memory cpu temperature filesystem mail rss date
|
modules-right = updates-arch-combined xbacklight volume memory cpu temperature filesystem mail rss github date
|
||||||
|
|
||||||
tray-position = right
|
tray-position = right
|
||||||
|
|
||||||
@ -58,7 +58,7 @@ monitor = ${env:MONITOR:DP-1}
|
|||||||
|
|
||||||
modules-left = bspwm
|
modules-left = bspwm
|
||||||
modules-center = player-mpris-tail
|
modules-center = player-mpris-tail
|
||||||
modules-right = eth bluetooth github updates-arch-combined volume memory cpu temperature filesystem mail rss date
|
modules-right = eth bluetooth updates-arch-combined volume memory cpu temperature filesystem mail rss github date
|
||||||
|
|
||||||
tray-position = right
|
tray-position = right
|
||||||
|
|
||||||
@ -376,6 +376,7 @@ token = ${file:~/.github-access-token}
|
|||||||
format-prefix = " "
|
format-prefix = " "
|
||||||
format-prefix-foreground=${colors.alert}
|
format-prefix-foreground=${colors.alert}
|
||||||
label-foreground = ${colors.alert}
|
label-foreground = ${colors.alert}
|
||||||
|
empty-notificaitons = false
|
||||||
|
|
||||||
[module/updates-arch-combined]
|
[module/updates-arch-combined]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
@ -402,16 +403,16 @@ click-left = ~/.config/polybar/bin/switch-bluetooth
|
|||||||
[module/rss]
|
[module/rss]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
|
|
||||||
interval = 300
|
|
||||||
format-prefix = "參 "
|
|
||||||
exec = /bin/sh ~/.local/bin/rsscount
|
exec = /bin/sh ~/.local/bin/rsscount
|
||||||
|
click-left = alacritty --class newsboat -e newsboat
|
||||||
|
click-middle = newsup &
|
||||||
|
|
||||||
[module/mail]
|
[module/mail]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
|
|
||||||
exec = /bin/sh ~/.local/bin/mailcount
|
exec = /bin/sh ~/.local/bin/mailcount
|
||||||
click-left = alacritty -e neomutt
|
click-left = alacritty -e neomutt
|
||||||
click-middle = setsid mailsync
|
click-middle = mailsync &
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
screenchange-reload = true
|
screenchange-reload = true
|
||||||
|
Loading…
Reference in New Issue
Block a user