aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/configs/Chrysanthemum
diff options
context:
space:
mode:
authorJa.KooLit <jimmielovejay@gmail.com>2023-11-16 10:50:28 +0900
committerGitHub <noreply@github.com>2023-11-16 10:50:28 +0900
commit01bfc6aa7974f8041c95df5bb8058575ec05417f (patch)
tree7d4bea977332b9bd83ea7ca090ed25d14459750d /config/waybar/configs/Chrysanthemum
parent13dd55b3147a0a62091dfa412d13d7f4d0ea2646 (diff)
parent4fff05683290ddd9caed31c23e579527bf10ef06 (diff)
Merge pull request #23 from JaKooLit/waybar
New Waybar flavours!
Diffstat (limited to 'config/waybar/configs/Chrysanthemum')
-rw-r--r--config/waybar/configs/Chrysanthemum114
1 files changed, 114 insertions, 0 deletions
diff --git a/config/waybar/configs/Chrysanthemum b/config/waybar/configs/Chrysanthemum
new file mode 100644
index 00000000..598a666f
--- /dev/null
+++ b/config/waybar/configs/Chrysanthemum
@@ -0,0 +1,114 @@
+//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
+//* ............................................*/
+//* .............CHRYSANTHEMUM.......................*/
+//* ............................................*/
+//* --- 👍 designed by https://github.com/Krautt 👍 --- */
+
+{
+"include": "~/.config/waybar/modules",
+"layer": "top",
+//"mode": "dock",
+"exclusive": true,
+"passthrough": false,
+"position": "top",
+"spacing": 5,
+"fixed-center": false,
+"ipc": true,
+"margin-top": 0,
+//"margin-bottom": 5,
+
+"modules-left": ["clock#gar","tray"],
+
+"modules-center": ["hyprland/workspaces#gar"],
+
+"modules-right": ["pulseaudio#gar","backlight#gar", "battery#gar"],
+
+// M O D U L E S //
+
+"hyprland/workspaces#gar": {
+ "active-only": false,
+ "all-outputs": true,
+ "format": "{icon}",
+ "show-special": false,
+ "on-click": "activate",
+ "on-scroll-up": "hyprctl dispatch workspace e+1",
+ "on-scroll-down": "hyprctl dispatch workspace e-1",
+ "persistent_workspaces": {
+ "1": [],
+ "2": [],
+ "3": [],
+ "4": [],
+ "5": [],
+},
+ "format-icons": {
+ "active": "",
+ "default": "",
+ }
+},
+
+"clock#gar": {
+ "format": "{:%a %d | %H:%M}",
+ "format-alt": "{:%A, %d %B, %Y (%R)}"
+},
+
+"hyprland/window#gar": {
+ "format": "{}",
+ "max-length": 60
+},
+
+"tray#gar": {
+ "icon-size": 15,
+ "spacing": 10
+},
+
+"pulseaudio#gar": {
+ "format": "{icon} {volume}%",
+ "format-bluetooth": "{icon} {volume}%",
+ "format-bluetooth-muted": " {icon}",
+ "format-muted": "󰸈",
+ "format-icons": {
+ "headphone": "",
+ "hands-free": "",
+ "headset": "",
+ "phone": "",
+ "portable": "",
+ "car": "",
+ "default": ["", "", ""]
+ },
+ "on-click": "pamixer --toggle-mute",
+ "on-click-right": "pavucontrol",
+ "tooltip": false
+},
+
+"backlight#gar": {
+ "device": "intel_backlight",
+ "format": "{icon} {percent}%",
+ "format-icons": ["", ""]
+},
+
+"battery#gar": {
+ "interval": 60,
+ "align": 0,
+ "rotate": 0,
+ //"bat": "BAT1",
+ //"adapter": "ACAD",
+ "full-at": 100,
+ "design-capacity": false,
+ "states": {
+ "good": 95,
+ "warning": 30,
+ "critical": 15
+ },
+ "format": "{icon} {capacity}%",
+ "format-charging": " {capacity}%",
+ "format-plugged": "󱘖 {capacity}%",
+ "format-full": "{icon} Full",
+ "format-alt": "{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",
+},
+} \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage