mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 03:15:41 +00:00
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:
parent
2a733f6e2a
commit
dfc4f9ba9d
2 changed files with 1 additions and 4 deletions
|
@ -164,10 +164,6 @@ label:focus {
|
|||
background-color: #eb4d4b;
|
||||
}
|
||||
|
||||
#tray {
|
||||
background-color: #2980b9;
|
||||
}
|
||||
|
||||
#idle_inhibitor {
|
||||
background-color: #2d3436;
|
||||
}
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
inputMethod = {
|
||||
enable = true;
|
||||
type = "kime";
|
||||
kime.iconColor = "White";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue