This commit is contained in:
Johannes Loher 2022-11-06 18:50:53 +01:00
parent 401b4297b6
commit 3d66bc88ff
3 changed files with 38 additions and 57 deletions

View file

@ -23,9 +23,9 @@ color-schemes:
focused_match: focused_match:
foreground: CellForeground foreground: CellForeground
background: "#3E4451" # (manually extracted via color picker) background: "#3E4451" # (manually extracted via color picker)
bar: footer_bar:
background: "#1B1D23" # (manually extracted via color picker) background: "#1B1D23" # (manually extracted via color picker)
foreground: "#abb2bf" # syntax-fg foreground: "#abb2bf" # syntax-fg
selection: selection:
text: CellForeground text: CellForeground
background: "#3e4451" # syntax-selection-color background: "#3e4451" # syntax-selection-color
@ -65,9 +65,9 @@ color-schemes:
focused_match: focused_match:
foreground: CellForeground foreground: CellForeground
background: "#e5e5e6" # (manually extracted via color picker) background: "#e5e5e6" # (manually extracted via color picker)
bar: footer_bar:
background: "#ffffff" # (manually extracted via color picker) background: "#ffffff" # (manually extracted via color picker)
foreground: "#383a42" # syntax-fg foreground: "#383a42" # syntax-fg
selection: selection:
text: CellForeground text: CellForeground
background: "#e5e5e6" # syntax-selection-color background: "#e5e5e6" # syntax-selection-color

View file

@ -1,50 +1,20 @@
{ {
"layer": "top", "layer": "top",
"position": "top", "position": "top",
"modules-left": ["sway/workspaces", "sway/mode", "custom/right-arrow-dark"], "modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": [ "modules-center": [
"custom/left-arrow-dark",
"clock#1", "clock#1",
"custom/left-arrow-light",
"custom/left-arrow-dark",
"clock#2",
"custom/right-arrow-dark",
"custom/right-arrow-light",
"clock#3", "clock#3",
"custom/right-arrow-dark" "clock#2"
], ],
"modules-right": [ "modules-right": [
"custom/left-arrow-dark",
"disk", "disk",
"custom/left-arrow-light",
"custom/left-arrow-dark",
"pulseaudio", "pulseaudio",
"custom/left-arrow-light",
"custom/left-arrow-dark",
"battery", "battery",
"custom/left-arrow-light",
"custom/left-arrow-dark",
"idle_inhibitor", "idle_inhibitor",
"tray" "tray"
], ],
"custom/left-arrow-dark": {
"format": "",
"tooltip": false
},
"custom/left-arrow-light": {
"format": "",
"tooltip": false
},
"custom/right-arrow-dark": {
"format": "",
"tooltip": false
},
"custom/right-arrow-light": {
"format": "",
"tooltip": false
},
"sway/workspaces": { "sway/workspaces": {
"disable-scroll": true, "disable-scroll": true,
"all-outputs": false, "all-outputs": false,

View file

@ -7,19 +7,8 @@
} }
window#waybar { window#waybar {
background: #383C4A;
color: #D3DAE3;
}
#custom-right-arrow-dark,
#custom-left-arrow-dark {
color: #2F343F;
}
#custom-right-arrow-light,
#custom-left-arrow-light {
color: #383C4A;
background: #2F343F; background: #2F343F;
color: #D3DAE3;
} }
#clock, #clock,
@ -27,24 +16,22 @@ window#waybar {
#pulseaudio, #pulseaudio,
#battery, #battery,
#tray { #tray {
padding: 0 10px; padding: 0 5px;
background: #2F343F; color: #D3DAE3;
} }
#workspaces { #workspaces {
padding: 0 5px; padding: 0 5px;
background: #2F343F;
} }
#mode { #mode {
color: #4DADD4; color: #4DADD4;
padding-right: 10px; padding: 0 5px;
background: #2F343F;
} }
#idle_inhibitor { #idle_inhibitor {
padding-left: 10px; color: #D3DAE3;
background: #2F343F; padding: 0 5px;
} }
#workspaces button { #workspaces button {
@ -74,3 +61,27 @@ window#waybar {
#battery.critical { #battery.critical {
color: #FC4138; color: #FC4138;
} }
/* temporary fix */
button {
border: none;
}
label:disabled,
button:disabled {
color: inherit;
}
button:hover {
background: inherit;
}
/* temporary fix */
button {
border: none;
}
label:disabled,
button:disabled {
color: inherit;
}