Last active
March 29, 2018 05:48
-
-
Save 3rn3st0/9466c1b2cbef7f9b45787a738e8e9ecd to your computer and use it in GitHub Desktop.
Configuración de Polybar (.config/polybar/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;===================================================== | |
; Colors & Settings | |
;===================================================== | |
[colors] | |
background = #2b303b | |
foreground = #c0c5ce | |
moderate = #ebcb8b | |
urgent = #bf616a | |
trim = #8fa1b3 | |
blue = #8fa1b3 | |
pink = #bf616a | |
orange = #ebcb8b | |
purple = #b48ead | |
yellow = #ebcb8b | |
border = #c0c5ce | |
[settings] | |
throttle-output = 5 | |
throttle-output-for = 10 | |
throttle-input-for = 30 | |
compositing-background = source | |
compositing-foreground = source | |
compositing-overline = source | |
compositing-underline = source | |
compositing-border = source | |
screenchange-reload = true | |
format-foreground = ${colors.foreground} | |
format-background = ${colors.background} | |
;===================================================== | |
; Master Bar | |
;===================================================== | |
[bar/master] | |
width = 100% | |
height = 24 | |
border-size = 0 | |
border-top-size = 0 | |
border-bottom-size = 2 | |
radius = 0 | |
bottom = false | |
line-size = 2 | |
font-0 = "DejaVu Sans Mono:size=10:antialias=false;2" | |
font-1 = "Font Awesome 5 Brands:pixelsize=11;1" | |
font-2 = "MaterialIcons:size=10:antialias=false;2" | |
font-3 = "icomoon:size=10:antialias=false;2" | |
font-4 = "Ubuntu Nerd Font:size=10:antialias=false;2" | |
offset-x = 0 | |
offset-y = 0 | |
fixed-center = true | |
border-color = ${colors.border} | |
background = ${colors.background} | |
foreground = ${colors.foreground} | |
module-margin = 0 | |
padding-right = 0 | |
padding-left = 0 | |
separator = │ | |
scroll-up = pamixer -i 2 | |
scroll-down = pamixer -d 2 | |
click-middle = skippy-xd --activate-window-picker | |
double-click-left = networkmanager_dmenu | |
double-click-middle = skippy-xd --activate-window-picker | |
double-click-right = pavucontrol & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment