diff --git a/waybar/.config/waybar/config.jsonc b/waybar/.config/waybar/config.jsonc
index 347f042..76da612 100644
--- a/waybar/.config/waybar/config.jsonc
+++ b/waybar/.config/waybar/config.jsonc
@@ -16,11 +16,11 @@
],
"modules-right": [
"pulseaudio",
- "network",
"battery",
"idle_inhibitor",
- "clock",
- "tray"
+ "network",
+ "tray",
+ "clock"
],
// Modules configuration
"sway/workspaces": {
@@ -94,15 +94,15 @@
"tray": {
// "icon-size": 21,
"spacing": 10,
- // "icons": {
- // "blueman": "bluetooth",
+ //"icons": {
+ // "blueman": "bluetooth"
// "TelegramDesktop": "$HOME/.local/share/icons/hicolor/16x16/apps/telegram.png"
- // }
+ //}
},
"clock": {
"timezone": "America/Chicago",
"tooltip-format": "{:%Y %B}\n{calendar}",
- "format-alt": "{:%Y-%m-%d}",
+ "format-alt": "{:%A %m-%d}",
"format": "{:%I:%M:%S %p %A %b %d}",
"interval": 1
},
@@ -158,7 +158,7 @@
"network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{essid} ",
- "format-ethernet": "{ipaddr}/{cidr} ",
+ "format-ethernet": "{ipaddr}/{cidr} ",
"tooltip-format": "{ifname} via {gwaddr} ({signalStrength}%)",
"format-linked": "{ifname} (No IP) ",
"format-disconnected": "Disconnected ⚠",
diff --git a/waybar/.config/waybar/style.css b/waybar/.config/waybar/style.css
index 54a1c9d..0924730 100644
--- a/waybar/.config/waybar/style.css
+++ b/waybar/.config/waybar/style.css
@@ -42,7 +42,8 @@
#pulseaudio,
#network,
#custom-lock,
-#custom-power {
+#custom-power,
+#idle_inhibitor {
background-color: @surface0;
padding: 0 .4rem;
margin: 0;
@@ -101,7 +102,3 @@
color: @red;
}
-#tray {
- margin-right: 1rem;
- border-radius: 1rem;
-}