rewrite bar with quickshell

This commit is contained in:
2025-10-11 16:28:11 +02:00
parent e1a02f7994
commit abadf04aa2
49 changed files with 10246 additions and 7 deletions

View File

@@ -111,8 +111,15 @@ animations {
layer-rule {
match namespace="^swww-daemonbackdrop$"
place-within-backdrop true
}
layer-rule {
match namespace="^quickshell-bar$"
place-within-backdrop false
}
/************************Autostart************************/
// Switch configs
@@ -247,7 +254,6 @@ window-rule {
open-on-workspace "special"
}
/************************Others************************/
cursor {
@@ -300,7 +306,7 @@ binds {
Mod+Shift+C { spawn-sh "hyprpicker -a"; }
// Session
Mod+L { spawn "loginctl lock-session"; }
Mod+L { spawn-sh "loginctl lock-session"; }
// Media
XF86AudioRaiseVolume allow-when-locked=true { spawn-sh "wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+ && wp-vol"; }

View File

@@ -111,8 +111,10 @@ animations {
layer-rule {
match namespace="^swww-daemonbackdrop$"
place-within-backdrop true
}
/************************Autostart************************/
// Switch configs
@@ -247,7 +249,6 @@ window-rule {
open-on-workspace "special"
}
/************************Others************************/
cursor {
@@ -300,7 +301,7 @@ binds {
Mod+Shift+C { spawn-sh "hyprpicker -a"; }
// Session
Mod+L { spawn "loginctl lock-session"; }
Mod+L { spawn-sh "loginctl lock-session"; }
// Media
XF86AudioRaiseVolume allow-when-locked=true { spawn-sh "wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+ && wp-vol"; }