Refined animations + lockscreen and bar appearance. Added vim-like windows control shortcuts and a new fastfetch WOLFforce logo. Changed helix config + other minor changes and fixes.

This commit is contained in:
Gu://em_ 2026-08-04 11:10:39 +02:00
parent b29b841391
commit ddaad92455
13 changed files with 97 additions and 43 deletions

View file

@ -146,7 +146,10 @@
// Makes battery like if 85% was the maximum capacity (100%).
// Useful for people that limit charge up to a certain percentage but like having real percentage
"exec": "echo $(( $(cat /sys/class/power_supply/BAT*/capacity) * 100 / 85 ))%",
// "exec": "echo $(( $(cat /sys/class/power_supply/BAT*/capacity) * 100 / 85 ))%",
// nvm
"exec": "echo $(cat /sys/class/power_supply/BAT*/capacity)%",
"interval": 10,
"tooltip": false
},