aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/configs
diff options
context:
space:
mode:
authorJa.KooLit <85185940+JaKooLit@users.noreply.github.com>2024-08-28 23:19:12 +0900
committerGitHub <noreply@github.com>2024-08-28 23:19:12 +0900
commit43d868ce92127ddde107a5828bfd2846756c026d (patch)
tree059f6063ee306450d8707de7e4813f5acd474633 /config/waybar/configs
parent83e2b7fc7555210b8858284c3d9d6db477a079ff (diff)
parentb17b3e5d08f3c6da32b349b4c7dd2134d0c48ff8 (diff)
Merge pull request #417 from DevNChill/main
New waybar everforest themed config and style
Diffstat (limited to 'config/waybar/configs')
-rw-r--r--config/waybar/configs/Everforest124
1 files changed, 124 insertions, 0 deletions
diff --git a/config/waybar/configs/Everforest b/config/waybar/configs/Everforest
new file mode 100644
index 00000000..92b0ac42
--- /dev/null
+++ b/config/waybar/configs/Everforest
@@ -0,0 +1,124 @@
+/* ---- 💫 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",
+ ],
+
+// Additional / Edited Waybar Modules //
+"custom/arch": {
+ "format":" ",
+ "tooltip": false,
+ "on-click": "rofi -show drun"
+},
+"clock#forest": {
+ "format": "{:%A %d.%m.%Y - %H:%M}",
+ "tooltip-format": "<span color='#D3C6AA' size='larger'>{:%Y %B}</span>\n<tt>{calendar}</tt>",
+ "calendar-weeks-pos": "right",
+ "today-format": "<span color='#E67E80' weight='ultrabold'>{}</span>",
+ "format-calendar": "<span color='#D3C6AA' weight='normal'>{}</span>",
+ "format-calendar-weeks": "<span color='#7FBBB3'><b>W{:%V}</b></span>",
+ "format-calendar-weekdays": "<span color='#A7C080'><b>{}</b></span>",
+ "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'"
+},
+}
+
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage