mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-06-15 20:25:13 +02:00
Rofi: update theme
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user