update gitignore

This commit is contained in:
Sem
2026-04-01 22:48:53 +02:00
parent b0a4408c65
commit f504c6c87c
3 changed files with 6 additions and 52 deletions

1
.gitignore vendored
View File

@@ -4,3 +4,4 @@ kitty/current-theme.conf
kitty/themes/Matugen.conf
qt5ct/colors/matugen.conf
qt6ct/colors/matugen.conf
rofi/colors.rasi

View File

@@ -1,47 +0,0 @@
* {
primary: #818ec8;
primary-fixed: #414e84;
primary-fixed-dim: #2a366b;
on-primary: #354176;
on-primary-fixed: #b4c1ff;
on-primary-fixed-variant: #919dd9;
primary-container: #2a366b;
on-primary-container: #94a1dd;
secondary: #8c8fa6;
secondary-fixed: #4c5064;
secondary-fixed-dim: #35394c;
on-secondary: #25293b;
on-secondary-fixed: #c0c3da;
on-secondary-fixed-variant: #9c9fb5;
secondary-container: #35394c;
on-secondary-container: #a0a3b9;
tertiary: #ab85a2;
tertiary-fixed: #674761;
tertiary-fixed-dim: #4e3049;
on-tertiary: #3c2038;
on-tertiary-fixed: #e1b8d7;
on-tertiary-fixed-variant: #bb94b2;
tertiary-container: #4e3049;
on-tertiary-container: #c098b6;
error: #ff5449;
on-error: #5c0003;
error-container: #7b0007;
on-error-container: #ff7d70;
surface: #121318;
on-surface: #a3a2a9;
on-surface-variant: #82828c;
outline: #53535c;
outline-variant: #393a42;
shadow: #000000;
scrim: #000000;
inverse-surface: #e3e1e9;
inverse-on-surface: #64646a;
inverse-primary: #717eb7;
surface-dim: #121318;
surface-bright: #38393f;
surface-container-lowest: #0d0e13;
surface-container-low: #1b1b21;
surface-container: #1f1f25;
surface-container-high: #292a2f;
surface-container-highest: #34343a;
}

View File

@@ -19,7 +19,7 @@ window {
location: center;
anchor: center;
fullscreen: false;
width: 800px;
width: 1000px;
x-offset: 0px;
y-offset: 0px;
@@ -46,7 +46,7 @@ imagebox {
background-color: transparent;
// Current wallpaper should be set by the process that changes the wallpaper (like mutagen or quickshell)
background-image: url("~/.config/hypr/current_wallpaper", height);
background-image: url("~/.config/hypr/current_wallpaper", width);
orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ];
}
@@ -93,7 +93,7 @@ mode-switcher{
enabled: true;
spacing: 5px;
background-color: transparent;
text-color: @primary-fixed;
text-color: @inverse-on-surface;
}
button {
padding: 5px;
@@ -109,7 +109,7 @@ button selected {
listview {
enabled: true;
columns: 2;
columns: 1;
lines: 12;
cycle: true;
dynamic: true;