From 87fc8f08dfa28a0e9bc801f1356bf2ad1737e5c3 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 25 Feb 2025 18:47:46 +0900 Subject: Added Modules_Extra in waybar for users own custom waybar modules --- config/waybar/Modules_Extras | 10 ++++++++++ config/waybar/configs/[BOT & Left] SouthWest | 2 ++ config/waybar/configs/[BOT & Right] SouthEast | 2 ++ config/waybar/configs/[BOT] Camellia | 1 + config/waybar/configs/[BOT] Chrysanthemum | 1 + config/waybar/configs/[BOT] Default | 1 + config/waybar/configs/[BOT] Default Laptop | 1 + config/waybar/configs/[BOT] Gardenia | 1 + config/waybar/configs/[BOT] Peony | 1 + config/waybar/configs/[BOT] Simple | 1 + config/waybar/configs/[BOT] Sleek | 1 + config/waybar/configs/[LEFT] WestWing | 1 + config/waybar/configs/[LEFT] WestWing v2 | 1 + config/waybar/configs/[RIGHT] EastWing | 1 + config/waybar/configs/[RIGHT] EastWing v2 | 1 + config/waybar/configs/[TOP & BOT] SummitSplit | 2 ++ config/waybar/configs/[TOP & Left] NorthWest | 2 ++ config/waybar/configs/[TOP & Right] NorthEast | 2 ++ config/waybar/configs/[TOP] 0-Ja-0 | 1 + config/waybar/configs/[TOP] Camellia | 1 + config/waybar/configs/[TOP] Chrysanthemum | 1 + config/waybar/configs/[TOP] Default | 1 + config/waybar/configs/[TOP] Default (old v1) | 1 + config/waybar/configs/[TOP] Default (old v2) | 1 + config/waybar/configs/[TOP] Default (old v3) | 1 + config/waybar/configs/[TOP] Default (old v4) | 1 + config/waybar/configs/[TOP] Default Laptop | 1 + config/waybar/configs/[TOP] Default Laptop (old v1) | 1 + config/waybar/configs/[TOP] Default Laptop (old v2) | 1 + config/waybar/configs/[TOP] Default Laptop (old v3) | 1 + config/waybar/configs/[TOP] Default Laptop (old v4) | 1 + config/waybar/configs/[TOP] Everforest | 1 + config/waybar/configs/[TOP] Gardenia | 1 + config/waybar/configs/[TOP] Minimal - Long | 1 + config/waybar/configs/[TOP] Minimal - Short | 1 + config/waybar/configs/[TOP] Peony | 1 + config/waybar/configs/[TOP] Simple | 1 + config/waybar/configs/[TOP] Simpliest | 1 + config/waybar/configs/[TOP] Sleek | 1 + copy.sh | 6 ++++++ 40 files changed, 59 insertions(+) create mode 100644 config/waybar/Modules_Extras diff --git a/config/waybar/Modules_Extras b/config/waybar/Modules_Extras new file mode 100644 index 00000000..abbc8a61 --- /dev/null +++ b/config/waybar/Modules_Extras @@ -0,0 +1,10 @@ +//* ---- 💫 https://github.com/JaKooLit 💫 ---- *// +/* Waybar Modules Extras */ + +/* This is where you can add Extra Modules you wish. copy.sh will try to restore*/ +/* this file along with the unique configs and styles. */ +/* IMPORTANT, be mindful with , or ". else waybar will not start */ + +{ + +} \ No newline at end of file diff --git a/config/waybar/configs/[BOT & Left] SouthWest b/config/waybar/configs/[BOT & Left] SouthWest index 283b79c6..0f784067 100644 --- a/config/waybar/configs/[BOT & Left] SouthWest +++ b/config/waybar/configs/[BOT & Left] SouthWest @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", @@ -54,6 +55,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", "$HOME/.config/waybar/ModulesVertical", ], "layer": "top", diff --git a/config/waybar/configs/[BOT & Right] SouthEast b/config/waybar/configs/[BOT & Right] SouthEast index fbfa5122..ea75e9fd 100644 --- a/config/waybar/configs/[BOT & Right] SouthEast +++ b/config/waybar/configs/[BOT & Right] SouthEast @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", @@ -54,6 +55,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", "$HOME/.config/waybar/ModulesVertical", ], "layer": "top", diff --git a/config/waybar/configs/[BOT] Camellia b/config/waybar/configs/[BOT] Camellia index 10b6d233..5db54b94 100644 --- a/config/waybar/configs/[BOT] Camellia +++ b/config/waybar/configs/[BOT] Camellia @@ -11,6 +11,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[BOT] Chrysanthemum b/config/waybar/configs/[BOT] Chrysanthemum index 9c09885f..3917404c 100644 --- a/config/waybar/configs/[BOT] Chrysanthemum +++ b/config/waybar/configs/[BOT] Chrysanthemum @@ -10,6 +10,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[BOT] Default b/config/waybar/configs/[BOT] Default index 15f467c2..9bf8dde1 100644 --- a/config/waybar/configs/[BOT] Default +++ b/config/waybar/configs/[BOT] Default @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[BOT] Default Laptop b/config/waybar/configs/[BOT] Default Laptop index d1db65ba..25f60364 100644 --- a/config/waybar/configs/[BOT] Default Laptop +++ b/config/waybar/configs/[BOT] Default Laptop @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[BOT] Gardenia b/config/waybar/configs/[BOT] Gardenia index f550537d..d18e51fb 100644 --- a/config/waybar/configs/[BOT] Gardenia +++ b/config/waybar/configs/[BOT] Gardenia @@ -11,6 +11,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[BOT] Peony b/config/waybar/configs/[BOT] Peony index 9e3fc5b2..3040b42b 100644 --- a/config/waybar/configs/[BOT] Peony +++ b/config/waybar/configs/[BOT] Peony @@ -11,6 +11,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[BOT] Simple b/config/waybar/configs/[BOT] Simple index cf265c9b..1494572f 100644 --- a/config/waybar/configs/[BOT] Simple +++ b/config/waybar/configs/[BOT] Simple @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", "position": "bottom", diff --git a/config/waybar/configs/[BOT] Sleek b/config/waybar/configs/[BOT] Sleek index dc6014ac..3525f6da 100644 --- a/config/waybar/configs/[BOT] Sleek +++ b/config/waybar/configs/[BOT] Sleek @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", "position": "bottom", diff --git a/config/waybar/configs/[LEFT] WestWing b/config/waybar/configs/[LEFT] WestWing index 0c4218c3..e0632ace 100644 --- a/config/waybar/configs/[LEFT] WestWing +++ b/config/waybar/configs/[LEFT] WestWing @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", "$HOME/.config/waybar/ModulesVertical", ], "layer": "top", diff --git a/config/waybar/configs/[LEFT] WestWing v2 b/config/waybar/configs/[LEFT] WestWing v2 index 6a1b1307..1937f0c7 100644 --- a/config/waybar/configs/[LEFT] WestWing v2 +++ b/config/waybar/configs/[LEFT] WestWing v2 @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", "$HOME/.config/waybar/ModulesVertical", ], "layer": "top", diff --git a/config/waybar/configs/[RIGHT] EastWing b/config/waybar/configs/[RIGHT] EastWing index dac579a9..34fcb29a 100644 --- a/config/waybar/configs/[RIGHT] EastWing +++ b/config/waybar/configs/[RIGHT] EastWing @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", "$HOME/.config/waybar/ModulesVertical", ], "layer": "top", diff --git a/config/waybar/configs/[RIGHT] EastWing v2 b/config/waybar/configs/[RIGHT] EastWing v2 index 05d19dfb..99001d53 100644 --- a/config/waybar/configs/[RIGHT] EastWing v2 +++ b/config/waybar/configs/[RIGHT] EastWing v2 @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", "$HOME/.config/waybar/ModulesVertical", ], "layer": "top", diff --git a/config/waybar/configs/[TOP & BOT] SummitSplit b/config/waybar/configs/[TOP & BOT] SummitSplit index e88683a0..97a34ecb 100644 --- a/config/waybar/configs/[TOP & BOT] SummitSplit +++ b/config/waybar/configs/[TOP & BOT] SummitSplit @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", @@ -52,6 +53,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP & Left] NorthWest b/config/waybar/configs/[TOP & Left] NorthWest index bd57b1ee..3b08e6da 100644 --- a/config/waybar/configs/[TOP & Left] NorthWest +++ b/config/waybar/configs/[TOP & Left] NorthWest @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", @@ -51,6 +52,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", "$HOME/.config/waybar/ModulesVertical", ], "layer": "top", diff --git a/config/waybar/configs/[TOP & Right] NorthEast b/config/waybar/configs/[TOP & Right] NorthEast index a14be3c5..b58b984e 100644 --- a/config/waybar/configs/[TOP & Right] NorthEast +++ b/config/waybar/configs/[TOP & Right] NorthEast @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", @@ -51,6 +52,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", "$HOME/.config/waybar/ModulesVertical", ], "layer": "top", diff --git a/config/waybar/configs/[TOP] 0-Ja-0 b/config/waybar/configs/[TOP] 0-Ja-0 index 1ca3d6ea..3fb0f022 100644 --- a/config/waybar/configs/[TOP] 0-Ja-0 +++ b/config/waybar/configs/[TOP] 0-Ja-0 @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Camellia b/config/waybar/configs/[TOP] Camellia index 4feff466..6e73fe2d 100644 --- a/config/waybar/configs/[TOP] Camellia +++ b/config/waybar/configs/[TOP] Camellia @@ -11,6 +11,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Chrysanthemum b/config/waybar/configs/[TOP] Chrysanthemum index 6a67ee09..6a1211e8 100644 --- a/config/waybar/configs/[TOP] Chrysanthemum +++ b/config/waybar/configs/[TOP] Chrysanthemum @@ -10,6 +10,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default b/config/waybar/configs/[TOP] Default index 0ee772bd..f5e3f718 100644 --- a/config/waybar/configs/[TOP] Default +++ b/config/waybar/configs/[TOP] Default @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default (old v1) b/config/waybar/configs/[TOP] Default (old v1) index 81eec78e..716b5b07 100644 --- a/config/waybar/configs/[TOP] Default (old v1) +++ b/config/waybar/configs/[TOP] Default (old v1) @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default (old v2) b/config/waybar/configs/[TOP] Default (old v2) index 39281a62..dbf1138e 100644 --- a/config/waybar/configs/[TOP] Default (old v2) +++ b/config/waybar/configs/[TOP] Default (old v2) @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default (old v3) b/config/waybar/configs/[TOP] Default (old v3) index ebb663c9..5871f8a8 100644 --- a/config/waybar/configs/[TOP] Default (old v3) +++ b/config/waybar/configs/[TOP] Default (old v3) @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default (old v4) b/config/waybar/configs/[TOP] Default (old v4) index 9a06a610..b6ea9bbb 100644 --- a/config/waybar/configs/[TOP] Default (old v4) +++ b/config/waybar/configs/[TOP] Default (old v4) @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default Laptop b/config/waybar/configs/[TOP] Default Laptop index 9056b125..0230c371 100644 --- a/config/waybar/configs/[TOP] Default Laptop +++ b/config/waybar/configs/[TOP] Default Laptop @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default Laptop (old v1) b/config/waybar/configs/[TOP] Default Laptop (old v1) index 7154d5da..d3f62d83 100644 --- a/config/waybar/configs/[TOP] Default Laptop (old v1) +++ b/config/waybar/configs/[TOP] Default Laptop (old v1) @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default Laptop (old v2) b/config/waybar/configs/[TOP] Default Laptop (old v2) index 5d6f9373..2ba55331 100644 --- a/config/waybar/configs/[TOP] Default Laptop (old v2) +++ b/config/waybar/configs/[TOP] Default Laptop (old v2) @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default Laptop (old v3) b/config/waybar/configs/[TOP] Default Laptop (old v3) index a0189b03..07fb8a92 100644 --- a/config/waybar/configs/[TOP] Default Laptop (old v3) +++ b/config/waybar/configs/[TOP] Default Laptop (old v3) @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default Laptop (old v4) b/config/waybar/configs/[TOP] Default Laptop (old v4) index 9fb30882..0d5cc2da 100644 --- a/config/waybar/configs/[TOP] Default Laptop (old v4) +++ b/config/waybar/configs/[TOP] Default Laptop (old v4) @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Everforest b/config/waybar/configs/[TOP] Everforest index 9d2786c6..98beafc5 100644 --- a/config/waybar/configs/[TOP] Everforest +++ b/config/waybar/configs/[TOP] Everforest @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Gardenia b/config/waybar/configs/[TOP] Gardenia index 02380c3c..60a0f8e9 100644 --- a/config/waybar/configs/[TOP] Gardenia +++ b/config/waybar/configs/[TOP] Gardenia @@ -11,6 +11,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Minimal - Long b/config/waybar/configs/[TOP] Minimal - Long index 704fa56e..a8159d68 100644 --- a/config/waybar/configs/[TOP] Minimal - Long +++ b/config/waybar/configs/[TOP] Minimal - Long @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Minimal - Short b/config/waybar/configs/[TOP] Minimal - Short index b025c07a..6d6382a0 100644 --- a/config/waybar/configs/[TOP] Minimal - Short +++ b/config/waybar/configs/[TOP] Minimal - Short @@ -8,6 +8,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", "position": "top", diff --git a/config/waybar/configs/[TOP] Peony b/config/waybar/configs/[TOP] Peony index 4935f763..426d5d4c 100644 --- a/config/waybar/configs/[TOP] Peony +++ b/config/waybar/configs/[TOP] Peony @@ -11,6 +11,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Simple b/config/waybar/configs/[TOP] Simple index 759fd8bd..52f541dd 100644 --- a/config/waybar/configs/[TOP] Simple +++ b/config/waybar/configs/[TOP] Simple @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", "position": "top", diff --git a/config/waybar/configs/[TOP] Simpliest b/config/waybar/configs/[TOP] Simpliest index 14e0f1e0..85323875 100644 --- a/config/waybar/configs/[TOP] Simpliest +++ b/config/waybar/configs/[TOP] Simpliest @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", "position": "top", diff --git a/config/waybar/configs/[TOP] Sleek b/config/waybar/configs/[TOP] Sleek index 671264b8..53801633 100644 --- a/config/waybar/configs/[TOP] Sleek +++ b/config/waybar/configs/[TOP] Sleek @@ -7,6 +7,7 @@ "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/Modules_Extras", ], "layer": "top", "position": "top", diff --git a/copy.sh b/copy.sh index 456f9821..3ec9dbfc 100755 --- a/copy.sh +++ b/copy.sh @@ -595,6 +595,12 @@ if [ -d "$DIRPATHw" ]; then fi done || true + # Step 4: restore Modules_Extras + BACKUP_FILE="$DIRPATHw-backup-$BACKUP_DIR/Modules_Extras" + if [ -f "$BACKUP_FILE" ]; then + cp -f "$BACKUP_FILE" "$DIRPATHw/Modules_Extras" + fi + break ;; [Nn]* ) -- cgit v1.2.3