Browse Source

just some small cleanup

pull/23/head
JaKooLit 2 years ago
parent
commit
a0ec6493d6
  1. 18
      config/waybar/configs/Camellia
  2. 9
      config/waybar/configs/Chrysanthemum
  3. 5
      config/waybar/configs/Gardenia
  4. 2
      config/waybar/configs/Peony

18
config/waybar/configs/Camellia

@ -15,7 +15,7 @@
"spacing": 0, "spacing": 0,
"fixed-center": false, "fixed-center": false,
"ipc": true, "ipc": true,
"margin-top": 0, //"margin-top": 0,
"margin-bottom": 0, "margin-bottom": 0,
"margin-left": 0, "margin-left": 0,
"margin-right": 0, "margin-right": 0,
@ -28,7 +28,6 @@
// M O D U L E S // // M O D U L E S //
"hyprland/workspaces#cam": { "hyprland/workspaces#cam": {
"active-only":false, "active-only":false,
"all-outputs": true, "all-outputs": true,
@ -63,7 +62,7 @@
"max-length": 50, "max-length": 50,
"rewrite": { "rewrite": {
"(.*) — Mozilla Firefox": " $1", "(.*) — Mozilla Firefox": " $1",
"(.*) - fish": "> [$1]" "(.*) - zsh": "> [$1]"
}, },
"separate-outputs": true "separate-outputs": true
}, },
@ -75,7 +74,6 @@
}, },
"battery#cam": { "battery#cam": {
"interval": 60, "interval": 60,
"align": 0, "align": 0,
@ -151,7 +149,7 @@
"on-click": "activate", "on-click": "activate",
"on-click-middle": "close", "on-click-middle": "close",
"ignore-list": [ "ignore-list": [
"Alacritty" "kitty"
], ],
"app_ids-mapping": { "app_ids-mapping": {
"firefoxdeveloperedition": "firefox-developer-edition" "firefoxdeveloperedition": "firefox-developer-edition"
@ -161,14 +159,4 @@
"Foot Server": "Terminal" "Foot Server": "Terminal"
} }
} }
} }

9
config/waybar/configs/Chrysanthemum

@ -5,8 +5,6 @@
//* --- 👍 designed by https://github.com/Krautt 👍 --- */ //* --- 👍 designed by https://github.com/Krautt 👍 --- */
{ {
"include": "~/.config/waybar/modules", "include": "~/.config/waybar/modules",
"layer": "top", "layer": "top",
//"mode": "dock", //"mode": "dock",
@ -17,7 +15,7 @@
"fixed-center": false, "fixed-center": false,
"ipc": true, "ipc": true,
"margin-top": 0, "margin-top": 0,
"margin-bottom": 5, //"margin-bottom": 5,
"modules-left": ["clock#gar","tray"], "modules-left": ["clock#gar","tray"],
@ -25,7 +23,6 @@
"modules-right": ["pulseaudio#gar","backlight#gar", "battery#gar"], "modules-right": ["pulseaudio#gar","backlight#gar", "battery#gar"],
// M O D U L E S // // M O D U L E S //
"hyprland/workspaces#gar": { "hyprland/workspaces#gar": {
@ -47,7 +44,6 @@
"active": "", "active": "",
"default": "", "default": "",
} }
}, },
"clock#gar": { "clock#gar": {
@ -90,7 +86,6 @@
"format-icons": ["", ""] "format-icons": ["", ""]
}, },
"battery#gar": { "battery#gar": {
"interval": 60, "interval": 60,
"align": 0, "align": 0,
@ -116,6 +111,4 @@
"on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh", "on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh",
"on-click-right": "~/.config/hypr/scripts/Wlogout.sh", "on-click-right": "~/.config/hypr/scripts/Wlogout.sh",
}, },
} }

5
config/waybar/configs/Gardenia

@ -16,7 +16,7 @@
"spacing": 5, "spacing": 5,
"fixed-center": false, "fixed-center": false,
"ipc": true, "ipc": true,
"margin-top": 5, //"margin-top": 5,
"margin-bottom": 5, "margin-bottom": 5,
"width": 768, "width": 768,
@ -47,7 +47,6 @@
"4": "四", "4": "四",
"5": "五" "5": "五"
} }
}, },
"clock#gar": { "clock#gar": {
@ -90,7 +89,6 @@
"format-icons": ["", ""] "format-icons": ["", ""]
}, },
"battery#gar": { "battery#gar": {
"interval": 60, "interval": 60,
"align": 0, "align": 0,
@ -117,5 +115,4 @@
"on-click-right": "~/.config/hypr/scripts/Wlogout.sh", "on-click-right": "~/.config/hypr/scripts/Wlogout.sh",
}, },
} }

2
config/waybar/configs/Peony

@ -16,7 +16,7 @@
"fixed-center": false, "fixed-center": false,
"ipc": true, "ipc": true,
"margin-top": 5, "margin-top": 5,
"margin-bottom": 5, //"margin-bottom": 5,
"width": 1444, "width": 1444,
"modules-left": ["hyprland/workspaces#peony", "tray#peony"], "modules-left": ["hyprland/workspaces#peony", "tray#peony"],

Loading…
Cancel
Save