diff --git a/configs/waybar_l/Main/config.jsonc b/configs/waybar_l/Main/Self_Made/config.jsonc similarity index 63% rename from configs/waybar_l/Main/config.jsonc rename to configs/waybar_l/Main/Self_Made/config.jsonc index 607d4ff..4b0ac50 100644 --- a/configs/waybar_l/Main/config.jsonc +++ b/configs/waybar_l/Main/Self_Made/config.jsonc @@ -1,6 +1,9 @@ { "height": 25, - "modules-left": ["hyprland/workspaces"], + "modules-left": [ + "custom/swww", + "hyprland/workspaces" + ], "modules-center": [ "custom/clock" ], @@ -9,14 +12,67 @@ "custom/d", "wireplumber", "custom/d", + "idle_inhibitor", + "custom/d", + "backlight", + "custom/d", "bluetooth", "custom/d", "network", + "custom/d", "battery" ], + "idle_inhibitor": { + "format": "{icon}", + "format-icons": { + "activated": "  ", + "deactivated": "  " + } + }, + "custom/swww": { + "format": " 󰣇 ", + "on-click": "bash ~/.local/bin/random-wall" + }, + + "battery": { + "format": "{icon} {capacity}%", + "format-icons": { + "charging": [ + "󰢜 ", + "󰂆 ", + "󰂇 ", + "󰂈 ", + "󰢝 ", + "󰂉 ", + "󰢞 ", + "󰂊 ", + "󰂋 ", + "󰂅" + ], + "default": [ + "󰁺", + "󰁻", + "󰁼", + "󰁽", + "󰁾", + "󰁿", + "󰂀", + "󰂁", + "󰂂", + "󰁹" + ] + }, + "format-full": "Charged ", + "interval": 5, + "states": { + "warning": 20, + "critical": 10 + }, + "tooltip": false + }, "custom/d": { - "format": " 󰇝 ", + "format": "  ", "tooltip": false }, "hyprland/workspaces": { @@ -53,6 +109,7 @@ "cursor": false }, "backlight": { // "device": "acpi_video1", + "device": "kbd_backlight", "format": "{icon} ", "format-icons": [ "󰃚 ", diff --git a/configs/waybar_l/Main/style.css b/configs/waybar_l/Main/Self_Made/style.css similarity index 93% rename from configs/waybar_l/Main/style.css rename to configs/waybar_l/Main/Self_Made/style.css index e2c5c45..f208c9d 100644 --- a/configs/waybar_l/Main/style.css +++ b/configs/waybar_l/Main/Self_Made/style.css @@ -6,8 +6,8 @@ @define-color urgent #f7768e; * { - font-family: "IosevkaTerm Nerd Font"; - font-size: 24px; + font-family: "Pragmasevka Nerd Font"; + font-size: 26px; min-height: 0px; } @@ -62,6 +62,7 @@ window#waybar { margin-left: 8px; font-size: 40px; } +#backlight, #battery, #network, #custom-clock {