add hyprland and eww config
This commit is contained in:
parent
30abda4469
commit
0b6fb9ddca
9 changed files with 341 additions and 7 deletions
2
user/eww/scripts/getram
Executable file
2
user/eww/scripts/getram
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
printf "%.0f\n" $(free -m | grep Mem | awk '{print ($3/$2)*100}')
|
Loading…
Add table
Add a link
Reference in a new issue