diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-05-23 19:38:49 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-05-23 19:38:49 +0530 |
commit | c42f0b64f3c2f51635978e40fd75b40d43d05426 (patch) | |
tree | 0eb2ccc3de933b9af5fabc86ec1f2f20e7169101 /.config | |
parent | 9883f631f4163facde0eebe0297cc4adf94ed18d (diff) |
waybar: updating config.json and css
Diffstat (limited to '.config')
-rw-r--r-- | .config/waybar/config.jsonc | 10 | ||||
-rw-r--r-- | .config/waybar/style.css | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 8133ea2..e798eb2 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -9,7 +9,7 @@ "modules-left": ["custom/launcher","wlr/workspaces"], //"modules-left": ["clock","custom/weather","wlr/workspaces"], "modules-center": ["hyprland/window"], - "modules-right": ["cpu","temperature","custom/memory","pulseaudio","pulseaudio#microphone", "clock", "battery","backlight","tray"], + "modules-right": ["cpu","temperature","custom/memory","pulseaudio","pulseaudio#microphone","clock","network","battery","backlight","tray"], "hyprland/window": { "format": "{}" }, @@ -84,7 +84,7 @@ "backlight": { "device": "intel_backlight", "format": "{icon} {percent}%", - "format-icons": ["", "", ""], + "format-icons": [" ", " ", " "], "on-scroll-up": "brightnessctl set 1%+", "on-scroll-down": "brightnessctl set 1%-", "min-length": 6 @@ -120,9 +120,9 @@ "pulseaudio#microphone": { "format": "{format_source}", - "format-source": " {volume}%", + "format-source": " {volume}%", //"format-source-muted": " Muted", - "format-source-muted": " ", + "format-source-muted": " ", "on-click": "pamixer --default-source -t", "on-scroll-up": "pamixer --default-source -i 5", "on-scroll-down": "pamixer --default-source -d 5", @@ -139,7 +139,7 @@ "format-charging": " {capacity}%", "format-plugged": " {capacity}%", "format-alt": "{time} {icon}", - "format-icons": ["", "", "", "", "", "", "", "", "", "", ""] + "format-icons": ["", "", "", "", "", "", "", "", "", "",""] }, diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 901ad8e..c1341aa 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -107,6 +107,7 @@ tooltip { border-radius: 0px 10px 10px 0px; border-left: 0px; border-right: 0px; + margin-right: 5px; } #window { @@ -118,7 +119,7 @@ tooltip { #clock { color: #fab387; border-radius: 10px 10px 10px 10px; - margin-left: 10px; + margin-left: 5px; border-right: 0px; } @@ -133,6 +134,7 @@ tooltip { #network { color: #f9e2af; border-radius: 10px 0px 0px 10px; + margin-left: 5px; border-left: 0px; border-right: 0px; } @@ -155,12 +157,12 @@ tooltip { border-left: 0px; border-right: 0px; border-radius: 0px 10px 10px 0px; - margin-right: 10px; + margin-right: 5px; } #battery { color: #a6e3a1; - border-radius: 0 10px 10px 0; + border-radius: 0px 10px 10px 0px; margin-right: 10px; border-left: 0px; } |