cachyos sway updated
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"sway/workspaces",
|
||||
"sway/mode",
|
||||
"sway/scratchpad"
|
||||
// "custom/media"
|
||||
// "custom/media"
|
||||
],
|
||||
"modules-center": [
|
||||
"sway/window"
|
||||
@@ -34,7 +34,7 @@
|
||||
"tray",
|
||||
"battery",
|
||||
"clock"
|
||||
// "custom/power"
|
||||
// "custom/power"
|
||||
],
|
||||
// Modules configuration
|
||||
// "sway/workspaces": {
|
||||
@@ -159,12 +159,13 @@
|
||||
// },
|
||||
"network": {
|
||||
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
||||
"format-wifi": "{essid} ({signalStrength}%) ",
|
||||
"format-ethernet": "{ipaddr}/{cidr} ",
|
||||
"interval": 1,
|
||||
"format-wifi": "⬇ {bandwidthDownBytes} ⬆ {bandwidthUpBytes}",
|
||||
"format-ethernet": "⬇ {bandwidthDownBytes} ⬆ {bandwidthUpBytes}",
|
||||
"tooltip-format": "{ifname} via {gwaddr} ",
|
||||
"format-linked": "{ifname} (No IP) ",
|
||||
"format-disconnected": "Disconnected ⚠",
|
||||
"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
||||
"format-alt": "{essid} {ipaddr}/{cidr}"
|
||||
},
|
||||
"pulseaudio": {
|
||||
// "scroll-step": 1, // %, can be a float
|
||||
|
||||
@@ -83,7 +83,7 @@ window#waybar.hidden {
|
||||
/* Window Title */
|
||||
#window {
|
||||
background-color: transparent;
|
||||
color: @surface0;
|
||||
color: @text;
|
||||
border-radius: 16px;
|
||||
padding: 0 12px;
|
||||
margin: 0 4px;
|
||||
|
||||
Reference in New Issue
Block a user