From 8b9b821dc04844b07c7965dc955ec6461c244389 Mon Sep 17 00:00:00 2001 From: Tobi Date: Mon, 15 Nov 2021 21:47:15 +0100 Subject: [PATCH] updated config files --- waybar.config | 81 --------------------------------------------------- 1 file changed, 81 deletions(-) delete mode 100644 waybar.config diff --git a/waybar.config b/waybar.config deleted file mode 100644 index a9fae2f..0000000 --- a/waybar.config +++ /dev/null @@ -1,81 +0,0 @@ - -{ - "height": 25, // Waybar height (to be removed for auto height) - "modules-left": ["sway/workspaces"], - "modules-center": ["sway/window"], - "modules-right": ["network", "cpu", "memory", "pulseaudio", "backlight","battery", "clock", "tray"], - "sway/workspaces": { - "disable-scroll": true, - "all-outputs": true, - "format": "{name}: {icon}", - "format-icons": { - "urgent": "", - "focused": "", - "default": "" - } - }, - "idle_inhibitor": { - "format": "{icon}", - "format-icons": { - "activated": "", - "deactivated": "" - } - }, - "tray": { - "spacing": 10 - }, - "clock": { - "timezone": "Europe/Berlin", - "tooltip-format": "{:%Y %B}\n{calendar}", - "format": "{:%d/%m %H:%M:%S}" - }, - "cpu": { - "format": "{usage}% ", - "tooltip": false - }, - "memory": { - "format": "{}% " - }, - "backlight": { - "format": "{percent}% {icon}", - "format-icons": ["", ""] - }, - "battery": { - "states": { - "good": 80, - "warning": 30, - "critical": 15 - }, - "format": "{capacity}% {icon}", - "format-charging": "{capacity}% ", - "format-plugged": "{capacity}% ", - "format-alt": "{time} {icon}", - "format-icons": ["", "", "", "", ""] - }, - "network": { - "format-wifi": "{essid} ({signalStrength}%) ", - "format-ethernet": "{ifname}: {ipaddr}/{cidr} ", - "format-linked": "{ifname} (No IP) ", - "format-disconnected": "Disconnected ⚠", - "format-alt": "{ifname}: {ipaddr}/{cidr}" - }, - "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" - } -}