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

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;