Updated wayfire.ini and laptop section.

This commit is contained in:
Luc Bijl 2023-12-25 21:08:45 +01:00
parent ab336c15f2
commit a0247ef2c8
4 changed files with 21 additions and 20 deletions

View file

@ -18,7 +18,7 @@
{
"tooltip": false,
"format": "",
"on-click": "wofi --show drun"
"on-click": "fuzzel"
},
"clock":
{
@ -44,10 +44,11 @@
"icon-size": 16,
"tooltip-format": "{title}",
"on-click": "activate",
"on-click-right": "minimize-raise",
"on-click-middle": "close",
"ignore-list": [
"wlogout"
]
"ignore-list": [
"wlogout"
]
}
}
]

View file

@ -5,7 +5,7 @@
font-family: "Roboto","FontAwesome";
font-size: 16px;
min-height: 0;
padding-top: 0px;
padding-top: 1px;
padding-bottom: 1px;
}
@ -40,6 +40,6 @@ tooltip label
#taskbar button
{
padding-left: 15px;
padding-right: 0px;
padding-left: 10px;
padding-right: 10px;
}