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",
|
||||
"position": "top",
|
||||
"height": 25,
|
||||
"height": 30,
|
||||
"modules-left": ["custom/menu", "sway/workspaces", "sway/window"],
|
||||
"modules-center": ["custom/wf-recorder", "sway/mode"],
|
||||
"modules-right": [
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue