feat(waybar): remove tray background color

- Removed #tray background-color in waybar style
- Set kime tray icon color to white
This commit is contained in:
lightly-toasted 2025-08-28 22:10:20 +09:00
parent 2a733f6e2a
commit dfc4f9ba9d
2 changed files with 1 additions and 4 deletions

View file

@ -164,10 +164,6 @@ label:focus {
background-color: #eb4d4b;
}
#tray {
background-color: #2980b9;
}
#idle_inhibitor {
background-color: #2d3436;
}

View file

@ -18,6 +18,7 @@
inputMethod = {
enable = true;
type = "kime";
kime.iconColor = "White";
};
};
}