Fix colors, revert 'reduce panel size'

This commit is contained in:
Aleksey Samoilov 2023-11-22 10:10:11 +04:00
parent d1e3b80100
commit 888e50e5aa
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"layer": "top",
"position": "top",
"height": 25,
"height": 30,
"modules-left": ["custom/menu", "sway/workspaces", "sway/window"],
"modules-center": ["custom/wf-recorder", "sway/mode"],
"modules-right": [

View file

@ -182,7 +182,7 @@ label:focus {
}
#bluetooth {
color: @lavender;
color: @blue;
}
#bluetooth.disabled {
@ -190,7 +190,7 @@ label:focus {
}
#pulseaudio {
color: @blue;
color: @lavender;
}
#pulseaudio.muted {
@ -198,9 +198,9 @@ label:focus {
}
#clock {
color: @overlay2;
color: @text;
}
#custom-power {
color: @overlay1;
color: @subtext1;
}