Change blur settings, add gammastep-indicator to startup, and set cursor theme on startup

This commit is contained in:
Sravan Balaji
2025-05-27 21:05:55 -04:00
parent 182dd383d3
commit edcbe0f6fd
2 changed files with 8 additions and 4 deletions

View File

@@ -154,6 +154,7 @@ exec-once = uwsm app -- wl-paste --type image --watch cliphist store &
*** Desktop Setup *** Desktop Setup
#+BEGIN_SRC conf :tangle hyprland.conf #+BEGIN_SRC conf :tangle hyprland.conf
exec-once = uwsm app -- hyprctl setcursor breeze-hacked-cursor-theme 24 &
exec-once = uwsm app -- hyprpm reload -n & exec-once = uwsm app -- hyprpm reload -n &
exec-once = uwsm app -- shikane & exec-once = uwsm app -- shikane &
exec-once = uwsm app -- waypaper --restore & exec-once = uwsm app -- waypaper --restore &
@@ -167,6 +168,7 @@ exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% &
exec-once = uwsm app -- blueman-applet & exec-once = uwsm app -- blueman-applet &
exec-once = uwsm app -- nm-applet & exec-once = uwsm app -- nm-applet &
exec-once = uwsm app -- kdeconnect-indicator & exec-once = uwsm app -- kdeconnect-indicator &
exec-once = uwsm app -- gammastep-indicator &
exec-once = uwsm app -- udiskie -a -n -s & exec-once = uwsm app -- udiskie -a -n -s &
exec-once = uwsm app -- nextcloud & exec-once = uwsm app -- nextcloud &
exec-once = uwsm app -- syncthing-gtk & exec-once = uwsm app -- syncthing-gtk &
@@ -246,8 +248,8 @@ decoration {
blur { blur {
enabled = true enabled = true
size = 8 size = 5
passes = 1 passes = 3
ignore_opacity = true ignore_opacity = true
new_optimizations = true new_optimizations = true
xray = true xray = true

View File

@@ -11,6 +11,7 @@ exec-once = uwsm app -- kdeconnectd --replace &
exec-once = uwsm app -- wl-paste --type text --watch cliphist store & exec-once = uwsm app -- wl-paste --type text --watch cliphist store &
exec-once = uwsm app -- wl-paste --type image --watch cliphist store & exec-once = uwsm app -- wl-paste --type image --watch cliphist store &
exec-once = uwsm app -- hyprctl setcursor breeze-hacked-cursor-theme 24 &
exec-once = uwsm app -- hyprpm reload -n & exec-once = uwsm app -- hyprpm reload -n &
exec-once = uwsm app -- shikane & exec-once = uwsm app -- shikane &
exec-once = uwsm app -- waypaper --restore & exec-once = uwsm app -- waypaper --restore &
@@ -20,6 +21,7 @@ exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% &
exec-once = uwsm app -- blueman-applet & exec-once = uwsm app -- blueman-applet &
exec-once = uwsm app -- nm-applet & exec-once = uwsm app -- nm-applet &
exec-once = uwsm app -- kdeconnect-indicator & exec-once = uwsm app -- kdeconnect-indicator &
exec-once = uwsm app -- gammastep-indicator &
exec-once = uwsm app -- udiskie -a -n -s & exec-once = uwsm app -- udiskie -a -n -s &
exec-once = uwsm app -- nextcloud & exec-once = uwsm app -- nextcloud &
exec-once = uwsm app -- syncthing-gtk & exec-once = uwsm app -- syncthing-gtk &
@@ -55,8 +57,8 @@ decoration {
blur { blur {
enabled = true enabled = true
size = 8 size = 5
passes = 1 passes = 3
ignore_opacity = true ignore_opacity = true
new_optimizations = true new_optimizations = true
xray = true xray = true