refactor(waybar): improve appearance of taskbar items
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled

This commit is contained in:
Price Hiller 2025-01-02 13:50:38 -06:00
parent 5af620ed61
commit 6de172533b
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 3 additions and 2 deletions

View File

@ -209,7 +209,7 @@
}, },
"wlr/taskbar": { "wlr/taskbar": {
"format": "{icon}", "format": "{icon}",
"icon-size": 12, "icon-size": 14,
"icon-theme": "Numix-Circle", "icon-theme": "Numix-Circle",
"tooltip-format": "{title}", "tooltip-format": "{title}",
"on-click": "activate", "on-click": "activate",

View File

@ -204,6 +204,7 @@ tooltip {
/* Taskbar, showing icons of open applications */ /* Taskbar, showing icons of open applications */
#taskbar button { #taskbar button {
border-radius: 4px;
margin-top: 0.1em; margin-top: 0.1em;
min-height: 0.25em; min-height: 0.25em;
padding-left: 0em; padding-left: 0em;
@ -213,7 +214,7 @@ tooltip {
#taskbar button.active { #taskbar button.active {
border-bottom: 0.2em solid #ff9e3b; border-bottom: 0.2em solid #ff9e3b;
background-color: rgba(255, 158, 59, 0.3); background-color: rgba(255, 158, 59, 0.2);
} }
#taskbar button:hover { #taskbar button:hover {