File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
{
3
3
"layer" : " top" , // Waybar at top layer
4
4
"position" : " top" ,
5
- "height" : 20 , // Waybar height (to be removed for auto height)
5
+ "height" : 24 , // Waybar height (to be removed for auto height)
6
6
// Choose the order of the modules
7
7
"modules-left" : [
8
8
" group/workspaces" ,
175
175
"interval" : 5 ,
176
176
"format" : " {temperatureC}°C " ,
177
177
"tooltip-format" : " CPU Temperature: {temperatureC}°C" ,
178
- "hwmon-path" : " /sys/class/hwmon/hwmon1/temp1_input " ,
178
+ "hwmon-path" : " /tmp/cpu_temperature " ,
179
179
"critical-threshold" : 85
180
180
},
181
181
"temperature#gpu" : {
182
182
"interval" : 5 ,
183
183
"format" : " {temperatureC}°C " ,
184
184
"tooltip-format" : " GPU Temperature: {temperatureC}°C" ,
185
- "hwmon-path" : " /sys/class/hwmon/hwmon3/temp1_input " ,
185
+ "hwmon-path" : " /tmp/gpu_temperature " ,
186
186
"critical-threshold" : 85
187
187
},
188
188
"cpu" : {
426
426
"interval" : 3600 , // every hour
427
427
"exec" : " checkupdates | wc -l" , // # of updates
428
428
"exec-if" : " exit 0" , // always run; consider advanced run conditions
429
- "on-click" : " checkupdates | wc -l " ,
429
+ "on-click" : " alacritty -e yay " ,
430
430
"signal" : 8
431
431
},
432
432
"custom/swaync" : {
You can’t perform that action at this time.
0 commit comments