i3,polybar:Add some styling fixes
This commit is contained in:
parent
005fde3a35
commit
4d28e70567
3 changed files with 9 additions and 3 deletions
|
|
@ -196,3 +196,7 @@ bindsym Control+Shift+Q exec i3lock -c 000000 && xset dpms force off
|
||||||
# exec --no-startup-id feh --bg-scale --randomize ~/Pictures/Wallpapers/gruvbox/*
|
# exec --no-startup-id feh --bg-scale --randomize ~/Pictures/Wallpapers/gruvbox/*
|
||||||
# exec --no-startup-id ~/Pictures/Wallpapers/wps.sh
|
# exec --no-startup-id ~/Pictures/Wallpapers/wps.sh
|
||||||
|
|
||||||
|
# Set consistent border width
|
||||||
|
default_border pixel 1
|
||||||
|
default_floating_border pixel 2
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
set $c_accent #43adb7
|
# set $c_accent #43adb7
|
||||||
set $c_bg #272727
|
set $c_accent #94e2d5
|
||||||
|
# set $c_bg #272727
|
||||||
|
set $c_bg #1e1e2e
|
||||||
set $c_mid1 #333333
|
set $c_mid1 #333333
|
||||||
set $c_mid2 #626262
|
set $c_mid2 #626262
|
||||||
set $c_dimtext #888888
|
set $c_dimtext #888888
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ label-unfocused-padding = 1
|
||||||
|
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
background = #1d2021
|
background = #1e1e2e
|
||||||
background-alt = #373B41
|
background-alt = #373B41
|
||||||
foreground = #C5C8C6
|
foreground = #C5C8C6
|
||||||
primary = #f68c23
|
primary = #f68c23
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue