Fix colors, revert 'reduce panel size'
This commit is contained in:
parent
d1e3b80100
commit
888e50e5aa
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"height": 25,
|
"height": 30,
|
||||||
"modules-left": ["custom/menu", "sway/workspaces", "sway/window"],
|
"modules-left": ["custom/menu", "sway/workspaces", "sway/window"],
|
||||||
"modules-center": ["custom/wf-recorder", "sway/mode"],
|
"modules-center": ["custom/wf-recorder", "sway/mode"],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
|
|
|
@ -182,7 +182,7 @@ label:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
#bluetooth {
|
#bluetooth {
|
||||||
color: @lavender;
|
color: @blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bluetooth.disabled {
|
#bluetooth.disabled {
|
||||||
|
@ -190,7 +190,7 @@ label:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
color: @blue;
|
color: @lavender;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio.muted {
|
#pulseaudio.muted {
|
||||||
|
@ -198,9 +198,9 @@ label:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
color: @overlay2;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-power {
|
#custom-power {
|
||||||
color: @overlay1;
|
color: @subtext1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue