From 785416c42770ee20ff56ed01a938d698118afc4e Mon Sep 17 00:00:00 2001
From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com>
Date: Wed, 28 Aug 2024 23:16:24 +0900
Subject: Rename customforeverforest to Everforest
---
config/waybar/configs/Everforest | 119 +++++++++++++++++++++++++++++++++++++++
1 file changed, 119 insertions(+)
create mode 100644 config/waybar/configs/Everforest
(limited to 'config/waybar/configs/Everforest')
diff --git a/config/waybar/configs/Everforest b/config/waybar/configs/Everforest
new file mode 100644
index 00000000..a8d75607
--- /dev/null
+++ b/config/waybar/configs/Everforest
@@ -0,0 +1,119 @@
+/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
+/* -- designed by https://github.com/DevNChill */
+// ### Everforest ### //
+
+{
+"include": "~/.config/waybar/modules",
+"layer": "top",
+//"mode": "dock",
+"exclusive": true,
+"passthrough": false,
+"position": "top",
+//"spacing": 6,
+"fixed-center": true,
+"ipc": true,
+//"margin-top": 3,
+//"margin-left": 8,
+//"margin-right": 8,
+
+"modules-left": [
+ "custom/arch",
+ "custom/separator#blank_2",
+ "hyprland/workspaces#rw",
+ "custom/separator#blank_2",
+// "mpris",
+ "custom/swaync",
+ "tray",
+ ],
+"modules-center": [
+ "clock#forest",
+ "idle_inhibitor",
+ ],
+"modules-right": [
+ "cpu#forest",
+ "memory#forest",
+ "temperature",
+ "disk#forest",
+ "custom/separator#blank_2",
+ "backlight",
+ ""battery#forest"",
+ "custom/separator#blank_2",
+ "group/audio",
+ ],
+ "custom/arch": {
+ "format":" ",
+ "tooltip": false,
+ "on-click": "rofi -show drun"
+ },
+ "clock#forest": {
+ "format": "{:%A %d.%m.%Y - %H:%M}",
+ "tooltip-format": "{:%Y %B}\n{calendar}",
+ "calendar-weeks-pos": "right",
+ "today-format": "{}",
+ "format-calendar": "{}",
+ "format-calendar-weeks": "W{:%V}",
+ "format-calendar-weekdays": "{}",
+ "on-scroll": {
+ "calendar": 1
+ }
+ },
+"battery#forest": {
+ //"interval": 5,
+ "align": 0,
+ "rotate": 0,
+ //"bat": "BAT1",
+ //"adapter": "ACAD",
+ "full-at": 100,
+ "design-capacity": false,
+ "states": {
+ "good": 95,
+ "warning": 30,
+ "critical": 15
+ },
+ "format": "Battery {icon} {capacity}%",
+ "format-charging": "Battery {capacity}%",
+ "format-plugged": "Battery {capacity}%",
+ "format-alt-click": "click",
+ "format-full": "Battery {icon} Full",
+ "format-alt": "Battery {icon} {time}",
+ "format-icons": [
+ "", "", "", "", "", "", "", "", "", "", ""
+ ],
+ "format-time": "{H}h {M}min",
+ "tooltip": true,
+ "tooltip-format": "{timeTo} {power}w",
+ "on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh",
+ "on-click-right": "~/.config/hypr/scripts/Wlogout.sh",
+},
+"cpu#forest": {
+ "format": "Cpu {usage}%",
+ "interval": 1,
+ "min-length": 5,
+ "format-alt-click": "click",
+ "format-alt": "{icon0}{icon1}{icon2}{icon3} {usage:>2}% ",
+ "format-icons": [
+ "▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"
+ ],
+ "on-click-right": "gnome-system-monitor",
+},
+"disk#forest": {
+ "interval": 30,
+ //"format": "Disk ",
+ "path": "/",
+ //"format-alt-click": "click",
+ "format": "Disk {used}",
+ "on-click-right": "baobab",
+// "tooltip": true,
+// "tooltip-format": "Disk {used} used out of {total} on {path} ({percentage_used}%)",
+},
+"memory#forest": {
+ "interval": 10,
+ "format": "Ram {used:0.1f}G",
+ "format-alt": "Ram {percentage}% ",
+ "format-alt-click": "click",
+ "tooltip": true,
+ "tooltip-format": "Ram {used:0.1f}GB/{total:0.1f}G",
+ "on-click-right": "kitty --title btop sh -c 'btop'"
+},
+}
+
--
cgit v1.2.3