mirror of
https://github.com/Fluffy-Bean/dots.git
synced 2025-05-14 07:42:14 +00:00
Update checker fix
This commit is contained in:
parent
6b68015b07
commit
79ca318e9f
2 changed files with 5 additions and 26 deletions
|
@ -4,4 +4,6 @@ b=$(pacman -Qu | wc -l)
|
|||
|
||||
if [[ "$b" -ne "0" ]]; then
|
||||
echo " ";
|
||||
else
|
||||
echo "";
|
||||
fi
|
||||
|
|
|
@ -10,6 +10,8 @@ date = "%a, %d %b"
|
|||
label = "%date%"
|
||||
|
||||
format-background = ${colors.modback}
|
||||
|
||||
|
||||
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
|
||||
;; TIME
|
||||
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
|
||||
|
@ -24,31 +26,6 @@ label = "%time%"
|
|||
format-background = ${colors.modback}
|
||||
|
||||
|
||||
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
|
||||
;; WORKSPACE
|
||||
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
|
||||
[module/workspace]
|
||||
type = internal/xworkspaces
|
||||
|
||||
label-active = %icon%
|
||||
|
||||
format = <label-state>
|
||||
|
||||
icon-0 = 1;
|
||||
icon-1 = 2;
|
||||
icon-2 = 3;
|
||||
icon-3 = 4;
|
||||
icon-4 = 5;
|
||||
icon-5 = 6;
|
||||
icon-6 = 7;
|
||||
icon-7 = 8;
|
||||
icon-8 = 9;
|
||||
|
||||
label-occupied-foreground = ${color.foreground}
|
||||
label-active-foreground = #8C977D
|
||||
label-empty-foreground = #666
|
||||
|
||||
|
||||
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
|
||||
;; SPOTIFY
|
||||
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
|
||||
|
@ -71,7 +48,7 @@ scroll-down = playerctl --player=spotify previous
|
|||
;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
|
||||
[module/updates]
|
||||
type = custom/script
|
||||
internal = 120
|
||||
internal = 169
|
||||
|
||||
format-background = ${colors.modback}
|
||||
;format-padding = 1
|
||||
|
|
Loading…
Add table
Reference in a new issue