diff options
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 4 | ||||
-rw-r--r-- | polybar/.config/polybar/config | 17 | ||||
-rwxr-xr-x | scripts/Scripts/setwall | 2 | ||||
-rw-r--r-- | termite/.config/termite/config | 4 |
4 files changed, 14 insertions, 13 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 651166d..4c0820a 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -5,8 +5,8 @@ bspc monitor -d 1 2 3 4 5 6 7 8 9 0 -bspc config border_width 3 -bspc config window_gap 10 +bspc config border_width 1 +bspc config window_gap 0 bspc config split_ratio 0.52 bspc config borderless_monocle true diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 5b63e6d..2238489 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -17,13 +17,13 @@ ;========================================================== [colors] -background = ${xrdb:polybar.background} -background-alt = ${xrdb:polybar.background} -foreground = ${xrdb:polybar.foreground} -primary = ${xrdb:polybar.primary} -secondary = ${xrdb:polybar.secondary} -alert = ${xrdb:polybar.alert} -disabled = ${xrdb:polybar.disabled} +background = #000000 +background-alt = #201A23 +foreground = #FFFFFF +primary = #3465a4 +secondary = 6DA34D +alert = #F05D5E +disabled = #888888 [bar/main] width = 100% @@ -48,7 +48,8 @@ module-margin = 1 separator = | separator-foreground = ${colors.disabled} -font-0 = Cozette;2 +; font-0 = Cozette;2 +font-0 = Terminus modules-left = xworkspaces xwindow modules-right = mpd pulseaudio battery memory wlan eth date diff --git a/scripts/Scripts/setwall b/scripts/Scripts/setwall index d34ed8d..7516646 100755 --- a/scripts/Scripts/setwall +++ b/scripts/Scripts/setwall @@ -40,7 +40,7 @@ function setwalls() { } function runsetwall() { - feh --bg-fill $1 + feh --bg-tile $1 # wal --saturate 0.9 -i $1 } diff --git a/termite/.config/termite/config b/termite/.config/termite/config index 67f2d79..3199a86 100644 --- a/termite/.config/termite/config +++ b/termite/.config/termite/config @@ -8,7 +8,7 @@ #dynamic_title = true font = Comic Mono 14 font = Ubuntu Mono 13 -# font = cozette 11 +font = Terminus #fullscreen = true #icon_name = terminal #mouse_autohide = false @@ -53,7 +53,7 @@ foreground = #FFFFFF background = #000000 # 20% background transparency (requires a compositor) -background = rgba(0, 0, 0, 1) +background = rgba(0, 0, 0, 0.92) # If unset, will reverse foreground and background highlight = #2f2f2f |