salad-book
This commit is contained in:
parent
44f7b48cf4
commit
15975d0f25
3 changed files with 5 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
*.foreground: #cee3eb
|
*.foreground: #cee3eb
|
||||||
*.background: #010202
|
*.background: #010202
|
||||||
*.cursorColor: #cee3eb
|
*.cursorColor: #cee3eb
|
||||||
*.font: TerminessTTF Nerd Font Mono:size=12
|
! *.font: TerminessTTF Nerd Font Mono
|
||||||
|
|
||||||
! black
|
! black
|
||||||
*.color0: #020405
|
*.color0: #020405
|
||||||
|
|
2
.profile
2
.profile
|
@ -5,4 +5,4 @@ export EDITOR="nvim"
|
||||||
export TERMINAL="st"
|
export TERMINAL="st"
|
||||||
export BROWSER="firefox"
|
export BROWSER="firefox"
|
||||||
export READER="zathura"
|
export READER="zathura"
|
||||||
export FILEMANAGER="pcmanfm"
|
export FILEMANAGER="nemo"
|
||||||
|
|
|
@ -39,6 +39,9 @@ monitor-strict = true
|
||||||
; Use this to detach the bar if your WM is locking its size/position.
|
; Use this to detach the bar if your WM is locking its size/position.
|
||||||
override-redirect = false
|
override-redirect = false
|
||||||
|
|
||||||
|
; Hide when using fullscreen applications
|
||||||
|
wm-restack = bspwm
|
||||||
|
|
||||||
; Put the bar at the bottom of the screen
|
; Put the bar at the bottom of the screen
|
||||||
bottom = true
|
bottom = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue