summaryrefslogtreecommitdiffstats
path: root/.config/polybar
diff options
context:
space:
mode:
authorYigit Sever2021-04-04 16:19:27 +0300
committerYigit Sever2021-04-04 16:19:27 +0300
commit1d459f5326993cf08b7b236563e2b911824cccd1 (patch)
tree6ac0891ae3b196af30e1f4c6b418c46400d34d05 /.config/polybar
parent3462e12526db6154464f2a050c6a99845c3a9191 (diff)
downloaddotfiles-1d459f5326993cf08b7b236563e2b911824cccd1.tar.gz
dotfiles-1d459f5326993cf08b7b236563e2b911824cccd1.tar.bz2
dotfiles-1d459f5326993cf08b7b236563e2b911824cccd1.zip
Add spacing to cpu percentage
diffstat (limited to '.config/polybar')
-rw-r--r--.config/polybar/config##c.desktop,h.maus3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/polybar/config##c.desktop,h.maus b/.config/polybar/config##c.desktop,h.maus
index b46b0dd..85da770 100644
--- a/.config/polybar/config##c.desktop,h.maus
+++ b/.config/polybar/config##c.desktop,h.maus
@@ -61,13 +61,14 @@ modules-right = notification_pause cpu focus date time
61tray-position = right 61tray-position = right
62 62
63[module/cpu] 63[module/cpu]
64label = %percentage:4%%
64type = internal/cpu 65type = internal/cpu
65 66
66[module/focus] 67[module/focus]
67type = custom/script 68type = custom/script
68exec = ~/.config/polybar/focus 69exec = ~/.config/polybar/focus
69double-click-left = exec ~/.config/polybar/stop & 70double-click-left = exec ~/.config/polybar/stop &
70interval = 5 71interval = 1
71 72
72[module/notification_pause] 73[module/notification_pause]
73type = custom/script 74type = custom/script