Rofi: update theme

This commit is contained in:
2025-06-27 00:00:08 +02:00
parent c71f8d1259
commit ae53166e9d
3 changed files with 6 additions and 4 deletions

View File

@@ -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,

View File

@@ -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"

View File

@@ -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 {