A collection of scripts and configurations for Bash (and others)
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- ;==========================================================
- ;
- ;
- ; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
- ; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
- ; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
- ; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
- ; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
- ; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
- ;
- ;
- ; To learn more about how to configure Polybar
- ; go to https://github.com/polybar/polybar
- ;
- ; The README contains a lot of information
- ;
- ;==========================================================
-
- [colors]
- background = ${xrdb:color0:#2f3e46}
- background-alt = ${xrdb:color8:#354f52}
- foreground = ${xrdb:color14:#84a98c}
- foreground-alt = ${xrdb:color15:#cad2c5}
- primary = ${xrdb:color2:#52796f}
- secondary = ${xrdb:color10:#e60053}
- alert = ${xrdb:color9:#bd2c40}
-
- [bar/obsidianblk]
- monitor = ${env:MONITOR:}
- width = 100%
- height = 27
- radius = 6.0
- fixed-center = false
-
- bottom = true
-
- background = ${colors.background}
- foreground = ${colors.foreground}
-
- line-size = 3
- line-color = #f00
-
- border-size = 0
- border-color = #00FF0000
-
- padding-left = 0
- padding-right = 0 ;2
-
- module-margin-left = 0 ;1
- module-margin-right = 0 ;2
-
- font-0 = DejaVu Sans Mono for Powerline:style=Bold:pixelsize=10;0
- font-1 = DejaVu Sans Mono for Powerline:style=Bold:pixelsize=20;1
- font-2 = unifont:fontformat=truetype:size=8:antialias=false;0
- font-3 = TerminessTTF Nerd Font Mono:pixelsize=16;0
- font-4 = TerminessTTF Nerd Font:pixelsize=24;0
-
- modules-left = obspace obswoosh obswedge-l bspwm i3 obswedge-r obswoosh
- modules-center =
- modules-right = obswoosh obswedge-l obspace-inv obsdigi-l filesystem obsdigi-r pulseaudio obspace-inv cpu memory eth date powermenu obswedge-r obswoosh
-
-
- tray-position = right
- tray-padding = 2
-
- cursor-click = pointer
- cursor-scroll = ns-resize
-
-
- [section/modules]
- include-file = ~/.config/polybar/modules.obsidianblk.ini
-
-
- [settings]
- screenchange-reload = true
- ;compositing-background = xor
- ;compositing-background = screen
- ;compositing-foreground = source
- ;compositing-border = over
- ;pseudo-transparency = false
-
- [global/wm]
- margin-top = 5
- margin-bottom = 5
-
- ; vim:ft=dosini
|