added ansible script

This commit is contained in:
liph
2026-02-16 23:40:30 +01:00
parent e6e444fff7
commit 8925d9677e
86 changed files with 15476 additions and 1911 deletions
+26 -4
View File
@@ -55,8 +55,8 @@ layout {
}
focus-ring {
width 2
active-color "#c4a7e7"
inactive-color "#a6adc8"
active-color "#7daea3"
inactive-color "#928374"
}
border {
off
@@ -80,6 +80,7 @@ spawn-at-startup "swaync"
// spawn-at-startup "kanshi"
spawn-at-startup "swww-daemon"
spawn-at-startup "xwayland-satellite"
spawn-at-startup "gammastep" "-l" "47.38:8.54" "-t" "6000:4000"
spawn-at-startup "kitty"
spawn-at-startup "librewolf"
spawn-at-startup "sh" "-c" "sleep 5 && exec swayidle -w timeout 300 hyprlock timeout 600 'niri msg action power-off-monitors' resume 'niri msg action power-on-monitors' timeout 3600 'systemctl suspend'"
@@ -102,12 +103,23 @@ match app-id=r#"^org\.keepassxc\.KeePassXC$"#
match app-id=r#"^org\.gnome\.World\.Secrets$"#
block-out-from "screen-capture"
}
window-rule {
match app-id="Bitwarden"
default-column-width {
proportion 0.6667
}
open-floating true
}
// terminal window-rule
window-rule {
match app-id="^(zoom|us.zoom.Zoom)$"
exclude title="^.*Zoom Workplace"
match app-id="Zoom Workplace"
open-floating true
}
// window-rule {
// match app-id="^(zoom|us.zoom.Zoom)$"
// exclude title="^.*Zoom Workplace"
// open-floating true
// }
window-rule {
match at-startup=true app-id="kitty"
@@ -173,6 +185,13 @@ window-rule {
}
open-floating true
}
window-rule {
match app-id="floating_network-tui"
default-column-width {
proportion 0.6667
}
open-floating true
}
window-rule {
geometry-corner-radius 5
clip-to-geometry true
@@ -221,6 +240,9 @@ binds {
Mod+Mod5+T hotkey-overlay-title="Open Wavemon" {
spawn "kitty" "--class" "floating_wavemon" "-e" "wavemon"
}
Mod+Mod5+Z hotkey-overlay-title="Open network-tui" {
spawn "kitty" "--class" "floating_network-tui" "-e" "network-tui"
}
// Brightness Controll
Mod+Ctrl+0 {
spawn "sh" "-c" "~/scripts/layer_notify.sh 0"
+1 -1
View File
@@ -26,7 +26,7 @@ button:hover {
padding: 5px;
}
#workspaces button {
padding: 0 10px;
padding: 0 2px;
background-color: transparent;
color: @theme_fg_color;
border-radius: 10px;