Add zathura theme

This commit is contained in:
davidovski 2023-03-31 13:05:02 +01:00
parent afffca4dd8
commit 1102720daa
6 changed files with 42 additions and 22 deletions

View file

@ -3,7 +3,7 @@ setup=0
COLOR_BACKGROUND="#282a2e"
COLOR_PRIMARY="#fefefe"
COLOR_SECONDARY="#81a2be"
COLOR_SECONDARY="#707880"
BORDER=2
hsetroot -solid $COLOR_BACKGROUND &
@ -36,11 +36,15 @@ bspc config border_width $BORDER
bspc config window_gap 0
$HOME/.scripts/toggle-gap.sh
## individual rules
bspc rule -a Zathura state=tiled
bspc rule -a feh state=fullscreen
bspc config focus_follows_pointer false
bspc config normal_border_color "$COLOR_PRIMARY"
bspc config active_border_color "$COLOR_PRIMARY"
bspc config focused_border_color "$COLOR_SECONDARY"
bspc config normal_border_color "$COLOR_SECONDARY"
bspc config active_border_color "$COLOR_SECONDARY"
bspc config focused_border_color "$COLOR_PRIMARY"
wmname bspwm
$HOME/.scripts/start-mpd

View file

@ -7,7 +7,7 @@ bg = #191919
bga = #191919
fg4= #f58d44
fg2 = #5f819d
fg3 = #373b41
fg3 = #707880
fg1 = #fefefe
@ -40,13 +40,15 @@ modules-right = time
[bar/ws]
inherit = bar/base
width = 100%
offset-x = 0
width = 1870
offset-x = 25
offset-y = 10
modules-left = workspaces xwindow
modules-right = mpd temperature memory network battery pulseaudio microphone time
tray-position = right
background = ${color.bga}
border-size = 0
border-size = 2
border-color = ${color.fg3}
fg = ${color.fg1}
@ -81,6 +83,8 @@ label-occupied = %{T2}ﲭ%{T-}
label-occupied-padding = 1
label-empty = %{T2}ﱤ%{T-}
label-empty-padding = 1
label-urgent = %{T2}ﲭ%{T-}
label-urgent-padding = 1
[module/time]
@ -199,5 +203,5 @@ format-disconnected = <label-disconnected>
format-packetloss = <label-connected>
label-connected = %essid%
label-connected =

View file

@ -18,9 +18,9 @@ super + ctrl + alt + f
amixer -D pulse set Master 1+ toggle
{_, super} + XF86MonBrightnessDown
xbacklight - {10,1}
light -U {10,1}
{_, super} + XF86MonBrightnessUp
xbacklight + {10,1}
light -A {10,1}