update gitignore
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user