diff options
author | Yigit Sever | 2019-10-30 11:53:49 +0300 |
---|---|---|
committer | Yigit Sever | 2019-10-30 11:53:49 +0300 |
commit | 8247cbbffabb2f2786b9a10eaf66c44699c5ca70 (patch) | |
tree | b85ba8852fee81fef4ef9f7e8bd44bec329c87c3 /.config/polybar | |
parent | 56ff52556fc7fcde78676f3d2c38fbbb5237aaf5 (diff) | |
download | dotfiles-8247cbbffabb2f2786b9a10eaf66c44699c5ca70.tar.gz dotfiles-8247cbbffabb2f2786b9a10eaf66c44699c5ca70.tar.bz2 dotfiles-8247cbbffabb2f2786b9a10eaf66c44699c5ca70.zip |
Polybar updates
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config##desktop.Linux.Lowe | 12 | ||||
-rw-r--r-- | .config/polybar/config##desktop.Linux.Maus | 3 |
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 | |||
18 | foreground_modules = #282828 | 18 | foreground_modules = #282828 |
19 | red = #9d0006 | 19 | red = #9d0006 |
20 | green = #427b58 | 20 | green = #427b58 |
21 | sold_out_green = #1DB954 | ||
21 | yellow = #b56714 | 22 | yellow = #b56714 |
22 | blue = #458588 | 23 | blue = #458588 |
23 | purple = #8f3f71 | 24 | purple = #8f3f71 |
@@ -28,7 +29,7 @@ secondary = #888ca6 | |||
28 | alert = #c23127 | 29 | alert = #c23127 |
29 | 30 | ||
30 | [bar/top] | 31 | [bar/top] |
31 | monitor = | 32 | monitor = DP-2 |
32 | width = 100% | 33 | width = 100% |
33 | height = 20 | 34 | height = 20 |
34 | offset-x = 0 | 35 | offset-x = 0 |
@@ -66,9 +67,14 @@ interval = 10 | |||
66 | [module/spotify] | 67 | [module/spotify] |
67 | type = custom/script | 68 | type = custom/script |
68 | interval = 1 | 69 | interval = 1 |
69 | ; format-prefix = "" | 70 | format-prefix = "" |
71 | format-prefix-padding = 1 | ||
72 | format-prefix-background = ${colors.sold_out_green} | ||
73 | format-prefix-foreground = ${colors.foreground} | ||
70 | format = <label> | 74 | format = <label> |
71 | exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p 'playing,paused' | 75 | format-padding = 0 |
76 | exec = 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 | |||
72 | format-prefix-background = ${colors.sold_out_green} | 72 | format-prefix-background = ${colors.sold_out_green} |
73 | format-prefix-foreground = ${colors.foreground} | 73 | format-prefix-foreground = ${colors.foreground} |
74 | format = <label> | 74 | format = <label> |
75 | format-padding = 1 | 75 | format-padding = 0 |
76 | exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p ' , ' | 76 | exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p ' , ' |
77 | ;契 | 77 | ;契 |
78 | |||
78 | [module/mpd] | 79 | [module/mpd] |
79 | type = internal/mpd | 80 | type = internal/mpd |
80 | host = 127.0.0.1 | 81 | host = 127.0.0.1 |