From 6c6ef8d74c3d3a525aeef6cd27a4735792f0b39c Mon Sep 17 00:00:00 2001 From: Sem Date: Wed, 1 Apr 2026 23:24:04 +0200 Subject: [PATCH] fix rofi image and add screenshot tool --- hypr/keybindings.conf | 2 +- rofi/config.rasi | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hypr/keybindings.conf b/hypr/keybindings.conf index 771b6f4..702e7b6 100644 --- a/hypr/keybindings.conf +++ b/hypr/keybindings.conf @@ -77,4 +77,4 @@ bindl = , XF86AudioPlay, exec, playerctl play-pause bindl = , XF86AudioPrev, exec, playerctl previous # applications -bind = $mainMod SHIFT, S, exec, flameshot +bind = $mainMod SHIFT, S, exec, grimblast copysave area diff --git a/rofi/config.rasi b/rofi/config.rasi index b5d5072..3617cad 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -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 {