aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/configs/Camellia
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/Camellia
parent13dd55b3147a0a62091dfa412d13d7f4d0ea2646 (diff)
parent4fff05683290ddd9caed31c23e579527bf10ef06 (diff)
Merge pull request #23 from JaKooLit/waybar
New Waybar flavours!
Diffstat (limited to 'config/waybar/configs/Camellia')
-rw-r--r--config/waybar/configs/Camellia162
1 files changed, 162 insertions, 0 deletions
diff --git a/config/waybar/configs/Camellia b/config/waybar/configs/Camellia
new file mode 100644
index 00000000..aa5a41a9
--- /dev/null
+++ b/config/waybar/configs/Camellia
@@ -0,0 +1,162 @@
+//* ----------- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ -------- */
+//* ............................................*/
+//* .............CAMELLIA.......................*/
+//* ............................................*/
+//* --- ๐Ÿ‘ designed by https://github.com/Krautt ๐Ÿ‘ --- */
+
+{
+
+"include": "~/.config/waybar/modules",
+"layer": "top",
+//"mode": "dock",
+"exclusive": true,
+"passthrough": false,
+"position": "bottom",
+"spacing": 0,
+"fixed-center": false,
+"ipc": true,
+//"margin-top": 0,
+"margin-bottom": 0,
+"margin-left": 0,
+"margin-right": 0,
+
+"modules-left": ["hyprland/workspaces#cam","custom/separator#line","tray#cam", "wlr/taskbar"],
+
+"modules-center": ["hyprland/window#cam"],
+
+"modules-right": ["custom/backlight","backlight/slider","custom/speaker","pulseaudio/slider","battery#cam","clock#cam", "network#cam"],
+
+// M O D U L E S //
+
+"hyprland/workspaces#cam": {
+ "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": {
+ "1": "Uno",
+ "2": "Due",
+ "3": "Tre",
+ "4": "Quattro",
+ "5": "Cinque",
+ "6":"Sei",
+ "7":"Sette",
+ "8":"Otto",
+ "9":"Nove",
+ "10":"Dieci"
+ }
+},
+
+"hyprland/window#cam": {
+ "format": "๏†’ {title}",
+ "max-length": 50,
+ "rewrite": {
+ "(.*) โ€” Mozilla Firefox": " $1",
+ "(.*) - zsh": "> [$1]"
+},
+ "separate-outputs": true
+},
+
+"clock#cam": {
+ "interval": 60,
+ "format": "{:%A, %H:%M %p}",
+ "max-length": 25,
+
+},
+
+"battery#cam": {
+ "interval": 60,
+ "align": 0,
+ "rotate": 0,
+ //"bat": "BAT1",
+ //"adapter": "ACAD",
+ "full-at": 100,
+ "design-capacity": false,
+ "states": {
+ "critical": 15
+ },
+ "format": "{capacity}% {icon}",
+ "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"
+},
+
+"pulseaudio/slider": {
+ "min": 0,
+ "max": 100,
+ "orientation": "horizontal"
+
+},
+
+"custom/speaker": {
+ "exec": "echo '๐Ÿ”Š'",
+ "interval": 1,
+ "format": "{}"
+},
+
+"backlight/slider": {
+ "min": 0,
+ "max": 100,
+ "orientation": "horizontal",
+ "device": "intel_backlight"
+},
+
+"custom/backlight": {
+ "exec": "echo 'โœจ'",
+ "interval": 1,
+ "format": "{}"
+},
+
+"tray#cam": {
+ "icon-size": 16,
+ "spacing": 10
+},
+
+"network#cam": {
+ "format": "{ifname}",
+ "format-wifi": "{icon}",
+ "format-ethernet": "๓ฐŒ˜",
+ "format-disconnected": "๓ฐŒ™",
+ "tooltip-format": "{ipaddr} ๏„น {bandwidthUpBytes} ๏„บ {bandwidthDownBytes}",
+ "format-linked": "๓ฐˆ {ifname} (No IP)",
+ "tooltip-format-wifi": "{essid} {icon} {signalStrength}%",
+ "tooltip-format-ethernet": "{ifname} ๓ฐŒ˜",
+ "tooltip-format-disconnected": "๓ฐŒ™ Disconnected",
+ "max-length": 50,
+ "format-icons": ["๓ฐคฏ","๓ฐคŸ","๓ฐคข","๓ฐคฅ","๓ฐคจ"]
+},
+
+"wlr/taskbar": {
+ "format": "{icon}",
+ "icon-size": 14,
+ "icon-theme": "Numix-Circle",
+ "tooltip-format": "{title}",
+ "on-click": "activate",
+ "on-click-middle": "close",
+ "ignore-list": [
+ "kitty"
+ ],
+ "app_ids-mapping": {
+ "firefoxdeveloperedition": "firefox-developer-edition"
+ },
+ "rewrite": {
+ "Firefox Web Browser": "Firefox",
+ "Foot Server": "Terminal"
+ }
+}
+} \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage