From 0221492f62bcc1b766c2a4d5dbe26f6ff2ed8bc2 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Sun, 14 Apr 2024 06:38:49 +0200 Subject: squashed init --- home/.config/waybar/config | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 home/.config/waybar/config (limited to 'home/.config/waybar/config') diff --git a/home/.config/waybar/config b/home/.config/waybar/config new file mode 100644 index 0000000..6c3897a --- /dev/null +++ b/home/.config/waybar/config @@ -0,0 +1,46 @@ +{ + "position": "bottom", // Waybar position (top|bottom|left|right) + "height": 30, // Waybar height (to be removed for auto height) + "modules-left": ["custom/osname", "sway/workspaces"], + "include" : ["~/.config/waybar/additional.d/*"], + // Modules configuration + "custom/osname": { + "format": " wzul " + }, + "tray": { + // "icon-size": 21, + "spacing": 10 + }, + "clock": { + // "timezone": "America/New_York", + "tooltip-format": "{:%Y %B}\n{calendar}", + "format" : "{:%Y-%m-%d, %a %H:%M}", + "format-alt": "{:%H:%M}", + "locale": "en_GB.UTF-8" + }, + "pulseaudio": { + // "scroll-step": 1, // %, can be a float + "format": "{volume}% {icon} {format_source}", + "format-bluetooth": "{volume}% {icon} {format_source}", + "format-bluetooth-muted": " {icon} {format_source}", + "format-muted": " {format_source}", + "format-source": "{volume}% ", + "format-source-muted": "", + "format-icons": { + "headphone": "", + "hands-free": "", + "headset": "", + "phone": "", + "portable": "", + "car": "", + "default": ["", "", ""] + }, + "on-click": "pavucontrol" + }, + "custom/sshd": { + "format" : " {}", + "exec" : "bash $HOME/.selfconfigs/waybar/sshd_poll", + "return-type" : "json", + "interval" : 60 + } +} -- cgit v1.2.3-70-g09d2