so much nothing

This commit is contained in:
scbj
2024-10-15 15:59:16 +02:00
parent 85a361b111
commit 7e32be9099
4 changed files with 6 additions and 12 deletions

View File

@@ -188,7 +188,7 @@ mouse_warping none
exec --no-startup-id feh --bg-fill ~/dotfiles/images/blaa.jpg exec --no-startup-id feh --bg-fill ~/dotfiles/images/blaa.jpg
# window border style # window border style
default_border pixel 2 default_border pixel 0
default_floating_border pixel 0 default_floating_border pixel 0
for_window [class=".*"] border pixel 1 for_window [class=".*"] border pixel 1
@@ -210,6 +210,5 @@ client.focused $cyan $back_focus $text_focus $cyan $cyan
client.focused_inactive $transp $back_focus $text_focus $transp $transp client.focused_inactive $transp $back_focus $text_focus $transp $transp
client.unfocused $transp $back_focus $text_focus $transp $transp client.unfocused $transp $back_focus $text_focus $transp $transp
client.urgent $transp $back_focus $text_focus $transp $transp client.urgent $transp $back_focus $text_focus $transp $transp
client.placeholder $transp $back_focus $text_focus $transp $transp client.background $transp
client.background #ffffff

View File

@@ -52,7 +52,7 @@ module-margin = 1
separator = | separator = |
separator-foreground = ${colors.disabled} separator-foreground = ${colors.disabled}
font-0 = "VictorMono Nerd Font:size=13:weight=Bold;2" font-0 = "VictorMono Nerd Font:size=14:weight=Bold;2"
modules-left = xworkspaces xwindow modules-left = xworkspaces xwindow
modules-right = xkeyboard pulseaudio cpu eth date modules-right = xkeyboard pulseaudio cpu eth date

View File

@@ -5,7 +5,7 @@ $username\
[//](bold zx_magenta)\ [//](bold zx_magenta)\
$directory\ $directory\
[//](bold zx_cyan)\ [//](bold zx_cyan)\
$git_branch[-](zx_light_magenta)$git_status\ $git_branch[-](zx_gray)$git_status\
[//](bold zx_yellow)\ [//](bold zx_yellow)\
$jobs\ $jobs\
[⟩ ](bold zx_light_yellow)\ [⟩ ](bold zx_light_yellow)\
@@ -56,7 +56,7 @@ truncate_to_repo = false
disabled = false disabled = false
symbol = "" symbol = ""
style = "fg:zx_white" style = "fg:zx_white"
format = '[ $symbol $branch ]($style)' format = '[$symbol $branch ]($style)'
truncation_length = 16 truncation_length = 16
truncation_symbol = ">" truncation_symbol = ">"

View File

@@ -19,12 +19,7 @@ set -g @cyan "#15D7E5"
set -g @dark-grey "#202038" set -g @dark-grey "#202038"
set -g @light-grey "#A0A0AD" set -g @light-grey "#A0A0AD"
set -g @black "#000000" set -g @black "#000000"
set -g @dark-green "#00120C"
set -g @base "#{@dark-grey}"
set -g @default-bg "#{@blue}"
set -g @default-fg "#{@white}"
set -g @active-bg "#{@light-blue}"
set -g @active-fg "#{@dark-blue}"
# default statusbar color # default statusbar color
set-option -g status-style "bg=#{@blue},fg=#{@white}" set-option -g status-style "bg=#{@blue},fg=#{@white}"