diff --git a/configs/hyprland/hypr/conf/input.conf b/configs/hyprland/hypr/conf/input.conf index 957afbf..879e3cb 100644 --- a/configs/hyprland/hypr/conf/input.conf +++ b/configs/hyprland/hypr/conf/input.conf @@ -14,7 +14,7 @@ input { accel_profile = flat touchpad { - natural_scroll = true + natural_scroll = false disable_while_typing = 1 } } diff --git a/configs/hyprland/waybar/gandalf/config.jsonc b/configs/hyprland/waybar/gandalf/config.jsonc index 2855242..b9f0c87 100644 --- a/configs/hyprland/waybar/gandalf/config.jsonc +++ b/configs/hyprland/waybar/gandalf/config.jsonc @@ -3,7 +3,6 @@ "position": "top", "spacing": 5, "modules-center": [ - "clock", "hyprland/language", "battery", "backlight", @@ -14,6 +13,7 @@ "pulseaudio#output" ], "modules-left": [ + "clock", "hyprland/workspaces", "tray" ], diff --git a/configs/hyprland/waybar/gandalf/style.css b/configs/hyprland/waybar/gandalf/style.css index 8042b0c..0c68728 100644 --- a/configs/hyprland/waybar/gandalf/style.css +++ b/configs/hyprland/waybar/gandalf/style.css @@ -1,6 +1,10 @@ @import "../../../.config/hypr-theme/waybar/global.css"; @import "../style/main.css"; +* { + font-size: 9px; +} + window { border-radius: 0; background-color: transparent; diff --git a/configs/hyprland/waybar/style/modules/taskbar.css b/configs/hyprland/waybar/style/modules/taskbar.css index 3445c23..4b9e5ed 100644 --- a/configs/hyprland/waybar/style/modules/taskbar.css +++ b/configs/hyprland/waybar/style/modules/taskbar.css @@ -27,7 +27,7 @@ } #workspaces * { - font-size: 12px; + font-size: 11px; } #workspaces button { diff --git a/scripts/installer/nekoray.sh b/scripts/installer/nekoray.sh new file mode 100644 index 0000000..d5d64cc --- /dev/null +++ b/scripts/installer/nekoray.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +source ../utils/main.sh