diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-06-09 09:00:11 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-09 09:00:11 +0900 |
| commit | dd54b702a10af12a1ffe739adc8a80a50da8fa0d (patch) | |
| tree | 445eb3681353ba04d3ee693e4fdda32ed6e07a4d /config/hypr/hyprlock.conf | |
| parent | 3e2f835d233e23104eaa541ebbf32781ffc95b40 (diff) | |
| parent | a98349be873576d005af18cb16e0e0f56a71d27e (diff) | |
Merge branch 'development' into translations
Diffstat (limited to 'config/hypr/hyprlock.conf')
| -rw-r--r-- | config/hypr/hyprlock.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index 48b09b85..b67bba51 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -157,6 +157,18 @@ label { valign = bottom } +# battery information +label { + monitor = + text = cmd[update:1000] echo "<b> "$($Scripts/Battery.sh)" </b>" + color = $color13 + font_size = 18 + font_family = Victor Mono Bold Oblique + position = 0, 30 + halign = right + valign = bottom +} + # weather edit the scripts for locations # weather scripts are located in ~/.config/hypr/UserScripts Weather.sh and/or Weather.py # see https://github.com/JaKooLit/Hyprland-Dots/wiki/TIPS#%EF%B8%8F-weather-app-related-for-waybar-and-hyprlock |
