aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/configs
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2024-09-13 11:03:20 +0900
committerJaKooLit <ejhay.games@gmail.com>2024-09-13 11:03:20 +0900
commit6c99347a62111f6ca23bf16c841d2cf1673b69b6 (patch)
treec5121c99ee9a528c3abd48f5480850d9f0739cfb /config/waybar/configs
parent6c526a514f2ad8502b1285fcb3c43f8d973fb32d (diff)
custom idle inhibitor on waybar which kills hypridle when toggled
Diffstat (limited to 'config/waybar/configs')
-rw-r--r--config/waybar/configs/[BOT & Left] SouthWest2
-rw-r--r--config/waybar/configs/[BOT & Right] SouthEast2
-rw-r--r--config/waybar/configs/[BOT] Default2
-rw-r--r--config/waybar/configs/[BOT] Simple2
-rw-r--r--config/waybar/configs/[BOT] Sleek2
-rw-r--r--config/waybar/configs/[TOP & BOT] SummitSplit2
-rw-r--r--config/waybar/configs/[TOP & Left] NorthWest2
-rw-r--r--config/waybar/configs/[TOP & Right] NorthEast2
-rw-r--r--config/waybar/configs/[TOP] Default2
-rw-r--r--config/waybar/configs/[TOP] Default_v22
-rw-r--r--config/waybar/configs/[TOP] Default_v32
-rw-r--r--config/waybar/configs/[TOP] Everforest2
-rw-r--r--config/waybar/configs/[TOP] Minimal - Long2
-rw-r--r--config/waybar/configs/[TOP] Simple2
-rw-r--r--config/waybar/configs/[TOP] Sleek2
15 files changed, 15 insertions, 15 deletions
diff --git a/config/waybar/configs/[BOT & Left] SouthWest b/config/waybar/configs/[BOT & Left] SouthWest
index 87be19f0..8733cf40 100644
--- a/config/waybar/configs/[BOT & Left] SouthWest
+++ b/config/waybar/configs/[BOT & Left] SouthWest
@@ -65,7 +65,7 @@
"modules-left": [
"custom/lock",
- "idle_inhibitor",
+ "custom/hypridle",
],
"modules-center": [
diff --git a/config/waybar/configs/[BOT & Right] SouthEast b/config/waybar/configs/[BOT & Right] SouthEast
index db367b9c..92247726 100644
--- a/config/waybar/configs/[BOT & Right] SouthEast
+++ b/config/waybar/configs/[BOT & Right] SouthEast
@@ -65,7 +65,7 @@
"modules-left": [
"custom/lock",
- "idle_inhibitor",
+ "custom/hypridle",
],
"modules-center": [
diff --git a/config/waybar/configs/[BOT] Default b/config/waybar/configs/[BOT] Default
index d2638258..a6bf5e7b 100644
--- a/config/waybar/configs/[BOT] Default
+++ b/config/waybar/configs/[BOT] Default
@@ -35,7 +35,7 @@
"modules-center": [
"custom/menu",
"custom/separator#dot-line",
- "idle_inhibitor",
+ "custom/hypridle",
"custom/separator#dot-line",
"clock",
"custom/separator#dot-line",
diff --git a/config/waybar/configs/[BOT] Simple b/config/waybar/configs/[BOT] Simple
index ef5c30eb..76d20698 100644
--- a/config/waybar/configs/[BOT] Simple
+++ b/config/waybar/configs/[BOT] Simple
@@ -17,7 +17,7 @@
"margin-top": 2,
"modules-left": [
- "idle_inhibitor",
+ "custom/hypridle",
"group/mobo_drawer",
"hyprland/workspaces#rw",
"tray",
diff --git a/config/waybar/configs/[BOT] Sleek b/config/waybar/configs/[BOT] Sleek
index c79fd71f..277551d0 100644
--- a/config/waybar/configs/[BOT] Sleek
+++ b/config/waybar/configs/[BOT] Sleek
@@ -24,7 +24,7 @@
],
"modules-center": [
- "idle_inhibitor",
+ "custom/hypridle",
"custom/separator#blank",
"clock",
"custom/separator#blank",
diff --git a/config/waybar/configs/[TOP & BOT] SummitSplit b/config/waybar/configs/[TOP & BOT] SummitSplit
index 3d419c22..0504fdee 100644
--- a/config/waybar/configs/[TOP & BOT] SummitSplit
+++ b/config/waybar/configs/[TOP & BOT] SummitSplit
@@ -27,7 +27,7 @@
],
"modules-center": [
- "idle_inhibitor",
+ "custom/hypridle",
"clock",
"custom/light_dark",
],
diff --git a/config/waybar/configs/[TOP & Left] NorthWest b/config/waybar/configs/[TOP & Left] NorthWest
index dd03fd92..3652d149 100644
--- a/config/waybar/configs/[TOP & Left] NorthWest
+++ b/config/waybar/configs/[TOP & Left] NorthWest
@@ -61,7 +61,7 @@
"modules-left": [
"custom/lock",
- "idle_inhibitor",
+ "custom/hypridle",
],
"modules-center": [
diff --git a/config/waybar/configs/[TOP & Right] NorthEast b/config/waybar/configs/[TOP & Right] NorthEast
index 442c7886..6347945d 100644
--- a/config/waybar/configs/[TOP & Right] NorthEast
+++ b/config/waybar/configs/[TOP & Right] NorthEast
@@ -62,7 +62,7 @@
"modules-left": [
"custom/lock",
- "idle_inhibitor",
+ "custom/hypridle",
],
"modules-center": [
diff --git a/config/waybar/configs/[TOP] Default b/config/waybar/configs/[TOP] Default
index 747fd9fe..db4a953f 100644
--- a/config/waybar/configs/[TOP] Default
+++ b/config/waybar/configs/[TOP] Default
@@ -35,7 +35,7 @@
"modules-center": [
"custom/menu",
"custom/separator#dot-line",
- "idle_inhibitor",
+ "custom/hypridle",
"custom/separator#dot-line",
"clock",
"custom/separator#dot-line",
diff --git a/config/waybar/configs/[TOP] Default_v2 b/config/waybar/configs/[TOP] Default_v2
index 8a0b7a29..ff2a7077 100644
--- a/config/waybar/configs/[TOP] Default_v2
+++ b/config/waybar/configs/[TOP] Default_v2
@@ -35,7 +35,7 @@
"custom/separator#line",
"hyprland/workspaces#roman",
"custom/separator#dot-line",
- "idle_inhibitor",
+ "custom/hypridle",
"custom/hint",
],
diff --git a/config/waybar/configs/[TOP] Default_v3 b/config/waybar/configs/[TOP] Default_v3
index 0575aba1..4a4a00f9 100644
--- a/config/waybar/configs/[TOP] Default_v3
+++ b/config/waybar/configs/[TOP] Default_v3
@@ -37,7 +37,7 @@
"custom/separator#line",
"hyprland/workspaces#kanji",
"custom/separator#dot-line",
- "idle_inhibitor",
+ "custom/hypridle",
"custom/hint",
],
diff --git a/config/waybar/configs/[TOP] Everforest b/config/waybar/configs/[TOP] Everforest
index 67cf09c4..67b09eff 100644
--- a/config/waybar/configs/[TOP] Everforest
+++ b/config/waybar/configs/[TOP] Everforest
@@ -30,7 +30,7 @@
],
"modules-center": [
"clock#forest",
- "idle_inhibitor",
+ "custom/hypridle",
],
"modules-right": [
"cpu#forest",
diff --git a/config/waybar/configs/[TOP] Minimal - Long b/config/waybar/configs/[TOP] Minimal - Long
index e5ff1e28..8ea6e306 100644
--- a/config/waybar/configs/[TOP] Minimal - Long
+++ b/config/waybar/configs/[TOP] Minimal - Long
@@ -30,7 +30,7 @@
],
"modules-center": [
"clock",
- "idle_inhibitor",
+ "custom/hypridle",
],
"modules-right": [
"group/mobo_drawer",
diff --git a/config/waybar/configs/[TOP] Simple b/config/waybar/configs/[TOP] Simple
index fd51a06f..a0a1d28d 100644
--- a/config/waybar/configs/[TOP] Simple
+++ b/config/waybar/configs/[TOP] Simple
@@ -17,7 +17,7 @@
"margin-top": 2,
"modules-left": [
- "idle_inhibitor",
+ "custom/hypridle",
"group/mobo_drawer",
"hyprland/workspaces#rw",
"tray",
diff --git a/config/waybar/configs/[TOP] Sleek b/config/waybar/configs/[TOP] Sleek
index 12227bf5..edcf6f49 100644
--- a/config/waybar/configs/[TOP] Sleek
+++ b/config/waybar/configs/[TOP] Sleek
@@ -23,7 +23,7 @@
],
"modules-center": [
- "idle_inhibitor",
+ "custom/hypridle",
"custom/separator#blank",
"clock#3",
"custom/separator#blank",
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage