Skip to content

Instantly share code, notes, and snippets.

@kRHYME7
kRHYME7 / battery.jsonc
Last active November 24, 2023 00:49
Hypdots double battery configuration , Change the bat : (into what the system tells you )
"battery": {
"bat": "BAT0",
"states": {
"good": 95,
"warning": 30,
"critical": 20
},
"format": "{icon} {capacity}%",
"format-charging": " {capacity}%",
"format-plugged": " {capacity}%",
@kRHYME7
kRHYME7 / FAQs & Issues.txt
Last active November 25, 2023 05:04
FAQs and Issues for Hyprdots
How to Sync my configs?
+ Not Yet
Other distro support?
+
Wallpapers:
+ How to add my wallpaper?
+ live wallpaper?
#150
@kRHYME7
kRHYME7 / Hyprdots
Created November 15, 2023 20:39
A command line interface for scripts on Hyprdots
#!/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