so much nothing
This commit is contained in:
@@ -188,7 +188,7 @@ mouse_warping none
|
||||
exec --no-startup-id feh --bg-fill ~/dotfiles/images/blaa.jpg
|
||||
|
||||
# window border style
|
||||
default_border pixel 2
|
||||
default_border pixel 0
|
||||
default_floating_border pixel 0
|
||||
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.unfocused $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
|
||||
|
||||
@@ -52,7 +52,7 @@ module-margin = 1
|
||||
separator = |
|
||||
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-right = xkeyboard pulseaudio cpu eth date
|
||||
|
||||
@@ -5,7 +5,7 @@ $username\
|
||||
[//](bold zx_magenta)\
|
||||
$directory\
|
||||
[//](bold zx_cyan)\
|
||||
$git_branch[-](zx_light_magenta)$git_status\
|
||||
$git_branch[-](zx_gray)$git_status\
|
||||
[//](bold zx_yellow)\
|
||||
$jobs\
|
||||
[⟩ ](bold zx_light_yellow)\
|
||||
@@ -56,7 +56,7 @@ truncate_to_repo = false
|
||||
disabled = false
|
||||
symbol = ""
|
||||
style = "fg:zx_white"
|
||||
format = '[ $symbol $branch ]($style)'
|
||||
format = '[$symbol $branch ]($style)'
|
||||
truncation_length = 16
|
||||
truncation_symbol = ">"
|
||||
|
||||
|
||||
@@ -19,12 +19,7 @@ set -g @cyan "#15D7E5"
|
||||
set -g @dark-grey "#202038"
|
||||
set -g @light-grey "#A0A0AD"
|
||||
set -g @black "#000000"
|
||||
|
||||
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}"
|
||||
set -g @dark-green "#00120C"
|
||||
|
||||
# default statusbar color
|
||||
set-option -g status-style "bg=#{@blue},fg=#{@white}"
|
||||
|
||||
Reference in New Issue
Block a user