diff options
author | Botond Hende <nettingman@gmail.com> | 2024-04-14 06:38:49 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-04-14 06:38:49 +0200 |
commit | 0221492f62bcc1b766c2a4d5dbe26f6ff2ed8bc2 (patch) | |
tree | f91b7ada571a4dab7ae99c8f3ee252616baff2db /home/.config/waybar/additional.d/laptop |
squashed init
Diffstat (limited to 'home/.config/waybar/additional.d/laptop')
-rw-r--r-- | home/.config/waybar/additional.d/laptop | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/home/.config/waybar/additional.d/laptop b/home/.config/waybar/additional.d/laptop new file mode 100644 index 0000000..9192cf0 --- /dev/null +++ b/home/.config/waybar/additional.d/laptop @@ -0,0 +1,24 @@ +{ + "modules-center": [], + "modules-right": ["custom/sshd", "backlight", "battery", "pulseaudio", "sway/language", "clock", "tray"], + // Modules configuration + "backlight": { + // "device": "acpi_video1", + "format": "{percent}% {icon}", + "format-icons": ["", ""] + }, + "battery": { + "states": { + // "good": 95, + "warning": 30, + "critical": 15 + }, + "format": "{capacity}% {icon}", + "format-charging": "{capacity}% ", + "format-plugged": "{capacity}% ", + "format-alt": "{time} {icon}", + // "format-good": "", // An empty format will hide the module + // "format-full": "", + "format-icons": ["", "", "", "", ""] + } +} |