Browse Source

added network speed module

pull/31/head
JaKooLit 2 years ago
parent
commit
814b147d52
  1. 4
      config/waybar/configs/Default [Bottom]
  2. 4
      config/waybar/configs/Default [TOP]
  3. 236
      config/waybar/modules

4
config/waybar/configs/Default [Bottom]

@ -48,8 +48,8 @@
"custom/separator#dot-line", "custom/separator#dot-line",
"bluetooth", "bluetooth",
"custom/separator#dot-line", "custom/separator#dot-line",
//"network", "network#speed",
//"custom/separator#dot-line", "custom/separator#dot-line",
"battery", "battery",
"custom/separator#dot-line", "custom/separator#dot-line",
"backlight", "backlight",

4
config/waybar/configs/Default [TOP]

@ -48,8 +48,8 @@
"custom/separator#dot-line", "custom/separator#dot-line",
"bluetooth", "bluetooth",
"custom/separator#dot-line", "custom/separator#dot-line",
//"network", "network#speed",
//"custom/separator#dot-line", "custom/separator#dot-line",
"battery", "battery",
"custom/separator#dot-line", "custom/separator#dot-line",
"backlight", "backlight",

236
config/waybar/modules

@ -1,9 +1,9 @@
//* ---- 💫 https://github.com/JaKooLit 💫 ---- *// //* ---- 💫 https://github.com/JaKooLit 💫 ---- *//
{ {
// HYPRLAND WORKSPACES. CHOOSE as desired and place on waybar configs // HYPRLAND WORKSPACES. CHOOSE as desired and place on waybar configs
// CIRCLES Style // CIRCLES Style
"hyprland/workspaces": { "hyprland/workspaces": {
"active-only": false, "active-only": false,
"all-outputs": true, "all-outputs": true,
"format": "{icon}", "format": "{icon}",
@ -22,9 +22,9 @@
"active": "", "active": "",
"default": "", "default": "",
}, },
}, },
// ROMAN Numerals style // ROMAN Numerals style
"hyprland/workspaces#roman": { "hyprland/workspaces#roman": {
"active-only":false, "active-only":false,
"all-outputs": true, "all-outputs": true,
"format": "{icon}", "format": "{icon}",
@ -52,9 +52,9 @@
"10": "X", "10": "X",
}, },
}, },
// PACMAN Style // PACMAN Style
"hyprland/workspaces#pacman": { "hyprland/workspaces#pacman": {
"active-only":false, "active-only":false,
"all-outputs": true, "all-outputs": true,
"format": "{icon}", "format": "{icon}",
@ -75,9 +75,9 @@
"default": "󰊠", "default": "󰊠",
"persistent":"󰊠", "persistent":"󰊠",
}, },
}, },
"hyprland/workspaces#kanji": { "hyprland/workspaces#kanji": {
"disable-scroll": true, "disable-scroll": true,
"all-outputs": true, "all-outputs": true,
"format": "{icon}", "format": "{icon}",
@ -100,10 +100,10 @@
"9": "九", "9": "九",
"10": "十", "10": "十",
} }
}, },
// NUMBERS and ICONS style // NUMBERS and ICONS style
"hyprland/workspaces#4": { "hyprland/workspaces#4": {
"format": "{name}", "format": "{name}",
"format": " {name} {icon} ", "format": " {name} {icon} ",
//"format": " {icon} ", //"format": " {icon} ",
@ -127,11 +127,11 @@
"focused": "", "focused": "",
"default": "", "default": "",
}, },
}, },
// GROUP // GROUP
"group/motherboard": { "group/motherboard": {
"orientation": "horizontal", "orientation": "horizontal",
"modules": [ "modules": [
"cpu", "cpu",
@ -139,25 +139,25 @@
"temperature", "temperature",
"disk", "disk",
] ]
}, },
"group/laptop": { "group/laptop": {
"orientation": "horizontal", "orientation": "horizontal",
"modules": [ "modules": [
"backlight", "backlight",
"battery", "battery",
] ]
}, },
"group/audio": { "group/audio": {
"orientation": "horizontal", "orientation": "horizontal",
"modules": [ "modules": [
"pulseaudio", "pulseaudio",
"pulseaudio#microphone", "pulseaudio#microphone",
] ]
}, },
"backlight": { "backlight": {
"interval": 2, "interval": 2,
"align": 0, "align": 0,
"rotate": 0, "rotate": 0,
@ -174,9 +174,9 @@
"on-scroll-up": "~/.config/hypr/scripts/Brightness.sh --inc", "on-scroll-up": "~/.config/hypr/scripts/Brightness.sh --inc",
"on-scroll-down": "~/.config/hypr/scripts/Brightness.sh --dec", "on-scroll-down": "~/.config/hypr/scripts/Brightness.sh --dec",
"smooth-scrolling-threshold": 1, "smooth-scrolling-threshold": 1,
}, },
"battery": { "battery": {
"interval": 60, "interval": 60,
"align": 0, "align": 0,
"rotate": 0, "rotate": 0,
@ -200,9 +200,9 @@
"tooltip-format": "{timeTo} {power}w", "tooltip-format": "{timeTo} {power}w",
"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",
}, },
"bluetooth": { "bluetooth": {
"format": "", "format": "",
"format-disabled": "󰂳", "format-disabled": "󰂳",
"format-connected": "󰂱 {num_connections}", "format-connected": "󰂱 {num_connections}",
@ -211,9 +211,9 @@
"tooltip-format-enumerate-connected": " {device_alias} 󰂄{device_battery_percentage}%", "tooltip-format-enumerate-connected": " {device_alias} 󰂄{device_battery_percentage}%",
"tooltip": true, "tooltip": true,
"on-click": "blueman-manager", "on-click": "blueman-manager",
}, },
"cava": { "cava": {
//"cava_config": "$XDG_CONFIG_HOME/cava/cava.conf", //"cava_config": "$XDG_CONFIG_HOME/cava/cava.conf",
"framerate": 30, "framerate": 30,
"autosens": 1, "autosens": 1,
@ -234,9 +234,9 @@
"actions": { "actions": {
"on-click-right": "mode" "on-click-right": "mode"
} }
}, },
"clock": { "clock": {
"interval": 1, "interval": 1,
//"format": " {:%I:%M %p}", //"format": " {:%I:%M %p}",
"format": " {:%H:%M:%S}", "format": " {:%H:%M:%S}",
@ -262,18 +262,18 @@
"on-click-backward": "tz_down", "on-click-backward": "tz_down",
"on-scroll-up": "shift_up", "on-scroll-up": "shift_up",
"on-scroll-down": "shift_down" "on-scroll-down": "shift_down"
}, },
"cpu": { "cpu": {
"format": "{usage}% 󰍛", "format": "{usage}% 󰍛",
"interval": 1, "interval": 1,
"format-alt-click": "click", "format-alt-click": "click",
"format-alt": "{icon0}{icon1}{icon2}{icon3} {usage:>2}% 󰍛", "format-alt": "{icon0}{icon1}{icon2}{icon3} {usage:>2}% 󰍛",
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"], "format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"],
"on-click-right": "gnome-system-monitor", "on-click-right": "gnome-system-monitor",
}, },
"disk": { "disk": {
"interval": 30, "interval": 30,
//"format": "󰋊", //"format": "󰋊",
"path": "/", "path": "/",
@ -281,22 +281,22 @@
"format": "{percentage_used}% 󰋊", "format": "{percentage_used}% 󰋊",
//"tooltip": true, //"tooltip": true,
"tooltip-format": "{used} used out of {total} on {path} ({percentage_used}%)", "tooltip-format": "{used} used out of {total} on {path} ({percentage_used}%)",
}, },
"hyprland/language": { "hyprland/language": {
"format": "Lang: {}", "format": "Lang: {}",
"format-en": "US", "format-en": "US",
"format-tr": "Korea", "format-tr": "Korea",
"keyboard-name": "at-translated-set-2-keyboard", "keyboard-name": "at-translated-set-2-keyboard",
"on-click": "hyprctl switchxkblayout $SET_KB next" "on-click": "hyprctl switchxkblayout $SET_KB next"
}, },
"hyprland/submap": { "hyprland/submap": {
"format": "<span style=\"italic\"> {}</span>", // Icon: expand-arrows-alt "format": "<span style=\"italic\"> {}</span>", // Icon: expand-arrows-alt
"tooltip": false, "tooltip": false,
}, },
"hyprland/window": { "hyprland/window": {
"format": "{}", "format": "{}",
"max-length": 40, "max-length": 40,
"separate-outputs": true, "separate-outputs": true,
@ -308,17 +308,17 @@
"(.*) - zsh": "> [$1]", "(.*) - zsh": "> [$1]",
"(.*) - kitty": "> [$1]", "(.*) - kitty": "> [$1]",
}, },
}, },
"idle_inhibitor": { "idle_inhibitor": {
"format": "{icon}", "format": "{icon}",
"format-icons": { "format-icons": {
"activated": " ", "activated": " ",
"deactivated": " ", "deactivated": " ",
} }
}, },
"keyboard-state": { "keyboard-state": {
//"numlock": true, //"numlock": true,
"capslock": true, "capslock": true,
"format": { "format": {
@ -329,9 +329,9 @@
"locked": "", "locked": "",
"unlocked": "" "unlocked": ""
}, },
}, },
"memory": { "memory": {
"interval": 10, "interval": 10,
"format": "{used:0.1f}G 󰾆", "format": "{used:0.1f}G 󰾆",
"format-alt": "{percentage}% 󰾆", "format-alt": "{percentage}% 󰾆",
@ -339,9 +339,9 @@
"tooltip": true, "tooltip": true,
"tooltip-format": "{used:0.1f}GB/{total:0.1f}G", "tooltip-format": "{used:0.1f}GB/{total:0.1f}G",
"on-click-right": "kitty --title btop sh -c 'btop'" "on-click-right": "kitty --title btop sh -c 'btop'"
}, },
"network": { "network": {
"format": "{ifname}", "format": "{ifname}",
"format-wifi": "{icon}", "format-wifi": "{icon}",
"format-ethernet": "󰌘", "format-ethernet": "󰌘",
@ -353,9 +353,24 @@
"tooltip-format-disconnected": "󰌙 Disconnected", "tooltip-format-disconnected": "󰌙 Disconnected",
"max-length": 50, "max-length": 50,
"format-icons": ["󰤯","󰤟","󰤢","󰤥","󰤨"] "format-icons": ["󰤯","󰤟","󰤢","󰤥","󰤨"]
}, },
"pulseaudio": { "network#speed": {
"interval": 1,
"format": "{ifname}",
"format-wifi": "{icon} {bandwidthUpBytes} {bandwidthDownBytes}",
"format-ethernet": "󰌘 {bandwidthUpBytes} {bandwidthDownBytes}",
"format-disconnected": "󰌙",
"tooltip-format": "{ipaddr}",
"format-linked": "󰈁 {ifname} (No IP)",
"tooltip-format-wifi": "{essid} {icon} {signalStrength}%",
"tooltip-format-ethernet": "{ifname} 󰌘",
"tooltip-format-disconnected": "󰌙 Disconnected",
"max-length": 50,
"format-icons": ["󰤯","󰤟","󰤢","󰤥","󰤨"]
},
"pulseaudio": {
"format": "{icon}", "format": "{icon}",
"format-bluetooth": "{icon} 󰂰 {volume}%", "format-bluetooth": "{icon} 󰂰 {volume}%",
"format-muted": "󰖁", "format-muted": "󰖁",
@ -375,9 +390,9 @@
"on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc",
"on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec",
"smooth-scrolling-threshold": 1, "smooth-scrolling-threshold": 1,
}, },
"pulseaudio#microphone": { "pulseaudio#microphone": {
"format": "{format_source}", "format": "{format_source}",
"format-source": " {volume}%", "format-source": " {volume}%",
"format-source-muted": "", "format-source-muted": "",
@ -386,9 +401,9 @@
"on-scroll-up": "~/.config/hypr/scripts/Volume.sh --mic-inc", "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --mic-inc",
"on-scroll-down": "~/.config/hypr/scripts/Volume.sh --mic-dec", "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --mic-dec",
"scroll-step": 5, "scroll-step": 5,
}, },
"temperature": { "temperature": {
"interval": 10, "interval": 10,
"tooltip": false, "tooltip": false,
"hwmon-path": ["/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp"], "hwmon-path": ["/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp"],
@ -398,14 +413,14 @@
"format": "{temperatureC}°C {icon}", "format": "{temperatureC}°C {icon}",
"format-icons": ["󰈸"], "format-icons": ["󰈸"],
"on-click-right": "kitty --title nvtop sh -c 'nvtop'" "on-click-right": "kitty --title nvtop sh -c 'nvtop'"
}, },
"tray": { "tray": {
"icon-size": 17, "icon-size": 17,
"spacing": 8, "spacing": 8,
}, },
"wireplumber": { "wireplumber": {
"format": "{icon} {volume} %", "format": "{icon} {volume} %",
"format-muted": " Mute", "format-muted": " Mute",
"on-click": "~/.config/hypr/scripts/Volume.sh --toggle", "on-click": "~/.config/hypr/scripts/Volume.sh --toggle",
@ -413,9 +428,9 @@
"on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc",
"on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec",
"format-icons": ["", "", "󰕾", ""], "format-icons": ["", "", "󰕾", ""],
}, },
"wlr/taskbar": { "wlr/taskbar": {
"format": "{icon} {name} ", "format": "{icon} {name} ",
"icon-size": 16, "icon-size": 16,
"all-outputs": false, "all-outputs": false,
@ -426,46 +441,46 @@
"wofi", "wofi",
"rofi", "rofi",
] ]
}, },
"custom/cycle_wall":{ "custom/cycle_wall":{
"format":" ", "format":" ",
"on-click": "~/.config/hypr/scripts/WallpaperSelect.sh", "on-click": "~/.config/hypr/scripts/WallpaperSelect.sh",
"on-click-right": "~/.config/hypr/scripts/Wallpaper.sh swww", "on-click-right": "~/.config/hypr/scripts/Wallpaper.sh swww",
"on-click-middle": "~/.config/hypr/scripts/WaybarStyles.sh", "on-click-middle": "~/.config/hypr/scripts/WaybarStyles.sh",
"tooltip": true, "tooltip": true,
"tooltip-format": "Change wallpaper or style" "tooltip-format": "Change wallpaper or style"
}, },
"custom/keybinds": { "custom/keybinds": {
"format":"󰺁 HINT!", "format":"󰺁 HINT!",
"tooltip": false, "tooltip": false,
"on-click": "~/.config/hypr/scripts/KeyHints.sh", "on-click": "~/.config/hypr/scripts/KeyHints.sh",
}, },
"custom/light_dark": { "custom/light_dark": {
"format": "", "format": "",
"on-click": "~/.config/hypr/scripts/DarkLight.sh", "on-click": "~/.config/hypr/scripts/DarkLight.sh",
"on-click-right": "~/.config/hypr/scripts/WaybarStyles.sh", "on-click-right": "~/.config/hypr/scripts/WaybarStyles.sh",
"on-click-middle": "~/.config/hypr/scripts/Wallpaper.sh swww", "on-click-middle": "~/.config/hypr/scripts/Wallpaper.sh swww",
"tooltip": false, "tooltip": false,
}, },
"custom/lock": { "custom/lock": {
"format": "", "format": "",
"on-click": "~/.config/hypr/scripts/LockScreen.sh", "on-click": "~/.config/hypr/scripts/LockScreen.sh",
"tooltip": false, "tooltip": false,
}, },
"custom/menu": { "custom/menu": {
"format": "", "format": "",
"tooltip": false, "tooltip": false,
"on-click": "pkill rofi || rofi -show drun -modi run,drun,filebrowser", "on-click": "pkill rofi || rofi -show drun -modi run,drun,filebrowser",
"on-click-middle": "~/.config/hypr/scripts/WallpaperSelect.sh", "on-click-middle": "~/.config/hypr/scripts/WallpaperSelect.sh",
"on-click-right": "~/.config/hypr/scripts/WaybarLayout.sh", "on-click-right": "~/.config/hypr/scripts/WaybarLayout.sh",
}, },
"custom/playerctl": { "custom/playerctl": {
"format": "<span>{}</span>", "format": "<span>{}</span>",
"return-type": "json", "return-type": "json",
"max-length": 35, "max-length": 35,
@ -477,25 +492,25 @@
"on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc",
"on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec",
"smooth-scrolling-threshold": 1, "smooth-scrolling-threshold": 1,
}, },
"custom/power": { "custom/power": {
"format": "⏻ ", "format": "⏻ ",
"tooltip": false, "tooltip": false,
"on-click": "~/.config/hypr/scripts/Wlogout.sh", "on-click": "~/.config/hypr/scripts/Wlogout.sh",
"on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh", "on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh",
}, },
// NOTE:! This is only for Arch and Arch Based Distros // NOTE:! This is only for Arch and Arch Based Distros
"custom/updater":{ "custom/updater":{
"format": " {}", "format": " {}",
"exec": "checkupdates | wc -l", "exec": "checkupdates | wc -l",
"exec-if": "[[ $(checkupdates | wc -l) ]]", "exec-if": "[[ $(checkupdates | wc -l) ]]",
"interval": 15, "interval": 15,
"on-click": "kitty -T update paru -Syu || yay -Syu && notify-send 'The system has been updated'", "on-click": "kitty -T update paru -Syu || yay -Syu && notify-send 'The system has been updated'",
}, },
"custom/weather": { "custom/weather": {
"format": "{}", "format": "{}",
"format-alt": "{alt}: {}", "format-alt": "{alt}: {}",
"format-alt-click": "click", "format-alt-click": "click",
@ -505,43 +520,43 @@
//"exec": "~/.config/hypr/scripts/Weather.py", //"exec": "~/.config/hypr/scripts/Weather.py",
"exec-if": "ping wttr.in -c1", "exec-if": "ping wttr.in -c1",
"tooltip" : true, "tooltip" : true,
}, },
// Separators // Separators
"custom/separator#dot": { "custom/separator#dot": {
"format": "", "format": "",
"interval": "once", "interval": "once",
"tooltip": false "tooltip": false
}, },
"custom/separator#dot-line": { "custom/separator#dot-line": {
"format": "", "format": "",
"interval": "once", "interval": "once",
"tooltip": false "tooltip": false
}, },
"custom/separator#line": { "custom/separator#line": {
"format": "|", "format": "|",
"interval": "once", "interval": "once",
"tooltip": false "tooltip": false
}, },
"custom/separator#blank": { "custom/separator#blank": {
"format": "", "format": "",
"interval": "once", "interval": "once",
"tooltip": false "tooltip": false
}, },
"custom/separator#blank_2": { "custom/separator#blank_2": {
"format": " ", "format": " ",
"interval": "once", "interval": "once",
"tooltip": false "tooltip": false
}, },
// Modules below are for vertical layout // Modules below are for vertical layout
"backlight#vertical": { "backlight#vertical": {
"interval": 2, "interval": 2,
"align": 0.35, "align": 0.35,
"rotate": 1, "rotate": 1,
@ -555,9 +570,9 @@
"on-scroll-down": "~/.config/hypr/scripts/Brightness.sh --dec", "on-scroll-down": "~/.config/hypr/scripts/Brightness.sh --dec",
"smooth-scrolling-threshold": 1, "smooth-scrolling-threshold": 1,
//"tooltip-format": "{percent}%", //"tooltip-format": "{percent}%",
}, },
"clock#vertical": { "clock#vertical": {
"format": "{:\n%H\n%M\n%S\n\n \n%d\n%m\n%y}", "format": "{:\n%H\n%M\n%S\n\n \n%d\n%m\n%y}",
"interval": 1, "interval": 1,
//"format": "{:\n%I\n%M\n%p\n\n \n%d\n%m\n%y}", //"format": "{:\n%I\n%M\n%p\n\n \n%d\n%m\n%y}",
@ -570,14 +585,14 @@
"today": "<span color='#0dbc79'>{}</span>", "today": "<span color='#0dbc79'>{}</span>",
} }
} }
}, },
"cpu#vertical": { "cpu#vertical": {
"format": "󰍛\n{usage}%", "format": "󰍛\n{usage}%",
"interval": 1, "interval": 1,
"on-click-right": "gnome-system-monitor", "on-click-right": "gnome-system-monitor",
}, },
"memory#vertical": { "memory#vertical": {
"interval": 10, "interval": 10,
"format": "󰾆\n{percentage}%", "format": "󰾆\n{percentage}%",
"format-alt": "󰾆\n{used:0.1f}G", "format-alt": "󰾆\n{used:0.1f}G",
@ -585,9 +600,9 @@
"tooltip": true, "tooltip": true,
"tooltip-format": "{used:0.1f}GB/{total:0.1f}G", "tooltip-format": "{used:0.1f}GB/{total:0.1f}G",
"on-click-right": "kitty --title btop sh -c 'btop'", "on-click-right": "kitty --title btop sh -c 'btop'",
}, },
"pulseaudio#vertical": { "pulseaudio#vertical": {
"format": "{icon}", "format": "{icon}",
"format-bluetooth": "󰂰", "format-bluetooth": "󰂰",
"format-muted": "󰖁", "format-muted": "󰖁",
@ -607,9 +622,9 @@
"on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc",
"on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec",
"smooth-scrolling-threshold": 1, "smooth-scrolling-threshold": 1,
}, },
"pulseaudio#microphone_vertical": { "pulseaudio#microphone_vertical": {
"format": "{format_source}", "format": "{format_source}",
"format-source": "󰍬", "format-source": "󰍬",
"format-source-muted": "󰍭", "format-source-muted": "󰍭",
@ -620,9 +635,9 @@
"max-volume": 100, "max-volume": 100,
"tooltip": true, "tooltip": true,
"tooltip-format": "{icon} {desc} {volume}%", "tooltip-format": "{icon} {desc} {volume}%",
}, },
"temperature#vertical": { "temperature#vertical": {
"interval": 10, "interval": 10,
"tooltip": true, "tooltip": true,
"hwmon-path": ["/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp"], "hwmon-path": ["/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp"],
@ -632,15 +647,16 @@
"format": " {icon}", "format": " {icon}",
"format-icons": ["󰈸"], "format-icons": ["󰈸"],
"on-click-right": "kitty --title nvtop sh -c 'nvtop'" "on-click-right": "kitty --title nvtop sh -c 'nvtop'"
}, },
"custom/power_vertical": { "custom/power_vertical": {
"format": "⏻", "format": "⏻",
"tooltip": false, "tooltip": false,
"on-click": "~/.config/hypr/scripts/Wlogout.sh", "on-click": "~/.config/hypr/scripts/Wlogout.sh",
"on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh", "on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh",
}, },
}
}
Loading…
Cancel
Save