|
|
@ -21,11 +21,11 @@ exec --no-startup-id thunar |
|
|
|
exec --no-startup-id xss-lock -- $HOME/.scripts/wm/lock.sh & |
|
|
|
exec --no-startup-id xss-lock -- $HOME/.scripts/wm/lock.sh & |
|
|
|
|
|
|
|
|
|
|
|
# Colors |
|
|
|
# Colors |
|
|
|
set $bg-color #404552 |
|
|
|
set $bgcolor #404552 |
|
|
|
set $bg-color-inactive #2B2E39 |
|
|
|
set $bgcolor-inactive #2b2e39 |
|
|
|
set $bg-color-urgent #DC7A43 |
|
|
|
set $bgcolor-urgent #dc7a43 |
|
|
|
set $text-color #FFFFFF |
|
|
|
set $text-color #ffffff |
|
|
|
set $text-color-inactive #676E7D |
|
|
|
set $textcolor-inactive #676e7d |
|
|
|
|
|
|
|
|
|
|
|
# Xresources colors |
|
|
|
# Xresources colors |
|
|
|
set_from_resource $darkblack color0 #000000 |
|
|
|
set_from_resource $darkblack color0 #000000 |
|
|
@ -47,22 +47,23 @@ set_from_resource $white color15 #000000 |
|
|
|
set $transparent #00000000 |
|
|
|
set $transparent #00000000 |
|
|
|
|
|
|
|
|
|
|
|
# Window colors |
|
|
|
# Window colors |
|
|
|
# border background text indicator |
|
|
|
# border background text indicator |
|
|
|
client.focused $text-color-inactive $text-color-inactive $text-color $darkgreen |
|
|
|
client.focused $textcolor-inactive $textcolor-inactive $white $darkgreen |
|
|
|
client.unfocused $bg-color-inactive $bg-color-inactive $text-color-inactive $darkgreen |
|
|
|
client.unfocused $bgcolor-inactive $bgcolor-inactive $darkwhite $darkgreen |
|
|
|
client.focused_inactive $bg-color-inactive $bg-color-inactive $text-color-inactive $darkgreen |
|
|
|
client.focused_inactive $bgcolor-inactive $bgcolor-inactive $darkwhite $darkgreen |
|
|
|
client.urgent $bg-color-urgent $bg-color-urgent $text-color $darkgreen |
|
|
|
client.urgent $bgcolor-urgent $bgcolor-urgent $white $darkgreen |
|
|
|
|
|
|
|
|
|
|
|
bar { |
|
|
|
bar { |
|
|
|
colors { |
|
|
|
colors { |
|
|
|
background $bg-color-inactive |
|
|
|
background $bgcolor-inactive |
|
|
|
separator #757575 |
|
|
|
separator $darkwhite |
|
|
|
# border background text |
|
|
|
statusline $white |
|
|
|
focused_workspace $bg-color $bg-color $text-color |
|
|
|
# border background text |
|
|
|
inactive_workspace $bg-color-inactive $bg-color-inactive $text-color-inactive |
|
|
|
focused_workspace $bgcolor $bgcolor $white |
|
|
|
urgent_workspace $bg-color-urgent $bg-color-urgent $text-color |
|
|
|
inactive_workspace $bgcolor-inactive $bgcolor-inactive $darkwhite |
|
|
|
|
|
|
|
urgent_workspace $bgcolor-urgent $bgcolor-urgent $white |
|
|
|
} |
|
|
|
} |
|
|
|
font pango:DejaVu Sans Mono, FontAwesome5Free Solid, FontAwesome5Brands 8 |
|
|
|
font pango:DejaVu Sans, FontAwesome5Free Solid, FontAwesome5Brands 8 |
|
|
|
status_command i3blocks -c $HOME/.config/i3/blocks |
|
|
|
status_command i3blocks -c $HOME/.config/i3/blocks |
|
|
|
#strip_workspace_numbers yes |
|
|
|
#strip_workspace_numbers yes |
|
|
|
tray_output primary |
|
|
|
tray_output primary |
|
|
|