Rebuild Xresources file structure
Also edit rofi config and one binging in sxhkd config.
This commit is contained in:
parent
513adb8ec4
commit
e95677b4af
@ -1,25 +1,20 @@
|
||||
#define bg #0e0f14
|
||||
#define sbg #282a38
|
||||
#define fg #dfdfdf
|
||||
#define sfg #eeeeee
|
||||
|
||||
! special
|
||||
*.foreground: #dfdfdf
|
||||
*.background: #0e0f14
|
||||
*.border_unfocused: #262323
|
||||
*.border_focused: #353131
|
||||
*.foreground: fg
|
||||
*.normfgcolor: fg
|
||||
*.selfgcolor: sfg
|
||||
*.selforeground: sfg
|
||||
|
||||
! dwm
|
||||
dwm.normfgcolor: #bbbbbb
|
||||
dwm.normbgcolor: #0a0a0c
|
||||
dwm.normbordercolor: #444444
|
||||
*.background: bg
|
||||
*.normbgcolor: bg
|
||||
*.selbgcolor: sbg
|
||||
*.selbackground: sbg
|
||||
|
||||
dwm.selfgcolor: #eeeeee
|
||||
dwm.selbgcolor: #282a38
|
||||
dwm.selbordercolor: #1b1b1b
|
||||
|
||||
! dmenu
|
||||
dmenu.selbackground: #353131
|
||||
dmenu.selforeground: #dfdfdf
|
||||
dmenu.font: Monospace:pixelsize=13:antialias=true:autohint=true:hintstyle=hintmedium
|
||||
|
||||
! st
|
||||
st.font: Monospace:pixelsize=13:antialias=true:autohint=true:hintstyle=hintmedium
|
||||
*.font: Monospace:pixelsize=13:antialias=true:autohint=true:hintstyle=hintmedium
|
||||
|
||||
! black
|
||||
*.color0: #000000
|
||||
|
@ -5,6 +5,7 @@ configuration {
|
||||
location: 2;
|
||||
yoffset: 60;
|
||||
xoffset: 0;
|
||||
show-icons: false;
|
||||
}
|
||||
|
||||
* {
|
||||
@ -17,7 +18,6 @@ configuration {
|
||||
background: @maincolor;
|
||||
background-color: @background;
|
||||
blackselect: #363b47;
|
||||
show-icons: false;
|
||||
}
|
||||
|
||||
window {
|
||||
|
@ -21,7 +21,7 @@ super + shift + o; {g,k,l,i}
|
||||
super + m
|
||||
rofi-mpd -a
|
||||
super + x
|
||||
lockscreen
|
||||
slock
|
||||
super + z
|
||||
powermenu
|
||||
super + u
|
||||
@ -48,7 +48,7 @@ F10
|
||||
F11
|
||||
[ $(pgrep ffmpeg) ] && blaze -s || blaze
|
||||
End
|
||||
lockscreen; systemctl suspend
|
||||
slock; systemctl suspend
|
||||
Pause
|
||||
syncnow
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user