Updated launcher and theme.

This commit is contained in:
Luc Bijl 2023-12-25 16:48:44 +01:00
parent a34e06cf1d
commit 3010523cbb
8 changed files with 63 additions and 32 deletions

View file

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

View file

@ -20,7 +20,7 @@ tooltip
{
background: rgba(0, 0, 0, 0.5);
border: 1px solid rgba(0, 0, 0, 0.5);
border-radius: 20;
border-radius: 10;
}
tooltip label
@ -40,6 +40,6 @@ tooltip label
#taskbar button
{
padding-left: 15px;
padding-right: 5px;
padding-left: 10px;
padding-right: 10px;
}