summaryrefslogtreecommitdiff
path: root/home/.config/waybar/additional.d/laptop
diff options
context:
space:
mode:
Diffstat (limited to 'home/.config/waybar/additional.d/laptop')
-rw-r--r--home/.config/waybar/additional.d/laptop24
1 files changed, 0 insertions, 24 deletions
diff --git a/home/.config/waybar/additional.d/laptop b/home/.config/waybar/additional.d/laptop
deleted file mode 100644
index 9192cf0..0000000
--- a/home/.config/waybar/additional.d/laptop
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "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": ["", "", "", "", ""]
- }
-}