fix caldav_event and submap hyprpanel
This commit is contained in:
@@ -24,12 +24,11 @@
|
|||||||
hideOnEmpty = true;
|
hideOnEmpty = true;
|
||||||
actions.onLeftClick = "menu:calendar";
|
actions.onLeftClick = "menu:calendar";
|
||||||
};
|
};
|
||||||
"custom/caldav_evnet" = {
|
"custom/caldav_event" = {
|
||||||
execute = "caldav_event";
|
execute = "caldav_event";
|
||||||
executeOnAction = "";
|
label = " {}";
|
||||||
label = "{}";
|
interval = 1000;
|
||||||
interval = 60000;
|
hideOnEmpty = false;
|
||||||
hideOnEmpty = true;
|
|
||||||
actions = {};
|
actions = {};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -67,11 +66,14 @@
|
|||||||
|
|
||||||
"bar.bluetooth.label" = true;
|
"bar.bluetooth.label" = true;
|
||||||
|
|
||||||
"bar.customModules.submap.enabledIcon" = "[]";
|
|
||||||
"bar.customModules.submap.showSubmapName" = false;
|
|
||||||
"bar.customModules.submap.label" = false;
|
|
||||||
"bar.customModules.submap.icon" = true;
|
|
||||||
"bar.customModules.submap.disabledIcon" = "";
|
"bar.customModules.submap.disabledIcon" = "";
|
||||||
|
"bar.customModules.submap.disabledText" = "";
|
||||||
|
"bar.customModules.submap.enabledIcon" = "";
|
||||||
|
"bar.customModules.submap.enabledText" = "[SUBMAP]";
|
||||||
|
"bar.customModules.submap.icon" = false;
|
||||||
|
"bar.customModules.submap.label" = true;
|
||||||
|
"bar.customModules.submap.showSubmapIcon" = false;
|
||||||
|
"bar.customModules.submap.showSubmapName" = false;
|
||||||
|
|
||||||
"bar.workspaces.applicationIconEmptyWorkspace" = "";
|
"bar.workspaces.applicationIconEmptyWorkspace" = "";
|
||||||
"bar.workspaces.applicationIconOncePerWorkspace" = false;
|
"bar.workspaces.applicationIconOncePerWorkspace" = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user