From ea599b99378eeb1acd44adcab0df54ea8ebfff6d Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 6 Jun 2024 08:49:32 +0900 Subject: small waybar module update --- config/waybar/modules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config/waybar/modules') diff --git a/config/waybar/modules b/config/waybar/modules index 2dc4163c..8d821fbf 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": " ", "class": " ", "class": "󰝰 ", - "class": " ", + "class": " ", + "class": " ", "class": "󰅳 ", "class": " ", "class": "󰎆 ", -- cgit v1.2.3 From da4a3c381893eb2fd53968115093c6323fad62ca Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 6 Jun 2024 12:08:16 +0900 Subject: added obs on hyprland workspaces #rw --- config/waybar/modules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/waybar/modules') diff --git a/config/waybar/modules b/config/waybar/modules index 8d821fbf..7b50bb82 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -160,7 +160,8 @@ "class": "󰅩 ", "class": " ", "class": " ", - "class": "󰏆 " + "class": "󰏆 ", + "class": " " } }, // for Camilla or Spanish -- cgit v1.2.3 From f34b2378091214e15df01083c29c727fb0c14d9d Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 8 Jun 2024 19:53:29 +0900 Subject: waybar module network switched to bits/sec instead of bytes/sec --- config/waybar/modules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config/waybar/modules') diff --git a/config/waybar/modules b/config/waybar/modules index 7b50bb82..d1992116 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -472,12 +472,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": [ "󰤯", "󰤟", "󰤢", "󰤥", "󰤨" ], @@ -486,15 +486,15 @@ "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, + "max-length": 30, "format-icons": [ "󰤯", "󰤟", "󰤢", "󰤥", "󰤨" ] -- cgit v1.2.3 From 6de45efe63e34c037cea4b295edebbee7d4c0def Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 8 Jun 2024 20:49:52 +0900 Subject: updated network speed waybar module --- config/waybar/modules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config/waybar/modules') diff --git a/config/waybar/modules b/config/waybar/modules index d1992116..e1fe5b06 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -472,12 +472,12 @@ "format-wifi": "{icon}", "format-ethernet": "󰌘", "format-disconnected": "󰌙", - "tooltip-format": "{ipaddr}  {bandwidthUpBits}  {bandwidthDownBits", + "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": 30, + "max-length": 50, "format-icons": [ "󰤯", "󰤟", "󰤢", "󰤥", "󰤨" ], @@ -486,15 +486,15 @@ "network#speed": { "interval": 1, "format": "{ifname}", - "format-wifi": "{icon}  {bandwidthUpBits}  {bandwidthDownBits", - "format-ethernet": "󰌘  {bandwidthUpBits}  {bandwidthDownBits", + "format-wifi": " {bandwidthUpBits}  {bandwidthDownBits} {icon}", + "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": 30, + "max-length": 20, "format-icons": [ "󰤯", "󰤟", "󰤢", "󰤥", "󰤨" ] -- cgit v1.2.3 From 743cd93adb07de8f07dc7c1fc3e5f747432b9061 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 8 Jun 2024 20:55:45 +0900 Subject: updated waybar network speed module --- config/waybar/modules | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config/waybar/modules') diff --git a/config/waybar/modules b/config/waybar/modules index e1fe5b06..7c85bf7b 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -477,7 +477,7 @@ "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", "tooltip-format-ethernet": "{ifname} 󰌘", "tooltip-format-disconnected": "󰌙 Disconnected", - "max-length": 50, + "max-length": 30, "format-icons": [ "󰤯", "󰤟", "󰤢", "󰤥", "󰤨" ], @@ -486,15 +486,16 @@ "network#speed": { "interval": 1, "format": "{ifname}", - "format-wifi": " {bandwidthUpBits}  {bandwidthDownBits} {icon}", - "format-ethernet": " {bandwidthUpBits}  {bandwidthDownBits} 󰌘 ", + "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": 20, + "min-length": 24, + "max-length": 24, "format-icons": [ "󰤯", "󰤟", "󰤢", "󰤥", "󰤨" ] -- cgit v1.2.3 From 6e3e0674bc89a54be57c02d8c64ff6fa16c6abc6 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 8 Jun 2024 21:03:08 +0900 Subject: cpu waybar module tweaked --- config/waybar/modules | 1 + 1 file changed, 1 insertion(+) (limited to 'config/waybar/modules') diff --git a/config/waybar/modules b/config/waybar/modules index 7c85bf7b..4590e8c9 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -370,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": [ -- cgit v1.2.3