diff options
author | Yigit Sever | 2019-10-30 01:43:15 +0300 |
---|---|---|
committer | Yigit Sever | 2019-10-30 01:43:15 +0300 |
commit | 56ff52556fc7fcde78676f3d2c38fbbb5237aaf5 (patch) | |
tree | 73f5d860ca9af8ed84382fe763c80c1838606761 /.config/polybar | |
parent | d1ee1bb3e4cc3bce202cae68f31fa9e7afcd7c94 (diff) | |
download | dotfiles-56ff52556fc7fcde78676f3d2c38fbbb5237aaf5.tar.gz dotfiles-56ff52556fc7fcde78676f3d2c38fbbb5237aaf5.tar.bz2 dotfiles-56ff52556fc7fcde78676f3d2c38fbbb5237aaf5.zip |
I love ricing polybar
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config##desktop.Linux.Maus | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/.config/polybar/config##desktop.Linux.Maus b/.config/polybar/config##desktop.Linux.Maus index 35e9381..a35133e 100644 --- a/.config/polybar/config##desktop.Linux.Maus +++ b/.config/polybar/config##desktop.Linux.Maus | |||
@@ -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 |
@@ -66,11 +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 '契,' | 75 | format-padding = 1 |
72 | 76 | exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p ' , ' | |
73 | 77 | ;契 | |
74 | [module/mpd] | 78 | [module/mpd] |
75 | type = internal/mpd | 79 | type = internal/mpd |
76 | host = 127.0.0.1 | 80 | host = 127.0.0.1 |