Polybar: Remove Spotify module
Took up space and I didn't need it
This commit is contained in:
@@ -19,7 +19,6 @@ icon-date = ${res/colors.primary}
|
||||
icon-dropbox = ${res/colors.primary}
|
||||
icon-fs = ${xrdb:color11}
|
||||
icon-memory = ${xrdb:color13}
|
||||
icon-spotify = ${xrdb:color2}
|
||||
icon-tor = ${xrdb:color13}
|
||||
icon-volume = ${res/colors.primary}
|
||||
icon-network = ${xrdb:color14}
|
||||
@@ -91,7 +90,7 @@ tray-position = center
|
||||
|
||||
modules-left = ${env:PB_BAR_PRIMARY_MODULES_LEFT:battery cpu memory}
|
||||
modules-center = ${env:PB_BAR_PRIMARY_MODULES_CENTER: }
|
||||
modules-right = ${env:PB_BAR_PRIMARY_MODULES_RIGHT:xbacklight volume | spotify dropbox date}
|
||||
modules-right = ${env:PB_BAR_PRIMARY_MODULES_RIGHT:xbacklight volume | dropbox date}
|
||||
|
||||
[bar/primary-2]
|
||||
monitor = ${env:PB_MONITOR:eDP-1}
|
||||
@@ -298,16 +297,6 @@ type = custom/text
|
||||
content = ${env:PB_MONITOR:eDP-1}
|
||||
content-foreground = ${res/colors.background-alt}
|
||||
|
||||
[module/spotify]
|
||||
type = custom/script
|
||||
format = <label>
|
||||
format-prefix = "Spotify: "
|
||||
format-prefix-foreground = ${res/colors.icon-spotify}
|
||||
interval = 3
|
||||
|
||||
exec = python $HOME/.config/polybar/scripts/spotify.py -t 35 -f "{song} by {artist}"
|
||||
exec-if = pgrep spotify
|
||||
|
||||
[module/swap]
|
||||
type = internal/memory
|
||||
format = <label>
|
||||
|
Reference in New Issue
Block a user