summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/polybar/config##desktop.Linux.Lowe12
-rw-r--r--.config/polybar/config##desktop.Linux.Maus3
2 files changed, 11 insertions, 4 deletions
diff --git a/.config/polybar/config##desktop.Linux.Lowe b/.config/polybar/config##desktop.Linux.Lowe
index 488edc4..326ceb7 100644
--- a/.config/polybar/config##desktop.Linux.Lowe
+++ b/.config/polybar/config##desktop.Linux.Lowe
@@ -18,6 +18,7 @@ foreground_alt = #99d1ce
18foreground_modules = #282828 18foreground_modules = #282828
19red = #9d0006 19red = #9d0006
20green = #427b58 20green = #427b58
21sold_out_green = #1DB954
21yellow = #b56714 22yellow = #b56714
22blue = #458588 23blue = #458588
23purple = #8f3f71 24purple = #8f3f71
@@ -28,7 +29,7 @@ secondary = #888ca6
28alert = #c23127 29alert = #c23127
29 30
30[bar/top] 31[bar/top]
31monitor = 32monitor = DP-2
32width = 100% 33width = 100%
33height = 20 34height = 20
34offset-x = 0 35offset-x = 0
@@ -66,9 +67,14 @@ interval = 10
66[module/spotify] 67[module/spotify]
67type = custom/script 68type = custom/script
68interval = 1 69interval = 1
69; format-prefix = "" 70format-prefix = ""
71format-prefix-padding = 1
72format-prefix-background = ${colors.sold_out_green}
73format-prefix-foreground = ${colors.foreground}
70format = <label> 74format = <label>
71exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p 'playing,paused' 75format-padding = 0
76exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p ' , '
77;契
72 78
73; [module/dpmpd] 79; [module/dpmpd]
74; type = internal/mpd 80; type = internal/mpd
diff --git a/.config/polybar/config##desktop.Linux.Maus b/.config/polybar/config##desktop.Linux.Maus
index a35133e..577b58b 100644
--- a/.config/polybar/config##desktop.Linux.Maus
+++ b/.config/polybar/config##desktop.Linux.Maus
@@ -72,9 +72,10 @@ format-prefix-padding = 1
72format-prefix-background = ${colors.sold_out_green} 72format-prefix-background = ${colors.sold_out_green}
73format-prefix-foreground = ${colors.foreground} 73format-prefix-foreground = ${colors.foreground}
74format = <label> 74format = <label>
75format-padding = 1 75format-padding = 0
76exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p ' , ' 76exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p ' , '
77;契 77;契
78
78[module/mpd] 79[module/mpd]
79type = internal/mpd 80type = internal/mpd
80host = 127.0.0.1 81host = 127.0.0.1