summaryrefslogtreecommitdiff
path: root/home/.config/waybar/additional.d/laptop.json
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2025-03-10 23:35:39 +0100
committerBotond Hende <nettingman@gmail.com>2025-03-10 23:51:47 +0100
commit86f90a498987e7753882671d7875236994414976 (patch)
tree3ef38a16fe4ff802971356893e2b7ae77ca6d804 /home/.config/waybar/additional.d/laptop.json
parent18d6a93aeaac163fcaa26a008ad68117c72ec012 (diff)
waybar fix include
renamed waybar additional files for the include to work
Diffstat (limited to 'home/.config/waybar/additional.d/laptop.json')
-rw-r--r--home/.config/waybar/additional.d/laptop.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/home/.config/waybar/additional.d/laptop.json b/home/.config/waybar/additional.d/laptop.json
new file mode 100644
index 0000000..9192cf0
--- /dev/null
+++ b/home/.config/waybar/additional.d/laptop.json
@@ -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": ["", "", "", "", ""]
+ }
+}