Temp, no gather in firefox
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -99,8 +99,12 @@ button:hover {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
#custom-temp {
|
||||
color: @red;
|
||||
}
|
||||
|
||||
#custom-cpu {
|
||||
color: @red;
|
||||
color: @green;
|
||||
}
|
||||
|
||||
#custom-mem {
|
||||
|
||||
Reference in New Issue
Block a user