diff options
author | Alex Auvolat <alex@adnab.me> | 2023-12-26 21:48:41 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-12-26 21:48:41 +0100 |
commit | 9097974443e6ef33879fb1b497d4d6a3e0b2612c (patch) | |
tree | bb45e19d39430171c228c260bf0c2e1e6b9636dd /waybar/config | |
parent | ce7d4b8cc69ebbbb72dcbe60283e512915408ff9 (diff) | |
download | user-config-9097974443e6ef33879fb1b497d4d6a3e0b2612c.tar.gz user-config-9097974443e6ef33879fb1b497d4d6a3e0b2612c.zip |
add sway config
Diffstat (limited to 'waybar/config')
-rw-r--r-- | waybar/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/waybar/config b/waybar/config index 0bfdf65..bf8884f 100644 --- a/waybar/config +++ b/waybar/config @@ -1,12 +1,12 @@ { // "layer": "top", // Waybar at top layer - // "position": "bottom", // Waybar position (top|bottom|left|right) + "position": "bottom", // Waybar position (top|bottom|left|right) "height": 30, // Waybar height (to be removed for auto height) // "width": 1280, // Waybar width "spacing": 4, // Gaps between modules (4px) // Choose the order of the modules - "modules-left": ["sway/workspaces", "sway/mode", "sway/scratchpad", "custom/media"], - "modules-center": ["sway/window"], + "modules-left": ["sway/workspaces", "sway/mode", "sway/scratchpad", "sway/window"], + "modules-center": [], "modules-right": ["pulseaudio", "network", "cpu", "memory", "disk", "temperature", "keyboard-state", "battery#bat0", "battery#bat1", "clock", "tray"], // Modules configuration // "sway/workspaces": { @@ -154,7 +154,7 @@ // "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-bluetooth-muted": "🔇 {icon} {format_source}", "format-muted": " {format_source}", "format-source": "{volume}% ", "format-source-muted": "", |