Compare commits
No commits in common. "0694585fc7d530b2b36487b01f830b9a5de08551" and "74a78bd30f66b27be93207e32147dd3087261460" have entirely different histories.
0694585fc7
...
74a78bd30f
2 changed files with 15 additions and 37 deletions
|
@ -6,7 +6,7 @@
|
|||
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||
"modules-center": ["sway/window"],
|
||||
//"modules-right": ["tray", "custom/spotify", "custom/weather", "custom/mail", "custom/storage", "backlight", "pulseaudio", "network", "idle_inhibitor", "battery", "clock"],
|
||||
"modules-right": ["pulseaudio", "backlight", "idle_inhibitor", "network", "battery", "clock", "tray"],
|
||||
"modules-right": ["pulseaudio", "backlight", "idle_inhibitor", "battery", "clock", "tray"],
|
||||
"sway/mode": {
|
||||
"format": " {}"
|
||||
},
|
||||
|
@ -25,45 +25,29 @@
|
|||
},
|
||||
"battery": {
|
||||
"format": "{icon} {capacity}%",
|
||||
//"format-alt": "{icon} {timeTo}",
|
||||
|
||||
"format-alt": "{icon} {timeTo}",
|
||||
"format-icons": ["", "", "", "", ""],
|
||||
//"format-icons": ["", "", "", "", "", "", "", "", "", "", ""],
|
||||
|
||||
"format-charging": " {capacity}%",
|
||||
"format-full": " {capacity}%",
|
||||
|
||||
"format-charging-alt": " {timeTo}%",
|
||||
"interval": 10,
|
||||
|
||||
"states": {
|
||||
"warning": 25,
|
||||
"critical": 10
|
||||
},
|
||||
|
||||
//"format-discharging-critical": " {capacity}%",
|
||||
|
||||
"tooltip": true,
|
||||
"tooltip-format": "Capacity: {capacity}%\n{timeTo}",
|
||||
"tooltip-format": "{capacity} {timeTo}"
|
||||
},
|
||||
"network": {
|
||||
"format": "{icon}",
|
||||
|
||||
"format-alt": "{icon} {signalStrength}%",
|
||||
"format-alt": "{ipaddr}/{cidr} {icon}",
|
||||
"format-alt-click": "click-right",
|
||||
|
||||
"format-icons": {
|
||||
"wifi": [""],
|
||||
"ethernet": [""],
|
||||
"disconnected": [""]
|
||||
"wifi": ["", "" ,""],
|
||||
"ethernet": [""],
|
||||
"disconnected": [""]
|
||||
},
|
||||
|
||||
"interval": 10,
|
||||
|
||||
"on-click": "alacritty -e nmtui",
|
||||
|
||||
"tooltip": true,
|
||||
"tooltip-format": "Connected via {ifname}\nIP: {ipaddr}/{cidr}\nBandwidth: {bandwidthDownBits} | {bandwidthUpBits}",
|
||||
"tooltip-format-wifi": "Connected to {essid} on {ifname}\nSignal Strength: {signalStrength}% ({signaldBm}dBm)\nIP: {ipaddr}/{cidr}\nBandwidth: {bandwidthDownBits} | {bandwidthUpBits}",
|
||||
"on-click": "termite -e nmtui",
|
||||
"tooltip": false
|
||||
},
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume}%",
|
||||
|
@ -71,10 +55,10 @@
|
|||
"format-alt-click": "click-right",
|
||||
"format-muted": "ﱝ",
|
||||
"format-icons": {
|
||||
//"phone": [" ", " ", " ", " "],
|
||||
"phone": [" ", " ", " ", " "],
|
||||
"default": ["奄", "奔", "墳"]
|
||||
},
|
||||
"scroll-step": 5,
|
||||
"scroll-step": 10,
|
||||
"on-click": "pavucontrol-qt",
|
||||
"tooltip": false
|
||||
},
|
||||
|
@ -97,7 +81,7 @@
|
|||
"format": "{icon}",
|
||||
"format-alt": "{percent}% {icon}",
|
||||
"format-alt-click": "click-right",
|
||||
"format-icons": ["", "", ""],
|
||||
"format-icons": ["", ""],
|
||||
"on-scroll-down": "light -U 1",
|
||||
"on-scroll-up": "light -A 1"
|
||||
},
|
||||
|
|
|
@ -51,10 +51,6 @@ window#waybar.solo {
|
|||
min-width: 100px;
|
||||
}
|
||||
|
||||
#battery.full {
|
||||
color: rgba(36, 238, 46, 1);
|
||||
}
|
||||
|
||||
#battery.warning {
|
||||
color: rgba(255, 210, 4, 1);
|
||||
}
|
||||
|
@ -63,11 +59,9 @@ window#waybar.solo {
|
|||
color: rgba(238, 46, 36, 1);
|
||||
}
|
||||
|
||||
/*
|
||||
#battery.charging {
|
||||
color: rgba(217, 216, 216, 1);
|
||||
}
|
||||
*/
|
||||
|
||||
#custom-storage.warning {
|
||||
color: rgba(255, 210, 4, 1);
|
||||
|
|
Loading…
Reference in a new issue