add klassy settings
Some checks are pending
Flake.lock / build (push) Waiting to run

This commit is contained in:
Mohamed Chrayed 2024-10-12 14:10:20 +02:00
parent 2150ef29fe
commit 7cf0c4c8cc
4 changed files with 3441 additions and 19 deletions

5
dotfiles/klassyrc Normal file
View File

@ -0,0 +1,5 @@
[Windeco]
ButtonIconStyle=StyleRedmond11
ButtonShape=ShapeIntegratedRoundedRectangleGrouped
CornerRadius=2
IconSize=IconMedium

View File

@ -1,26 +1,38 @@
[Desktops]
Id_1=e5ef4374-c051-4f6a-986d-28b080de5eae
Id_1=cf3f8eee-b507-4b73-9837-0a30a510754a
Number=1
Rows=1
[Effect-overview]
BorderActivate=9
[Plugins]
minimizeallEnabled=true
[PrimaryOutline]
ActiveOutlinePalette=0
ActiveOutlineUseCustom=false
ActiveOutlineUsePalette=true
InactiveOutlinePalette=0
InactiveOutlineThickness=0.75
InactiveOutlineUseCustom=false
InactiveOutlineUsePalette=true
OutlineThickness=1.25
[SecondOutline]
ActiveSecondOutlinePalette=0
ActiveSecondOutlineUseCustom=false
ActiveSecondOutlineUsePalette=true
InactiveSecondOutlinePalette=0
InactiveSecondOutlineUseCustom=false
InactiveSecondOutlineUsePalette=true
[Shadow]
ActiveShadowAlpha=106
ActiveShadowPalette=0
InactiveShadowAlpha=108
InactiveShadowPalette=0
[Tiling]
padding=4
[Tiling][32c7135c-bbc0-5c1d-9242-cd4bea591339]
tiles={"layoutDirection":"horizontal","tiles":x5b{"width":0.25},{"width":0.5},{"width":0.25}x5d}
[Tiling][57ad5b6c-e007-559b-9eef-bab555c637d9]
tiles={"layoutDirection":"horizontal","tiles":x5b{"width":0.25},{"width":0.5},{"width":0.25}x5d}
[Tiling][92e842d7-5928-5c43-884a-4912e7cc82ed]
tiles={"layoutDirection":"horizontal","tiles":x5b{"width":0.25},{"width":0.5},{"width":0.25}x5d}
[Tiling][e56e54c5-76c9-5a45-96ca-fad80cc9ecac]
tiles={"layoutDirection":"horizontal","tiles":[{"width":0.25},{"width":0.5},{"width":0.25}]}
@ -28,10 +40,11 @@ tiles={"layoutDirection":"horizontal","tiles":[{"width":0.25},{"width":0.5},{"wi
Scale=1
[org.kde.kdecoration2]
BorderSizeAuto=false
ButtonsOnLeft=F
ButtonsOnRight=IAX
library=org.kde.klassy
theme=Klassy
[ًRound-Corners]
InactiveCornerRadius=5
Size=5
InactiveCornerRadius=2
InactiveShadowSize=5
ShadowSize=10
Size=2

3402
dotfiles/windecopresetsrc Normal file

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,9 @@
home.file.".config/kwinrulesrc".source = ../../../dotfiles/kwinrulesrc;
home.file.".local/share/user-places.xbel".source = ../../../dotfiles/user-places.xbel-${hostName};
home.file.".config/kglobalshortcutsrc".source = ../../../dotfiles/kglobalshortcutsrc;
#home.file.".config/kwinrc".source = ../../../dotfiles/kwinrc;
home.file.".config/kwinrc".source = ../../../dotfiles/kwinrc;
home.file.".config/klassy/klassyrc".source = ../../../dotfiles/klassyrc;
home.file.".config/klassy/windecopresetsrc".source = ../../../dotfiles/windecopresetsrc;
home.file.".config/krunnerrc".source = ../../../dotfiles/krunnerrc;
home.file.".config/kde-material-you-colors/config.conf".source = ../../../dotfiles/config.conf;
home.file.".config/autostart/kde-material-you-colors.desktop".source = ../../../dotfiles/kde-material-you-colors.desktop;