fix rofi image and add screenshot tool

This commit is contained in:
Sem
2026-04-01 23:24:04 +02:00
parent 8f4689d237
commit 6c6ef8d74c
2 changed files with 4 additions and 4 deletions

View File

@@ -77,4 +77,4 @@ bindl = , XF86AudioPlay, exec, playerctl play-pause
bindl = , XF86AudioPrev, exec, playerctl previous bindl = , XF86AudioPrev, exec, playerctl previous
# applications # applications
bind = $mainMod SHIFT, S, exec, flameshot bind = $mainMod SHIFT, S, exec, grimblast copysave area

View File

@@ -46,7 +46,7 @@ imagebox {
background-color: transparent; background-color: transparent;
// Current wallpaper should be set by the process that changes the wallpaper (like mutagen or quickshell) // 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; orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ]; children: [ "inputbar", "dummy", "mode-switcher" ];
} }
@@ -103,7 +103,7 @@ button {
cursor: pointer; cursor: pointer;
} }
button selected { button selected {
background-color: @primary; background-color: @tertiary;
text-color: @on-secondary; text-color: @on-secondary;
} }
@@ -147,7 +147,7 @@ element normal.active {
text-color: @on-surface; text-color: @on-surface;
} }
element selected.normal { element selected.normal {
background-color: @primary; background-color: @tertiary;
text-color: @on-secondary; text-color: @on-secondary;
} }
element selected.urgent { element selected.urgent {