fix rofi image and add screenshot tool
This commit is contained in:
@@ -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", width);
|
||||
background-image: url("~/.config/hypr/current_wallpaper", height);
|
||||
orientation: vertical;
|
||||
children: [ "inputbar", "dummy", "mode-switcher" ];
|
||||
}
|
||||
@@ -103,7 +103,7 @@ button {
|
||||
cursor: pointer;
|
||||
}
|
||||
button selected {
|
||||
background-color: @primary;
|
||||
background-color: @tertiary;
|
||||
text-color: @on-secondary;
|
||||
}
|
||||
|
||||
@@ -147,7 +147,7 @@ element normal.active {
|
||||
text-color: @on-surface;
|
||||
}
|
||||
element selected.normal {
|
||||
background-color: @primary;
|
||||
background-color: @tertiary;
|
||||
text-color: @on-secondary;
|
||||
}
|
||||
element selected.urgent {
|
||||
|
||||
Reference in New Issue
Block a user