Fixed paths
This commit is contained in:
@@ -151,15 +151,15 @@
|
||||
"spacing": 5
|
||||
},
|
||||
"custom/cpu": {
|
||||
"exec": "sed '1q;d' ~/.config/dotfiles/hypr/.stat.txt",
|
||||
"exec": "sed '1q;d' ~/.config/hypr/.stat.txt",
|
||||
"restart-interval": 2
|
||||
},
|
||||
"custom/mem": {
|
||||
"exec": "sed '2q;d' ~/.config/dotfiles/hypr/.stat.txt",
|
||||
"exec": "sed '2q;d' ~/.config/hypr/.stat.txt",
|
||||
"restart-interval": 2
|
||||
},
|
||||
"custom/battery": {
|
||||
"exec": "sed '3q;d' ~/.config/dotfiles/hypr/.stat.txt",
|
||||
"exec": "sed '3q;d' ~/.config/hypr/.stat.txt",
|
||||
"return-type": "json",
|
||||
"restart-interval": 2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user