mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 03:20:26 +10:00
Rewriting config as Org document.
This commit is contained in:
33
.config/polybar/config.ini
Executable file → Normal file
33
.config/polybar/config.ini
Executable file → Normal file
@@ -1,21 +1,8 @@
|
||||
# ____ _____
|
||||
# | _ \_ _| Derek Taylor (DistroTube)
|
||||
# | | | || | http://www.youtube.com/c/DistroTube
|
||||
# | |_| || | http://www.gitlab.com/dwt1/
|
||||
# |____/ |_|
|
||||
|
||||
;=====================================================
|
||||
;
|
||||
; To learn more about how to configure Polybar
|
||||
; go to https://github.com/jaagr/polybar
|
||||
;
|
||||
; The README contains alot of information
|
||||
; Themes : https://github.com/jaagr/dots/tree/master/.local/etc/themer/themes
|
||||
; https://github.com/jaagr/polybar/wiki/
|
||||
; https://github.com/jaagr/polybar/wiki/Configuration
|
||||
; https://github.com/jaagr/polybar/wiki/Formatting
|
||||
;
|
||||
;=====================================================
|
||||
# | |_| || | http://www.gitlab.com/dwt1/
|
||||
# |____/ |_|
|
||||
|
||||
[global/wm]
|
||||
;https://github.com/jaagr/polybar/wiki/Configuration#global-wm-settings
|
||||
@@ -43,10 +30,6 @@ format-padding =
|
||||
format-margin =
|
||||
format-offset =
|
||||
|
||||
################################################################################
|
||||
############ COLORS ############
|
||||
################################################################################
|
||||
|
||||
[colors]
|
||||
; To change color scheme, change the value inside ${color-scheme.colorXX}.
|
||||
; The following color schemes can be used:
|
||||
@@ -394,10 +377,10 @@ font-3 = "Font Awesome 6 Free:style=Solid:pixelsize=8;1"
|
||||
font-4 = "Font Awesome 6 Brands:pixelsize=8;1"
|
||||
|
||||
modules-left = i3 xwindow
|
||||
modules-center =
|
||||
modules-center =
|
||||
modules-right = arrow1 networkspeedup networkspeeddown arrow2 memory2 arrow3 cpu2 arrow2 pavolume arrow3 arch-aur-updates arrow2 date
|
||||
|
||||
separator =
|
||||
separator =
|
||||
;dim-value = 1.0
|
||||
|
||||
tray-position = right
|
||||
@@ -450,7 +433,7 @@ height = 20
|
||||
radius = 0.0
|
||||
fixed-center = true
|
||||
bottom = false
|
||||
separator =
|
||||
separator =
|
||||
|
||||
background = ${DoomOne.background}
|
||||
foreground = ${DoomOne.foreground}
|
||||
@@ -484,7 +467,7 @@ font-3 = "Font Awesome 6 Free:style=Solid:pixelsize=8;1"
|
||||
font-4 = "Font Awesome 6 Brands:pixelsize=8;1"
|
||||
|
||||
modules-left = xmenu ewmh xwindow
|
||||
modules-center =
|
||||
modules-center =
|
||||
modules-right = arrow1 networkspeedup networkspeeddown arrow2 memory2 arrow3 cpu2 arrow2 pavolume arrow3 arch-aur-updates arrow2 date
|
||||
|
||||
tray-detached = false
|
||||
@@ -790,10 +773,6 @@ content-font = 2
|
||||
content-foreground = #8b62a9
|
||||
content-background = #668bd7
|
||||
|
||||
###############################################################################
|
||||
############ MODULES A-Z ############
|
||||
################################################################################
|
||||
|
||||
[module/arch-aur-updates]
|
||||
type = custom/script
|
||||
exec = ~/.config/polybar/scripts/check-all-updates.sh
|
||||
|
||||
Reference in New Issue
Block a user