Update a lot of options, simplify variables, replace options with tags
This commit is contained in:
parent
dbc0ab6dd3
commit
7667ef9a1b
147 changed files with 663 additions and 928 deletions
|
@ -236,9 +236,9 @@
|
|||
position = "top";
|
||||
layer = "top";
|
||||
output = [
|
||||
"!${config.displays.tower2}"
|
||||
"!${config.displays.tower3}"
|
||||
"!${config.displays.detritus2}"
|
||||
"!${config.vars.displays.tower2}"
|
||||
"!${config.vars.displays.tower3}"
|
||||
"!${config.vars.displays.detritus2}"
|
||||
"*"
|
||||
];
|
||||
modules-left = [
|
||||
|
@ -271,9 +271,9 @@
|
|||
position = "top";
|
||||
layer = "top";
|
||||
output = [
|
||||
config.displays.tower2
|
||||
config.displays.tower3
|
||||
config.displays.detritus2
|
||||
config.vars.displays.tower2
|
||||
config.vars.displays.tower3
|
||||
config.vars.displays.detritus2
|
||||
];
|
||||
modules-left = [
|
||||
"sway/workspaces"
|
||||
|
@ -294,12 +294,11 @@
|
|||
border: 0;
|
||||
border-radius: 0;
|
||||
min-height: 0;
|
||||
font-family: ${config.look.fonts.main};
|
||||
font-size: 15.5px;
|
||||
color: #${config.look.colors.text};
|
||||
color: #${config.vars.colors.text};
|
||||
}
|
||||
|
||||
#waybar { background: #${config.look.colors.dark}; }
|
||||
#waybar { background: #${config.vars.colors.dark}; }
|
||||
#network { padding: 0 6px 0 4px; }
|
||||
#gamemode, #scratchpad, #privacy, #tray, #bluetooth { margin: 0 2px 0 2px; }
|
||||
#pulseaudio, #mpris, #custom-notifs, #idle_inhibitor, #custom-weather, #cpu, #memory, #custom-vram, #backlight, #battery, #clock { margin: 0 2px 0 4px; }
|
||||
|
@ -312,15 +311,15 @@
|
|||
min-width: 20px;
|
||||
}
|
||||
#workspaces button.visible, #workspaces button.active {
|
||||
border-bottom: 3px solid #${config.look.colors.prime};
|
||||
background: #${config.look.colors.mid};
|
||||
border-bottom: 3px solid #${config.vars.colors.prime};
|
||||
background: #${config.vars.colors.mid};
|
||||
}
|
||||
#workspaces button.urgent {
|
||||
border-bottom: 3px solid #${config.look.colors.urgent};
|
||||
border-bottom: 3px solid #${config.vars.colors.urgent};
|
||||
}
|
||||
#workspaces button:hover {
|
||||
box-shadow: none;
|
||||
background: #${config.look.colors.light};
|
||||
background: #${config.vars.colors.light};
|
||||
}
|
||||
|
||||
#mpris { border-bottom: 3px solid #ffb066; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue