Skip to content

Commit cf1f5ad

Browse files
authored
[email protected]: Make mult-instance capable. (#13678)
InhibitController will now inhibit/uninhibit, keep track of cinnamon's own handle and the list of currently inhibiting apps. This allows the applet itself to be simplified and become multi- instance capable.
1 parent a7af45c commit cf1f5ad

5 files changed

Lines changed: 483 additions & 302 deletions

File tree

data/theme/cinnamon-sass/widgets/_menus.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ $menuitem_border_radius: $base_border_radius * 1;
5252
icon-size: $scalable_icon_size;
5353
}
5454

55+
.popup-inhibitor-menu-item .popup-menu-icon {
56+
icon-size: to_em(24px);
57+
}
58+
5559
// popup submenus
5660
.popup-sub-menu {
5761
border-radius: $base_border_radius + 1;

0 commit comments

Comments
 (0)