Move stuff into script/polybar folder
This commit is contained in:
parent
4589b3fcf9
commit
9f54cc14cb
@ -94,11 +94,11 @@ content = " "
|
|||||||
type = custom/script
|
type = custom/script
|
||||||
format-foreground = ${colors.foreground}
|
format-foreground = ${colors.foreground}
|
||||||
format-background = ${colors.modbackground}
|
format-background = ${colors.modbackground}
|
||||||
exec = ~/.config/polybar/scripts/player-mpris-tail.py -f '{icon} {:artist:t15:{artist}:}{:artist: - :}{:t30:{title}:}'
|
exec = ~/scripts/polybar/player-mpris-tail.py -f '{icon} {:artist:t15:{artist}:}{:artist: - :}{:t30:{title}:}'
|
||||||
tail = true
|
tail = true
|
||||||
click-left = ~/.config/polybar/scripts/player-mpris-tail.py play-pause &
|
click-left = ~/scripts/polybar/player-mpris-tail.py play-pause &
|
||||||
click-right = ~/.config/polybar/scripts/player-mpris-tail.py next &
|
click-right = ~/scripts/polybar/player-mpris-tail.py next &
|
||||||
click-middle = ~/.config/polybar/scripts/player-mpris-tail.py previous &
|
click-middle = ~/scripts/polybar/player-mpris-tail.py previous &
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
@ -124,7 +124,7 @@ content = " ▶ "
|
|||||||
content-background = ${colors.modbackground}
|
content-background = ${colors.modbackground}
|
||||||
content-foreground = ${colors.foreground}
|
content-foreground = ${colors.foreground}
|
||||||
|
|
||||||
click-left = ~/.config/polybar/scripts/powermenu
|
click-left = ~/scripts/polybar/powermenu
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
@ -132,7 +132,7 @@ click-left = ~/.config/polybar/scripts/powermenu
|
|||||||
|
|
||||||
[module/player-cmus]
|
[module/player-cmus]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
exec = ~/.config/polybar/scripts/player-cmus.sh
|
exec = ~/scripts/polybar/player-cmus.sh
|
||||||
interval = 5
|
interval = 5
|
||||||
content-background = ${colors.modbackground}
|
content-background = ${colors.modbackground}
|
||||||
format-background = ${colors.modbackground}
|
format-background = ${colors.modbackground}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
[module/updates-pacman-aurhelper]
|
[module/updates-pacman-aurhelper]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
exec = ~/scripts/updates-pacman-aurhelper.sh
|
exec = ~/scripts/polybar/updates-pacman-aurhelper.sh
|
||||||
interval = 600
|
interval = 600
|
||||||
format-foreground = ${colors.foreground}
|
format-foreground = ${colors.foreground}
|
||||||
format-background = ${colors.modbackground}
|
format-background = ${colors.modbackground}
|
||||||
|
@ -7,5 +7,5 @@ format-prefix-foreground = ${colors.foreground}
|
|||||||
format-underline = ${colors.orange}
|
format-underline = ${colors.orange}
|
||||||
format-foreground = ${colors.foreground}
|
format-foreground = ${colors.foreground}
|
||||||
format-background = ${colors.background}
|
format-background = ${colors.background}
|
||||||
exec = python -u ~/.config/polybar/scripts/weather.py
|
exec = python -u ~/scripts/polybar/weather.py
|
||||||
tail = true
|
tail = true
|
Loading…
Reference in New Issue
Block a user