mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Re-skin Xresources, using some new features
This commit is contained in:
parent
5a64e0ba98
commit
48ee5e972b
17
.Xresources
17
.Xresources
@ -96,15 +96,20 @@ urxvt*colorMode: on
|
||||
!-----------------------------
|
||||
! Rofi config
|
||||
|
||||
rofi.color-window: #383C4A, #383C4A
|
||||
rofi.color-normal: #383C4A, #D3DAE3, #383C4A, #5294E2, #F3F4F5
|
||||
rofi.bc: #383C4A
|
||||
rofi.opacity: 80
|
||||
! State: 'bg', 'fg', 'bgalt' 'hlbg', 'hlfg'
|
||||
rofi.color-window: #F2383C4A, #2F343F
|
||||
rofi.color-normal: #00383C4A, #D3DAE3, #00383C4A, #5294E2, #ECEFF1
|
||||
rofi.bc: #CC383C4A
|
||||
rofi.bw: 5
|
||||
rofi.padding: 8
|
||||
rofi.lines: 14
|
||||
rofi.lines: 12
|
||||
rofi.width: 40
|
||||
rofi.font: Noto Sans 14
|
||||
rofi.line-margin: 3
|
||||
rofi.line-margin: 6
|
||||
rofi.sep: |
|
||||
rofi.prompt: >
|
||||
rofi.ssh-command: {terminal} -e "{ssh-client} {host}"
|
||||
rofi.separator-style: solid
|
||||
|
||||
rofi.matching: fuzzy
|
||||
rofi.tokenize: true
|
||||
|
@ -156,7 +156,8 @@ bindsym $mod+Ctrl+Return exec i3-sensible-terminal -r floating-term --geometry
|
||||
bindsym $mod+Shift+Return exec i3-sensible-terminal -d "`xcwd`"
|
||||
bindsym $mod+Ctrl+Shift+Return exec i3-sensible-terminal -r floating-term --geometry 96x30 -d "`xcwd`"
|
||||
bindsym $mod+l exec ~/.config/i3/lock.sh
|
||||
bindsym $mod+space exec rofi -show run -fg "#D3DAE3" -bg "#383C4A" -hlbg "#5294E2"
|
||||
# -fg "#CCD3DAE3" -bg "#CC383C4A" -hlbg "#CC5294E2"
|
||||
bindsym $mod+space exec rofi -show run -sidebar-mode -terminal i3-sensible-terminal
|
||||
bindsym --release Print exec imgur-screenshot
|
||||
bindsym --release $mod+Print exec imgur-screenshot -f
|
||||
bindsym $mod+Mod1+space exec --no-startup-id ~/.config/i3/cycleaudio.py && pkill -RTMIN+10 i3blocks
|
||||
|
Loading…
Reference in New Issue
Block a user