This commit is contained in:
2026-01-23 20:20:57 -06:00
parent 9d5e396152
commit 13c920fd32
37 changed files with 2312 additions and 107 deletions

View File

@@ -13,12 +13,12 @@ layout {
}
shadow {
color "#00000070"
color "#11111b70"
}
tab-indicator {
active-color "#cba6f7"
inactive-color "#460594"
inactive-color "#6b02e9"
urgent-color "#f38ba8"
}
@@ -26,3 +26,10 @@ layout {
color "#cba6f780"
}
}
recent-windows {
highlight {
active-color "#cba6f7"
urgent-color "#f38ba8"
}
}

View File

@@ -13,18 +13,23 @@ spawn-at-startup "/usr/bin/swayidle" "-w"
workspace "chat" {
open-on-output "DP-3"
}
window-rule {
match app-id="nheko"
open-on-workspace "chat"
}
spawn-at-startup "/usr/bin/flatpak" "run" "im.nheko.Nheko"
window-rule {
match app-id="Element"
open-on-workspace "chat"
}
spawn-at-startup "/usr/bin/element-desktop"
//spawn-at-startup "/usr/bin/element-desktop"
//"--enable-features=UseOzonePlatform" "--ozone-platform=wayland"
window-rule {
match app-id="discord"
open-on-workspace "chat"
}
//spawn-at-startup "/usr/bin/flatpak" "run" "--socket=wayland" "com.discordapp.Discord" "--enable-features=UseOzonePlatform" "--ozone-platform=wayland"
spawn-at-startup "/usr/local/bin/discord-delay.sh"
//spawn-at-startup "/usr/local/bin/discord-delay.sh"
//window-rule {
// match app-id="srain"
// open-on-workspace "chat"

View File

@@ -93,11 +93,11 @@ animations {
// enable transparency
window-rule {
match is-active=false
opacity 0.8 //inactive transparency
opacity 1.0 //inactive transparency
}
window-rule {
match is-active=true
opacity 0.95 //active transparency
opacity 1.0 //active transparency
}
window-rule {
draw-border-with-background false