diff options
author | davidovski <david@davidovski.xyz> | 2023-07-11 15:28:11 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-07-11 15:28:11 +0100 |
commit | b85872dfc933ff3bd2e95303d8327c357c8b9ca6 (patch) | |
tree | 377f7f3425091ea5edeca9286bb37e94c935693b /config/polybar | |
parent | afda5cf53f9fc181514f6b69fbf5fb5cbb80ef13 (diff) |
Move to sx instead of startx
Diffstat (limited to 'config/polybar')
-rw-r--r-- | config/polybar/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/polybar/config b/config/polybar/config index 8b16e9b..213b86c 100644 --- a/config/polybar/config +++ b/config/polybar/config @@ -40,7 +40,7 @@ modules-right = time [bar/ws] inherit = bar/base -width = 1870 +width = 2510 offset-x = 25 offset-y = 10 modules-left = workspaces xwindow @@ -153,7 +153,7 @@ format-prefix-foreground = #5b [module/temperature] type = custom/script -exec = sensors | awk '/^Core 0:/ { print substr($3, 2) }' +exec = sensors | awk '/^Tctl:/ { print substr($2, 2) }' format-prefix = " " interval = 1 |