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
|
! special
|
||||||
*.foreground: #dfdfdf
|
*.foreground: fg
|
||||||
*.background: #0e0f14
|
*.normfgcolor: fg
|
||||||
*.border_unfocused: #262323
|
*.selfgcolor: sfg
|
||||||
*.border_focused: #353131
|
*.selforeground: sfg
|
||||||
|
|
||||||
! dwm
|
*.background: bg
|
||||||
dwm.normfgcolor: #bbbbbb
|
*.normbgcolor: bg
|
||||||
dwm.normbgcolor: #0a0a0c
|
*.selbgcolor: sbg
|
||||||
dwm.normbordercolor: #444444
|
*.selbackground: sbg
|
||||||
|
|
||||||
dwm.selfgcolor: #eeeeee
|
*.font: Monospace:pixelsize=13:antialias=true:autohint=true:hintstyle=hintmedium
|
||||||
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
|
|
||||||
|
|
||||||
! black
|
! black
|
||||||
*.color0: #000000
|
*.color0: #000000
|
||||||
|
@ -5,6 +5,7 @@ configuration {
|
|||||||
location: 2;
|
location: 2;
|
||||||
yoffset: 60;
|
yoffset: 60;
|
||||||
xoffset: 0;
|
xoffset: 0;
|
||||||
|
show-icons: false;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
@ -17,7 +18,6 @@ configuration {
|
|||||||
background: @maincolor;
|
background: @maincolor;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
blackselect: #363b47;
|
blackselect: #363b47;
|
||||||
show-icons: false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
|
@ -21,7 +21,7 @@ super + shift + o; {g,k,l,i}
|
|||||||
super + m
|
super + m
|
||||||
rofi-mpd -a
|
rofi-mpd -a
|
||||||
super + x
|
super + x
|
||||||
lockscreen
|
slock
|
||||||
super + z
|
super + z
|
||||||
powermenu
|
powermenu
|
||||||
super + u
|
super + u
|
||||||
@ -48,7 +48,7 @@ F10
|
|||||||
F11
|
F11
|
||||||
[ $(pgrep ffmpeg) ] && blaze -s || blaze
|
[ $(pgrep ffmpeg) ] && blaze -s || blaze
|
||||||
End
|
End
|
||||||
lockscreen; systemctl suspend
|
slock; systemctl suspend
|
||||||
Pause
|
Pause
|
||||||
syncnow
|
syncnow
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user