pinwheel: Remove hover effect of waybar workspace buttons
This commit is contained in:
@@ -38,17 +38,43 @@
|
||||
};
|
||||
};
|
||||
|
||||
style = ''
|
||||
style = let
|
||||
foreground = "#f9c22b";
|
||||
foreground-dim = "#a57b06";
|
||||
background = "#262626";
|
||||
in
|
||||
''
|
||||
* {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
color: ${foreground-dim};
|
||||
background-color: ${background};
|
||||
border: none;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
border-color: transparent;
|
||||
background: none;
|
||||
transition: none;
|
||||
text-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
background: red;
|
||||
color: ${foreground};
|
||||
background-color: ${background};
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: blue;
|
||||
color: ${foreground};
|
||||
background-color: ${background};
|
||||
}
|
||||
|
||||
#custom-hello {
|
||||
background-color: yellow;
|
||||
color: ${foreground};
|
||||
background-color: ${background};
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user