diff options
author | Yigit Sever | 2021-04-04 16:19:27 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-04 16:19:27 +0300 |
commit | 1d459f5326993cf08b7b236563e2b911824cccd1 (patch) | |
tree | 6ac0891ae3b196af30e1f4c6b418c46400d34d05 /.config/polybar | |
parent | 3462e12526db6154464f2a050c6a99845c3a9191 (diff) | |
download | dotfiles-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.maus | 3 |
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 | |||
61 | tray-position = right | 61 | tray-position = right |
62 | 62 | ||
63 | [module/cpu] | 63 | [module/cpu] |
64 | label = %percentage:4%% | ||
64 | type = internal/cpu | 65 | type = internal/cpu |
65 | 66 | ||
66 | [module/focus] | 67 | [module/focus] |
67 | type = custom/script | 68 | type = custom/script |
68 | exec = ~/.config/polybar/focus | 69 | exec = ~/.config/polybar/focus |
69 | double-click-left = exec ~/.config/polybar/stop & | 70 | double-click-left = exec ~/.config/polybar/stop & |
70 | interval = 5 | 71 | interval = 1 |
71 | 72 | ||
72 | [module/notification_pause] | 73 | [module/notification_pause] |
73 | type = custom/script | 74 | type = custom/script |