Browse Source

dev: automated commit - 2025-09-29 16:06:36

Mariano Z. 4 months ago
parent
commit
8b08b8eccb

+ 3 - 13
waybar/.config/waybar/common.jsonc

@@ -43,8 +43,7 @@
 		},
 		"modules": [
 			"custom/expand-icon",
-			"tray",
-			"custom/notification"
+			"tray"
 		]
 	},
 	"custom/expand-icon": {
@@ -118,20 +117,11 @@
 	"battery": {
 		"format": "{icon} {capacity}% ",
 		"format-discharging": "{icon} {capacity}%",
-		"format-charging": "{icon} {time}",
+		"format-charging": "{icon}",
 		"format-plugged": "",
 		"format-icons": {
 			"charging": [
-				"󰢜",
-				"󰂆",
-				"󰂇",
-				"󰂈",
-				"󰢝",
-				"󰂉",
-				"󰢞",
-				"󰂊",
-				"󰂋",
-				"󰂅"
+				""
 			],
 			"default": [
 				"󰁺",

+ 5 - 2
waybar/.config/waybar/config.jsonc

@@ -31,7 +31,8 @@
       "custom/randwall",
       "pulseaudio",
       "clock",
-      "group/tray-expander"
+      "group/tray-expander",
+      "custom/notification"
     ],
     "output": [
       "HDMI-A-1"
@@ -54,7 +55,9 @@
       "pulseaudio",
       "backlight",
       "battery",
-      "group/tray-expander"
+      "clock",
+      "group/tray-expander",
+      "custom/notification"
     ],
     "output": [
       "eDP-1"

+ 1 - 0
waybar/.config/waybar/style.css

@@ -97,6 +97,7 @@ tooltip {
 }
 
 #custom-notification {
+    margin-left: 8px;
     margin-right: 12px;
 }