aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/configs/Everforest
blob: 92b0ac42b6b296844402989879f30e6facfe7f55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
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