Adding dms configs

This commit is contained in:
Derek Taylor
2026-03-09 06:18:49 -05:00
parent 00f6f972de
commit fdd5f98c65
8 changed files with 89 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
// ! DO NOT EDIT !
// ! AUTO-GENERATED BY DMS !
// ! CHANGES WILL BE OVERWRITTEN !
// ! PLACE YOUR CUSTOM CONFIGURATION ELSEWHERE !
recent-windows {
highlight {
corner-radius 6
}
}

View File

View File

@@ -0,0 +1,39 @@
// ! Auto-generated file. Do not edit directly.
// Remove `include "dms/colors.kdl"` from your config to override.
layout {
background-color "transparent"
focus-ring {
active-color "#51afef"
inactive-color "#abb2bf"
urgent-color "#ff6c6b"
}
border {
active-color "#51afef"
inactive-color "#abb2bf"
urgent-color "#ff6c6b"
}
shadow {
color "#00000070"
}
tab-indicator {
active-color "#51afef"
inactive-color "#abb2bf"
urgent-color "#ff6c6b"
}
insert-hint {
color "#51afef80"
}
}
recent-windows {
highlight {
active-color "#7dcfff"
urgent-color "#ff6c6b"
}
}

View File

@@ -0,0 +1,9 @@
// ! DO NOT EDIT !
// ! AUTO-GENERATED BY DMS !
// ! CHANGES WILL BE OVERWRITTEN !
// ! PLACE YOUR CUSTOM CONFIGURATION ELSEWHERE !
cursor {
xcursor-theme "Bibata-Modern-Ice"
xcursor-size 24
}

View File

@@ -0,0 +1,22 @@
// ! DO NOT EDIT !
// ! AUTO-GENERATED BY DMS !
// ! CHANGES WILL BE OVERWRITTEN !
// ! PLACE YOUR CUSTOM CONFIGURATION ELSEWHERE !
layout {
gaps 12
border {
width 2
}
focus-ring {
width 2
}
}
window-rule {
geometry-corner-radius 6
clip-to-geometry true
tiled-state true
draw-border-with-background false
}

View File

View File

View File

@@ -0,0 +1,9 @@
// ! DO NOT EDIT !
// ! AUTO-GENERATED BY DMS !
// ! CHANGES WILL BE OVERWRITTEN !
// ! PLACE YOUR CUSTOM CONFIGURATION ELSEWHERE !
layer-rule {
match namespace="dms:blurwallpaper"
place-within-backdrop true
}