fix always-on icon in waybar.

This commit is contained in:
AM
2026-04-27 20:01:23 -05:00
parent d69ab908ed
commit e1d80f44d1
2 changed files with 10 additions and 13 deletions

View File

@@ -16,11 +16,11 @@
],
"modules-right": [
"pulseaudio",
"network",
"battery",
"idle_inhibitor",
"clock",
"tray"
"network",
"tray",
"clock"
],
// Modules configuration
"sway/workspaces": {
@@ -95,14 +95,14 @@
// "icon-size": 21,
"spacing": 10,
//"icons": {
// "blueman": "bluetooth",
// "blueman": "bluetooth"
// "TelegramDesktop": "$HOME/.local/share/icons/hicolor/16x16/apps/telegram.png"
//}
},
"clock": {
"timezone": "America/Chicago",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"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 ⚠",

View File

@@ -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;
}