changes to polybar
This commit is contained in:
parent
30c8e822bb
commit
5ce0cd230d
|
@ -16,7 +16,7 @@ bspc config pointer_follows_monitor true
|
||||||
bspc config focus_follows_pointer true
|
bspc config focus_follows_pointer true
|
||||||
|
|
||||||
bspc config window_gap 3
|
bspc config window_gap 3
|
||||||
bspc config top_padding 20
|
#bspc config top_padding 20
|
||||||
|
|
||||||
bspc rule -a st-gpg-menu state=floating
|
bspc rule -a st-gpg-menu state=floating
|
||||||
bspc rule -a statusbar border=off sticky=on state=floating manage=off
|
bspc rule -a statusbar border=off sticky=on state=floating manage=off
|
||||||
|
|
|
@ -1,29 +1,11 @@
|
||||||
;==========================================================
|
|
||||||
;
|
|
||||||
;
|
|
||||||
; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
|
|
||||||
; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
|
|
||||||
; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
|
|
||||||
; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
|
|
||||||
; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
|
|
||||||
; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
|
|
||||||
;
|
|
||||||
;
|
|
||||||
; To learn more about how to configure Polybar
|
|
||||||
; go to https://github.com/polybar/polybar
|
|
||||||
;
|
|
||||||
; The README contains a lot of information
|
|
||||||
;
|
|
||||||
;==========================================================
|
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
background = #282A2E
|
background = #161510
|
||||||
background-alt = #373B41
|
background-alt = #161510
|
||||||
foreground = #C5C8C6
|
foreground = #CCCCCC
|
||||||
primary = #F0C674
|
primary = #CCCCCC
|
||||||
secondary = #8ABEB7
|
secondary = #727A18
|
||||||
alert = #A54242
|
alert = #A37720
|
||||||
disabled = #707880
|
disabled = #161510
|
||||||
|
|
||||||
[bar/example]
|
[bar/example]
|
||||||
width = 100%
|
width = 100%
|
||||||
|
|
Loading…
Reference in New Issue