mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-24 14:48:37 +01:00
ironbar: Replace clipboard with start menu
Note that on_mouse_enter is used instead of on_click_left since there's currently a bug where clicking anywhere on the bar will repeat the last on_click_left event.
This commit is contained in:
parent
e60ef84784
commit
455a9d65f0
@ -10,12 +10,9 @@
|
||||
|
||||
"start": [
|
||||
{
|
||||
"type": "clipboard",
|
||||
"max_items": 3,
|
||||
"truncate": {
|
||||
"length": 50,
|
||||
"mode": "end"
|
||||
}
|
||||
"type": "label",
|
||||
"label": "❄",
|
||||
"on_mouse_enter": "rofi -show drun"
|
||||
}
|
||||
],
|
||||
|
||||
@ -66,10 +63,6 @@
|
||||
background: alpha(#${base00}, 0.925);
|
||||
}
|
||||
|
||||
.clipboard {
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background: #${base01};
|
||||
}
|
||||
@ -88,10 +81,6 @@
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.popup-clipboard .item {
|
||||
padding-bottom: 0.3em;
|
||||
}
|
||||
|
||||
.popup-clock .calendar-clock {
|
||||
font-family: "Maple Mono";
|
||||
font-size: 2.5em;
|
||||
|
Loading…
Reference in New Issue
Block a user