forked from mirrors_public/oddlama_nix-config
chore: add button to waybar for future wallpaper change
This commit is contained in:
parent
30a851a7c1
commit
237c23e266
2 changed files with 35 additions and 12 deletions
|
@ -25,8 +25,9 @@ button {
|
|||
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
|
||||
#clock:hover,
|
||||
#custom-notification:hover,
|
||||
#custom-pickcolor:hover,
|
||||
#custom-scanqr:hover,
|
||||
#custom-pick_color:hover,
|
||||
#custom-scan_qr:hover,
|
||||
#custom-cycle_wallpaper:hover,
|
||||
#wireplumber:hover,
|
||||
#pulseaudio:hover,
|
||||
button:hover {
|
||||
|
@ -39,8 +40,9 @@ button:hover {
|
|||
#clock,
|
||||
#cpu,
|
||||
#custom-notification,
|
||||
#custom-pickcolor,
|
||||
#custom-scanqr,
|
||||
#custom-pick_color,
|
||||
#custom-scan_qr,
|
||||
#custom-cycle_wallpaper,
|
||||
#disk,
|
||||
#idle_inhibitor,
|
||||
#memory,
|
||||
|
@ -60,8 +62,12 @@ button:hover {
|
|||
}
|
||||
|
||||
#cpu,
|
||||
#memory,
|
||||
#wireplumber {
|
||||
#memory {
|
||||
min-width: 44px;
|
||||
}
|
||||
|
||||
#wireplumber,
|
||||
#pulseaudio {
|
||||
min-width: 56px;
|
||||
}
|
||||
|
||||
|
@ -133,6 +139,11 @@ button:hover {
|
|||
color: #000000;
|
||||
}
|
||||
|
||||
/*
|
||||
#bluetooth.on {
|
||||
box-shadow: inset 0 -2px alpha(#70a5eb, 0.4);
|
||||
}
|
||||
*/
|
||||
|
||||
#memory.critical,
|
||||
#network.disconnected,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue