diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-06-11 04:15:57 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-11 04:15:57 +0900 |
| commit | 22b85572e891b874011893f62d4eaf94f20486df (patch) | |
| tree | 3452d4164a8964cd85fe57de2bd128baeb0ee2ff /config/waybar/modules | |
| parent | c4ee8142bf7e8d89602cb7712da10888a54d438b (diff) | |
| parent | ed21639feebd8e3b6a6a4c2a59686f777b9688b9 (diff) | |
Merge pull request #338 from JaKooLit/development
Development to Main including pre-release
Diffstat (limited to 'config/waybar/modules')
| -rw-r--r-- | config/waybar/modules | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index 2dc4163c..4590e8c9 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -120,7 +120,7 @@ "4": " ", "5": " ", "6": " ", - "7": "", + "7": "", "8": " ", "9": "", "10": "10", @@ -150,7 +150,8 @@ "class<kitty>": " ", "class<konsole>": " ", "class<thunar>": " ", - "class<discord>": " ", + "class<discord>": " ", + "class<WebCord>": " ", "class<subl>": " ", "class<celluloid>": " ", "class<Cider>": " ", @@ -159,7 +160,8 @@ "class<codeblocks>": " ", "class<mousepad>": " ", "class<libreoffice-writer>": " ", - "class<libreoffice-startcenter>": " " + "class<libreoffice-startcenter>": " ", + "class<com.obsproject.Studio>": " " } }, // for Camilla or Spanish @@ -368,6 +370,7 @@ "cpu": { "format": "{usage}% ", "interval": 1, + "min-length": 5, "format-alt-click": "click", "format-alt": "{icon0}{icon1}{icon2}{icon3} {usage:>2}% ", "format-icons": [ @@ -470,12 +473,12 @@ "format-wifi": "{icon}", "format-ethernet": "", "format-disconnected": "", - "tooltip-format": "{ipaddr} {bandwidthUpBytes} {bandwidthDownBytes}", + "tooltip-format": "{ipaddr} {bandwidthUpBits} {bandwidthDownBits}", "format-linked": " {ifname} (No IP)", "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", "tooltip-format-ethernet": "{ifname} ", "tooltip-format-disconnected": " Disconnected", - "max-length": 50, + "max-length": 30, "format-icons": [ "", "", "", "", "" ], @@ -484,15 +487,16 @@ "network#speed": { "interval": 1, "format": "{ifname}", - "format-wifi": "{icon} {bandwidthUpBytes} {bandwidthDownBytes}", - "format-ethernet": " {bandwidthUpBytes} {bandwidthDownBytes}", + "format-wifi": "{icon} {bandwidthUpBits} {bandwidthDownBits}", + "format-ethernet": " {bandwidthUpBits} {bandwidthDownBits}", "format-disconnected": "", "tooltip-format": "{ipaddr}", "format-linked": " {ifname} (No IP)", "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", "tooltip-format-ethernet": "{ifname} ", "tooltip-format-disconnected": " Disconnected", - "max-length": 50, + "min-length": 24, + "max-length": 24, "format-icons": [ "", "", "", "", "" ] |
