From ae53166e9db2965abbf0dfb3005d3b58e23df5a3 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Fri, 27 Jun 2025 00:00:08 +0200 Subject: [PATCH] Rofi: update theme --- .config/hypr/hyprland.conf | 2 +- .config/rofi/config.rasi | 4 +++- .local/share/rofi/themes/spotlight-dark.rasi | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index f29435c..65da64f 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -156,7 +156,7 @@ bind = $mainMod SHIFT, W, exec, uwsm app -- waypaper --state-file ~/.config/wayp bind = $mainMod, T, togglefloating, bind = $mainMod, S, exec, uwsm app -- sh -c 'IMG=$(xdg-user-dir PICTURES)/Screenshots/$(date +'%s_grim.png') && grim $IMG && wl-copy < $IMG' # screenshot bind = $mainMod SHIFT, S, exec, uwsm app -- sh -c 'IMG=$(xdg-user-dir PICTURES)/Screenshots/$(date +'%s_grim.png') && grim -g "$(slurp)" $IMG && wl-copy < $IMG' # screenshot only a part of the screen -bind = $mainMod, R, exec, uwsm app -- rofi -run-command='uwsm app -- {cmd}' -show drun +bind = $mainMod, R, exec, uwsm app -- rofi -run-command='uwsm app -- {cmd}' -show drun -show-icons bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, F, fullscreen, diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 29a5c4f..0c20586 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -3,4 +3,6 @@ //@theme "/home/daniele/.local/share/rofi/themes/spotlight-dark.rasi" -@theme "/home/daniele/.local/share/rofi/themes/rounded-gray-dark.rasi" +//@theme "/home/daniele/.local/share/rofi/themes/rounded-gray-dark.rasi" + +@theme "/home/daniele/.local/share/rofi/themes/spotlight-dark.rasi" diff --git a/.local/share/rofi/themes/spotlight-dark.rasi b/.local/share/rofi/themes/spotlight-dark.rasi index 0e27360..c6a48d1 100644 --- a/.local/share/rofi/themes/spotlight-dark.rasi +++ b/.local/share/rofi/themes/spotlight-dark.rasi @@ -9,7 +9,7 @@ bg0: #242424E6; bg1: #7E7E7E80; - bg2: #0860f2E6; + bg2: #a6a6a6; fg0: #DEDEDE; fg1: #FFFFFF; @@ -35,7 +35,7 @@ inputbar { font: "Montserrat 20"; padding: 12px; spacing: 12px; - children: [ icon-search, entry ]; + children: [ entry ]; } icon-search {