diff --git a/i3/config b/i3/config index 973d4b2..8252068 100644 --- a/i3/config +++ b/i3/config @@ -53,7 +53,8 @@ bindsym $mod+Return exec kitty bindsym $mod+Shift+q kill # start dmenu (a program launcher) -bindsym $mod+d exec --no-startup-id dmenu_run +#bindsym $mod+d exec --no-startup-id -show drun -show-icons -modi drun, run, windows + # A more modern dmenu replacement is rofi: # bindcode $mod+40 exec "rofi -modi drun,run -show drun" # There also is i3-dmenu-desktop which only displays applications shipping a @@ -188,7 +189,7 @@ exec_always guake # Guake bindsym $mod+Shift+h split v # split horiz bindsym $mod+Shift+v split h # split vert -bindsym $mod+space exec rofi -show drun # Rofi drun +bindsym $mod+space exec rofi -show drun -show-icons -display-drun "" # Rofi drun bindsym $mod+Tab exec rofi -show window # Rofi window-switcher diff --git a/rofi/alien-blood-rofi/alien-blood.rasi b/rofi/alien-blood-rofi/alien-blood.rasi index ecf9b97..20f6cc9 100644 --- a/rofi/alien-blood-rofi/alien-blood.rasi +++ b/rofi/alien-blood-rofi/alien-blood.rasi @@ -8,10 +8,11 @@ bg0: #000e07; bg1: #0f1610; bg2: #637d75; - bg3: #18e000; + bg3: #2f7e25; + bg4: #1d4125; fg0: #637d75; fg1: #637d75; - fg2: #73fa91; + fg2: #18e000; fg3: #637d75; } diff --git a/rofi/alien-blood-rofi/rounded-common.rasi b/rofi/alien-blood-rofi/rounded-common.rasi index a944e2b..1f23d11 100644 --- a/rofi/alien-blood-rofi/rounded-common.rasi +++ b/rofi/alien-blood-rofi/rounded-common.rasi @@ -6,7 +6,6 @@ * { font: "Inter Medium 11"; - background-color: transparent; text-color: @fg0; margin: 0px; @@ -24,17 +23,17 @@ window { mainbox { padding: 15px; - border-color: @bg3; - border: 0px; - border-radius: 6px; + border-color: @bg4; + border: 2px; + border-radius: 2px; } inputbar { background-color: @bg1; - border-color: @bg3; + border-color: @bg4; border: 1px; border-radius: 2px; - padding: 8px 16px; + padding: 8px 4px; spacing: 8px; children: [ prompt, entry ]; } @@ -62,7 +61,7 @@ textbox { listview { background-color: transparent; margin: 12px 0 0; - lines: 8; + lines: 3; columns: 1; fixed-height: false; } diff --git a/rofi/config.rasi b/rofi/config.rasi index e5b56c7..dac339b 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -6,7 +6,8 @@ configuration { /* xoffset: 0;*/ /* fixed-num-lines: true;*/ show-icons: true; -/* terminal: "rofi-sensible-terminal";*/ +icon-theme: "breeze_dark"; +terminal: "rofi-sensible-terminal"; /* ssh-client: "ssh";*/ /* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/ /* run-command: "{cmd}";*/ @@ -14,7 +15,6 @@ show-icons: true; /* run-shell-command: "{terminal} -e {cmd}";*/ /* window-command: "wmctrl -i -R {window}";*/ /* window-match-fields: "all";*/ -icon-theme: "breeze-dark" ; /* drun-match-fields: "name,generic,exec,categories,keywords";*/ /* drun-categories: ;*/ /* drun-show-actions: false;*/ @@ -58,7 +58,7 @@ window-thumbnail: true; /* display-windowcd: ;*/ /* display-run: ;*/ /* display-ssh: ;*/ -/* display-drun: ;*/ + display-drun: "" ; /* display-combi: ;*/ /* display-keys: ;*/ /* display-filebrowser: ;*/ @@ -99,7 +99,7 @@ window-thumbnail: true; /* kb-ellipsize: "Alt+period";*/ /* kb-toggle-case-sensitivity: "grave,dead_grave";*/ /* kb-toggle-sort: "Alt+grave";*/ -/* kb-cancel: "Escape,Control+g,Control+bracketleft";*/ +/* kb-cancel: "Escape,Control+g,Control+bracketleft,Alt+Space";*/ /* kb-custom-1: "Alt+1";*/ /* kb-custom-2: "Alt+2";*/ /* kb-custom-3: "Alt+3";*/