diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index a802df5..a0e41ec 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -29,8 +29,8 @@ env = __GLX_VENDOR_LIBRARY_NAME,nvidia env = NVD_BACKEND,direct env = QT_QPA_PLATFORMTHEME,qt6ct # for Qt apps# Theme -exec-once = waybar exec-once = nextcloud +exec-once = waybar exec-once = hyprctl setcursor Breeze 24 source = ~/.config/hypr/input.conf diff --git a/.config/hypr/input.conf b/.config/hypr/input.conf index 2cc1b34..b38a20b 100644 --- a/.config/hypr/input.conf +++ b/.config/hypr/input.conf @@ -13,7 +13,7 @@ input { touchpad { natural_scroll = true - scroll_factor = 0.2 + scroll_factor = 0.5 } } diff --git a/.config/waybar/config b/.config/waybar/config index de5b34c..b1ddf63 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -16,6 +16,7 @@ "modules-right": [ "tray", "pulseaudio", + "bluetooth", "custom/micmute", "battery", "custom/power" @@ -62,6 +63,16 @@ "on-click-right": "pavucontrol" }, + "bluetooth": { + "format": "󰂯 {num_connections}", + "format-connected": "󰂱 {num_connections}", + "format-disabled": "󰂲", + "tooltip-format-connected": "{device_enumerate}", + "tooltip-format-enumerate-connected": "󰂱 {device_alias} ({device_battery_percentage}%)", + "on-click": "blueman-manager", + "on-click-right": "bluectl power toggle" + }, + "battery": { "interval":2, "states": {