1
0
Fork 0

fix rofi config

This commit is contained in:
Massaki Archambault 2019-04-04 20:21:15 -04:00
parent 2178cfba23
commit 5bb2abe8f3
4 changed files with 15 additions and 12 deletions

14
files/.config/rofi/config Normal file
View File

@ -0,0 +1,14 @@
! State: 'bg', 'fg', 'bgalt', 'hlbg', 'hlfg'
rofi.color-normal: #383838, #ffffff, #383838, #f0544c, #ffffff
rofi.color-urgent: #383838, #ffffff, #383838, #f0544c, #ffffff
rofi.color-active: #383838, #ffffff, #383838, #f0544c, #ffffff
! 'bg', 'border','separator'
rofi.color-window: #383838, #c7c7c7, #383838
rofi.separator-style: none
rofi.bw: 0
rofi.width: 40
rofi.location: 0
rofi.font: F_SANS 12

View File

@ -111,7 +111,7 @@ bindsym $mod+Mod1+Return exec thunar
bindsym $mod+Shift+q kill
# start rofi (a program launcher)
bindsym $mod+Control+Return exec /bin/bash ~/.config/sway/rofi.bash
bindsym $mod+Control+Return exec rofi -combi drun -show drun -modi drun,window
# start rofi-pass for password autotype
bindsym $mod+Shift+Return exec rofi-pass
# start rofi-radio

View File

@ -1,3 +0,0 @@
#!/bin/bash
rofi -combi drun -show drun -modi drun,window

View File

@ -2,14 +2,6 @@
unset LD_PRELOAD
query_color() {
xrdb -query | grep -m 1 "lock.color.$1" | sed -E 's/^.+:\s*#?//g'
}
query_prop() {
xrdb -query | grep -m 1 "lock.$1" | sed -E 's/^.+:\s*//g'
}
# flush gpg-agent cache
echo RELOADAGENT | gpg-connect-agent