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 window_gap 3
|
||||
bspc config top_padding 20
|
||||
#bspc config top_padding 20
|
||||
|
||||
bspc rule -a st-gpg-menu state=floating
|
||||
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]
|
||||
background = #282A2E
|
||||
background-alt = #373B41
|
||||
foreground = #C5C8C6
|
||||
primary = #F0C674
|
||||
secondary = #8ABEB7
|
||||
alert = #A54242
|
||||
disabled = #707880
|
||||
background = #161510
|
||||
background-alt = #161510
|
||||
foreground = #CCCCCC
|
||||
primary = #CCCCCC
|
||||
secondary = #727A18
|
||||
alert = #A37720
|
||||
disabled = #161510
|
||||
|
||||
[bar/example]
|
||||
width = 100%
|
||||
|
|
Loading…
Reference in New Issue