mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-26 18:08:28 +02:00
Keybindings and waybar (#238)
* feat: niri & hyprland - adjust keybindings * feat: waybar - add micphone icon, use WirePlumber, etc
This commit is contained in:
@@ -76,10 +76,10 @@ tooltip label {
|
||||
#memory,
|
||||
#temperature,
|
||||
#cpu,
|
||||
#custom-wall,
|
||||
#temperature,
|
||||
#custom-playerctl,
|
||||
#backlight,
|
||||
#pulseaudio,
|
||||
#wireplumber,
|
||||
#wireplumber-source,
|
||||
#network,
|
||||
#battery,
|
||||
#custom-powermenu {
|
||||
@@ -123,18 +123,23 @@ tooltip label {
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
}
|
||||
#custom-wall {
|
||||
color: #33ccff;
|
||||
}
|
||||
#temperature {
|
||||
color: rgb(150, 205, 251);
|
||||
}
|
||||
#backlight {
|
||||
color: rgb(248, 189, 150);
|
||||
}
|
||||
#pulseaudio {
|
||||
#wireplumber {
|
||||
color: rgb(245, 224, 220);
|
||||
}
|
||||
|
||||
#wireplumber-source {
|
||||
color: rgb(181, 232, 224);
|
||||
}
|
||||
|
||||
#custom-playerctl {
|
||||
color: rgb(166, 227, 161);
|
||||
}
|
||||
#network {
|
||||
color: #abe9b3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user