This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
"battery": { | |
"bat": "BAT0", | |
"states": { | |
"good": 95, | |
"warning": 30, | |
"critical": 20 | |
}, | |
"format": "{icon} {capacity}%", | |
"format-charging": " {capacity}%", | |
"format-plugged": " {capacity}%", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How to Sync my configs? | |
+ Not Yet | |
Other distro support? | |
+ | |
Wallpapers: | |
+ How to add my wallpaper? | |
+ live wallpaper? | |
#150 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
source ~/.config/hypr/scripts/globalcontrol.sh | |
HyprDir="$HOME/.config/hypr/scripts" | |
ScriptDir="$CloneDir/Scripts" | |
help() { | |
grep -P -A1 '^\s*\w+\s*\(\)\s*{' -o $0 | |
#for func in $(declare -F | cut -d " " -f 3); do |
NewerOlder