ironbar: Style start menu based on id

Makes it possible to use padding on the label instead of the bar.
This commit is contained in:
Donovan Glover 2024-01-31 07:16:19 -05:00
parent 74db7848f3
commit 0f30e0fdb9
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -10,6 +10,7 @@
"start": [
{
"name": "startMenu",
"type": "label",
"label": "",
"on_mouse_enter": "rofi -show drun"
@ -82,7 +83,6 @@
#bar {
border-top: 1px solid #${base01};
padding-left: 0.5em;
}
.label, .script, .tray {
@ -141,5 +141,10 @@
.popup-launcher .popup-item:not(:first-child) {
border-top: 1px solid #${base01};
}
#startMenu {
padding-left: 1em;
padding-right: 0.5em;
}
'';
}