mirror of
https://github.com/duma799/hyprduma-config.git
synced 2026-05-14 14:41:00 +00:00
Wlogout integration in hyprland.conf + waybar.
This commit is contained in:
+8
-1
@@ -33,7 +33,7 @@ tooltip {
|
||||
background:@background;
|
||||
color: @color7;
|
||||
}
|
||||
#pulseaudio:hover, #bluetooth:hover, #network:hover, #custom-power-profile:hover, #battery:hover, #cpu:hover, #memory:hover, #temperature:hover{
|
||||
#pulseaudio:hover, #bluetooth:hover, #network:hover, #custom-power-profile:hover, #battery:hover, #cpu:hover, #memory:hover, #temperature:hover, #custom-wlogout:hover{
|
||||
transition: all .3s ease;
|
||||
color:@color9;
|
||||
}
|
||||
@@ -156,3 +156,10 @@ tooltip {
|
||||
text-shadow: 0px 0px 1.5px rgba(0, 0, 0, 1);
|
||||
|
||||
}
|
||||
#custom-wlogout{
|
||||
padding: 0px 3px;
|
||||
margin-left: -2px;
|
||||
font-size: 21px;
|
||||
transition: all .3s ease;
|
||||
color:@color7;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user