diff --git a/i3/.config/i3/config.thinkpad b/i3/.config/i3/config.thinkpad index a151273..4db0adf 100644 --- a/i3/.config/i3/config.thinkpad +++ b/i3/.config/i3/config.thinkpad @@ -62,8 +62,7 @@ bindsym $mod+Shift+q kill # There also is the (new) i3-dmenu-desktop which only displays applications # shipping a .desktop file. It is a wrapper around dmenu, so you need that # installed. -# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop -bindsym $mod+d exec rofi -show run -lines 3 -eh 2 -width 100 -opacity "85" -bw 0 -hlfg "#9575cd" -font "System San Francisco Display 18" -bc "#2f343f" -bg "#2f343f" -hlbg "#2f343f" -fg "#f3f4f5" -padding 500 -fullscreen +bindsym $mod+d exec rofi -show run -eh 2 -font "System San Francisco Display 18" -fullscreen # change focus bindsym $mod+j focus left diff --git a/urxvt/.Xresources.desktop b/urxvt/.Xresources.desktop index a89f236..1406bf2 100644 --- a/urxvt/.Xresources.desktop +++ b/urxvt/.Xresources.desktop @@ -1,3 +1,20 @@ +!------------------------------------------------------------------------------- +! Rofi settings +!------------------------------------------------------------------------------- +rofi.color-enabled: true +rofi.color-window: argb: EE000000, argb: EE000000, argb: EE000000 +rofi.color-normal: #111, #819396, #222, #008ed4, #ffffff +rofi.color-active: #002b37, #008ed4, #003643, #008ed4, #66c6ff +rofi.color-urgent: #002b37, #da4281, #003643, #008ed4, #890661 + +rofi.fake-transparency: true +rofi.lines: 3 +rofi.bw: 0 +rofi.hide-scrollbar: true +rofi.width: 30 +rofi.element-hight: 2 +rofi.padding: 500 + !------------------------------------------------------------------------------- ! Xft settings !------------------------------------------------------------------------------- diff --git a/urxvt/.Xresources.thinkpad b/urxvt/.Xresources.thinkpad index 931385f..c76555e 100644 --- a/urxvt/.Xresources.thinkpad +++ b/urxvt/.Xresources.thinkpad @@ -1,3 +1,20 @@ +!------------------------------------------------------------------------------- +! Rofi settings +!------------------------------------------------------------------------------- +rofi.color-enabled: true +rofi.color-window: argb: EE000000, argb: EE000000, argb: EE000000 +rofi.color-normal: #111, #819396, #222, #008ed4, #ffffff +rofi.color-active: #002b37, #008ed4, #003643, #008ed4, #66c6ff +rofi.color-urgent: #002b37, #da4281, #003643, #008ed4, #890661 + +rofi.fake-transparency: true +rofi.lines: 3 +rofi.bw: 0 +rofi.hide-scrollbar: true +rofi.width: 30 +rofi.element-hight: 2 +rofi.padding: 500 + !------------------------------------------------------------------------------- ! Xft settings !-------------------------------------------------------------------------------