mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-09-18 20:54:37 +00:00
examples: waybar: Set height and fix taskbar padding.
* modules/rosenthal/examples/waybar/config.jsonc: Set height to 36. * modules/rosenthal/examples/waybar/style.css (#taskbar button): Fix padding.
This commit is contained in:
parent
b4af9f76c3
commit
a7af07441f
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
|
"height": 36,
|
||||||
"spacing": 5,
|
"spacing": 5,
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"temperature",
|
"temperature",
|
||||||
|
@ -70,7 +70,10 @@ tooltip label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#taskbar button {
|
#taskbar button {
|
||||||
padding: 0 5px;
|
/* https://github.com/Alexays/Waybar/issues/3334 */
|
||||||
|
padding: 0;
|
||||||
|
padding-left: 5px;
|
||||||
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tray menu {
|
#tray menu {
|
||||||
|
Loading…
Reference in New Issue
Block a user