Skip to content

Commit

Permalink
🔧 polybar: add more cpu info to vertical screen
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianmiranda committed Nov 19, 2024
1 parent 2ba77d1 commit 828d266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/.config/polybar/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ tray-position = ${env:TRAY_POS:}
dpi = 96
modules-left = logo i3 sxhkd-ipc hotkeys-ipc spotify-now-playing
modules-center =
modules-right = cpu-graph trayseparator spotify github thunderbird vpn do-not-disturb trayseparator
modules-right = cpu-temperature cpu cpu-graph trayseparator spotify github thunderbird vpn do-not-disturb trayseparator

[bar/laptop]
inherit = section/base
Expand Down Expand Up @@ -350,7 +350,7 @@ label = %percentage:3:3%%
[module/cpu-graph]
type = internal/cpu
interval = 0.1
format = <ramp-coreload>
format = <ramp-coreload>
format-underline = ${colors.adapta-cyan}
format-margin = ${margin.for-modules}
format-padding = 1
Expand Down

0 comments on commit 828d266

Please sign in to comment.