salad-book

This commit is contained in:
vibikim 2020-09-14 22:10:32 +03:00
parent fd8f8586c1
commit e634fad77d
3 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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"

View file

@ -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