fix always-on icon in waybar.
This commit is contained in:
@@ -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 ⚠",
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user