Compare commits
No commits in common. "494fade73a4682dbe6dfb535f80a0958aac5a84f" and "9ae5d2ca363fe454a14203df53682efd84d00ebd" have entirely different histories.
494fade73a
...
9ae5d2ca36
@ -3,7 +3,7 @@
|
|||||||
"height": 40,
|
"height": 40,
|
||||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||||
"modules-center": ["clock"],
|
"modules-center": ["clock"],
|
||||||
"modules-right": ["network", "pulseaudio", "backlight", "battery", "tray", "mpris", "idle_inhibitor"],
|
"modules-right": ["pulseaudio", "backlight", "battery", "tray", "mpris", "idle_inhibitor"],
|
||||||
"sway/workspaces": {
|
"sway/workspaces": {
|
||||||
"disable-scroll": true,
|
"disable-scroll": true,
|
||||||
"persistent_workspaces": {
|
"persistent_workspaces": {
|
||||||
@ -65,10 +65,6 @@
|
|||||||
"stopped": "⏹"
|
"stopped": "⏹"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"network": {
|
|
||||||
"interval": 1,
|
|
||||||
"format": " {bandwidthUpBytes} {bandwidthDownBytes}"
|
|
||||||
},
|
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
"scroll-step": 0,
|
"scroll-step": 0,
|
||||||
"format": "{icon} {volume}%",
|
"format": "{icon} {volume}%",
|
||||||
|
@ -61,10 +61,6 @@ window#waybar {
|
|||||||
background: #32302f;
|
background: #32302f;
|
||||||
color: #282828;
|
color: #282828;
|
||||||
}
|
}
|
||||||
#network {
|
|
||||||
color: #928374;
|
|
||||||
font-size: 10;
|
|
||||||
}
|
|
||||||
#idle_inhibitor {
|
#idle_inhibitor {
|
||||||
color: #282828;
|
color: #282828;
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
|
Loading…
Reference in New Issue
Block a user