Update config.ini

Some minor changes into the configurations
This commit is contained in:
mangeshrex 2021-07-04 21:26:33 +05:30 committed by GitHub
parent a1e85b649e
commit 66583af978
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,4 @@
[colors]
background = ${xrdb:background}
foreground = ${xrdb:foreground}
@ -25,7 +23,7 @@ active-light = #313435
[bar/example]
tray-position = right
monitor = LVDS1
;monitor = LVDS1
width = 100%
height = 25
padding-left = 1
@ -43,10 +41,10 @@ wm-restack = bspwm
modules-left = round-left bspwm round-right mpd
modules-center =
modules-right = round-left polywins round-right alsa cpu round-left updates round-right temperature spaces round-left mem round-right round-left wlan time round-right sysmenu
modules-right = round-left polywins round-right alsa cpu round-left round-right temperature spaces round-left mem round-right xbacklight round-left wlan time round-right sysmenu
font-0 = JetBrainsMono Nerd Font:style=Bold:pixelsize=11;3
font-1 = JetBrainsMono Nerd Font:size=17;4
font-1 = JetBrainsMono Nerd Font:size=15;3
font-2 = Material Design Icons:style=Bold:size=13;3
font-3 = unifont:fontformat=truetype:size=13:antialias=true;
@ -54,7 +52,7 @@ font-3 = unifont:fontformat=truetype:size=13:antialias=true;
[module/mpd]
type = internal/mpd
interval = 2
format-online = <icon-prev> <toggle> <icon-next>
format-online = <icon-prev><toggle><icon-next>
icon-play-foreground = ${colors.color1}
icon-play = 󰐊
icon-pause-foreground = ${colors.color1}
@ -65,6 +63,11 @@ icon-prev-foreground = ${colors.color4}
icon-prev = 󰒮
icon-next-foreground = ${colors.color4}
icon-next = 󰒭
icon-play-underline = ${colors.color3}
icon-next-underline = ${colors.color3}
icon-pause-underline = ${colors.color3}
icon-prev-underline = ${colors.color3}
[module/alsa]
type = internal/alsa
format-volume = <label-volume> <bar-volume>
@ -85,15 +88,15 @@ bar-volume-foreground-3 = #61afef
bar-volume-foreground-4 = #61afef
bar-volume-foreground-5 = #61afef
bar-volume-foreground-6 = #61afef
bar-volume-gradient = false
bar-volume-indicator =
bar-volume-indicator-foreground = #61afef
bar-volume-indicator-font = 1.5
bar-volume-fill =
bar-volume-gradient = true
bar-volume-indicator = 󰮯
bar-volume-indicator-foreground = #e06c75
bar-volume-indicator-font = 1
bar-volume-fill =
bar-volume-fill-foreground = #61afef
bar-volume-fill-font = 1.5
bar-volume-fill-font = 1
bar-volume-empty =
bar-volume-empty-font = 1.5
bar-volume-empty-font = 1
bar-volume-empty-foreground = ${colors.foreground}
format-volume-padding = 1
@ -115,14 +118,6 @@ format-padding = 0
ramp-0 = 󰸁
ramp-foreground = ${colors.color11}
[module/window]
type = custom/script
exec = ~/.config/polybar/scripts/window.sh 2>/dev/null
interval = 1
format = <label>
label = %output%
label-padding = 1
[module/polywins]
type = custom/script
exec = ~/.config/polybar/scripts/polywins.sh 2>/dev/null
@ -174,6 +169,9 @@ label-urgent-foreground = #88C0D0
label-urgent-padding = 1
label-urgent-background = ${colors.color8}
;label-separator = "ﭳ
;label-separator-background = #1e222a
;label-separator-foreground = #2b2f37
[module/round-left]
type = custom/text
content = %{T2}%{T-}
@ -234,6 +232,7 @@ time-alt = %{F#56b6c2}󰃭 %{F-}%{F#abb2bf}%a, %b %d%{F-}
label = %date%%time%
# For users having Void Linux
[module/updates]
type = custom/script
exec = ~/.config/polybar/scripts/xbps-updates
@ -242,6 +241,17 @@ label = 󰬬 %output%
label-padding =1
label-background = ${colors.color8}
label-foreground = ${colors.color1}
# For users using arch linux
[module/pacup]
type = custom/script
exec = ~/.config/polybar/scripts/pacup.sh
format = <label>
label = 󰬬 %output%
label-padding =1
label-background = ${colors.color8}
label-foreground = ${colors.color1}
[module/mem]
type = custom/script
exec = free -m | sed -n 's/^Mem:\s\+[0-9]\+\s\+\([0-9]\+\)\s.\+/\1/p'
@ -279,12 +289,21 @@ content-foreground = ${colors.color13}
content-padding = 1
click-left = ~/.config/polybar/scripts/powermenu.sh
[module/xbacklight]
type = internal/xbacklight
format = <label>
format-prefix = " "
label = %percentage%
format-prefix-foreground = #e5c07b
label-foreground = #abb2bf
format-padding = 1
[module/wlan]
type = internal/network
interface = wlp2s0
interval = 3.0
format-connected = <label-connected>
label-connected = "󰤨 "
label-connected = "󰤧 "
label-connected-foreground = ${colors.color4}
label-disconnected = "󰤭 "
label-disconnedted-foreground = ${colors.color4}
@ -358,5 +377,3 @@ label-padding = 1
label-empty = ""
;label-empty-foreground = ${color.blue-light}
label-empty-padding = 2