Temp, no gather in firefox

This commit is contained in:
2025-11-13 09:05:14 +01:00
parent 52683079ef
commit 7bed37eb36
4 changed files with 23 additions and 3 deletions

View File

@@ -17,6 +17,7 @@
],
"modules-right": [
"hyprland/workspaces",
"custom/temp",
"custom/cpu",
"custom/mem",
"custom/battery",
@@ -158,8 +159,12 @@
"exec": "sed '2q;d' ~/.config/hypr/.stat.txt",
"restart-interval": 2
},
"custom/battery": {
"custom/temp": {
"exec": "sed '3q;d' ~/.config/hypr/.stat.txt",
"restart-interval": 2
},
"custom/battery": {
"exec": "sed '4q;d' ~/.config/hypr/.stat.txt",
"return-type": "json",
"restart-interval": 2
}

View File

@@ -99,8 +99,12 @@ button:hover {
padding: 0 10px;
}
#custom-temp {
color: @red;
}
#custom-cpu {
color: @red;
color: @green;
}
#custom-mem {