summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorYigit Sever2019-10-30 01:43:15 +0300
committerYigit Sever2019-10-30 01:43:15 +0300
commit56ff52556fc7fcde78676f3d2c38fbbb5237aaf5 (patch)
tree73f5d860ca9af8ed84382fe763c80c1838606761 /.config
parentd1ee1bb3e4cc3bce202cae68f31fa9e7afcd7c94 (diff)
downloaddotfiles-56ff52556fc7fcde78676f3d2c38fbbb5237aaf5.tar.gz
dotfiles-56ff52556fc7fcde78676f3d2c38fbbb5237aaf5.tar.bz2
dotfiles-56ff52556fc7fcde78676f3d2c38fbbb5237aaf5.zip
I love ricing polybar
Diffstat (limited to '.config')
-rw-r--r--.config/polybar/config##desktop.Linux.Maus12
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
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
@@ -66,11 +67,14 @@ interval = 10
66[module/spotify] 67[module/spotify]
67type = custom/script 68type = custom/script
68interval = 1 69interval = 1
69format-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 '契,' 75format-padding = 1
72 76exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p ' , '
73 77;契
74[module/mpd] 78[module/mpd]
75type = internal/mpd 79type = internal/mpd
76host = 127.0.0.1 80host = 127.0.0.1