some changes..
This commit is contained in:
parent
fa68744a6e
commit
5fccf8a984
|
|
@ -52,7 +52,7 @@ client.background $black
|
|||
###---Starting External Scripts---###
|
||||
|
||||
#Start mopidy
|
||||
exec --no-startup-id mopidy &
|
||||
#exec --no-startup-id mopidy &
|
||||
#Twmn
|
||||
exec --no-startup-id twmnd &
|
||||
#Album art for mpd/mopidy
|
||||
|
|
@ -296,6 +296,7 @@ for_window [window_role="GtkFileChooserDialog"] resize shrink height 10 px
|
|||
for_window [class="mpv"] floating enable
|
||||
for_window [class="feh"] floating enable
|
||||
for_window [instance="^package-update$" class="^st$"] floating enable, move position center
|
||||
for_window [class="Yad"] floating enable
|
||||
|
||||
###---Function Buttons---###
|
||||
|
||||
|
|
|
|||
|
|
@ -15,6 +15,5 @@ padding-right = 1
|
|||
module-margin-left = 1
|
||||
module-margin-right = 1
|
||||
font-0 = TamzenForPowerline:pixelsize=12;1
|
||||
font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
||||
font-2 = FontAwesome:size=10.5;1
|
||||
font-3 = Material Icons:size=12;3
|
||||
font-1 = FontAwesome:size=10.5;1
|
||||
font-2 = Material Icons:size=12;3
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ monitor = ${env:MONITOR:eDP-1}
|
|||
include-file = ~/.config/polybar/top-bar
|
||||
modules-left = i3
|
||||
modules-center = term chrome editor fm music vpn
|
||||
modules-right = pkg pulseaudio-rofi-output battery backlight wlan networkmanager date clock
|
||||
modules-right = wlan networkmanager p1 pkg p2 pulseaudio-rofi-output p3 battery p4 backlight p5 popup-calendar powermenu
|
||||
|
||||
;tray-position = right
|
||||
;tray-padding = 2
|
||||
|
|
@ -92,6 +92,12 @@ format-padding = 1
|
|||
;bar-fill = ─
|
||||
;bar-empty = ─
|
||||
|
||||
[module/popup-calendar]
|
||||
type = custom/script
|
||||
exec = ~/.config/Scripts/popup-calendar.sh
|
||||
interval = 5
|
||||
click-left = ~/.config/Scripts/popup-calendar.sh --popup
|
||||
|
||||
[module/vpncheck]
|
||||
type = custom/script
|
||||
exec = pgrep openvpn
|
||||
|
|
@ -104,8 +110,8 @@ format-prefix = " "
|
|||
type = custom/script
|
||||
interval = 256
|
||||
format = "<label> "
|
||||
format-prefix = " "
|
||||
;format-prefix = " "
|
||||
;format-prefix = " "
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
exec = echo "$(uname -nr)"
|
||||
|
||||
|
|
@ -133,7 +139,8 @@ type = custom/script
|
|||
exec = "~/.config/Scripts/arch-updates.sh -s"
|
||||
tail = true
|
||||
format = <label>
|
||||
format-prefix = " "
|
||||
;format-prefix = " "
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
click-left = st -e yay --noconfirm -Syu
|
||||
click-right = "~/.config/Scripts/arch-updates.sh -c&"
|
||||
|
|
@ -457,6 +464,41 @@ format-prefix-foreground = ${colors.foreground-alt}
|
|||
exec = ~/.config/Scripts/mail.sh
|
||||
click-left = chromium https://inbox.google.com &
|
||||
|
||||
[module/p1]
|
||||
type = custom/text
|
||||
content = "|"
|
||||
content-font = 2
|
||||
content-foreground = ${colors.foreground}
|
||||
content-background = #00FFFFFF
|
||||
|
||||
[module/p2]
|
||||
type = custom/text
|
||||
content = "|"
|
||||
content-font = 2
|
||||
content-foreground = ${colors.foreground}
|
||||
content-background = #00FFFFFF
|
||||
|
||||
[module/p3]
|
||||
type = custom/text
|
||||
content = "|"
|
||||
content-font = 2
|
||||
content-foreground = ${colors.foreground}
|
||||
content-background = #00FFFFFF
|
||||
|
||||
[module/p4]
|
||||
type = custom/text
|
||||
content = "|"
|
||||
content-font = 2
|
||||
content-foreground = ${colors.foreground}
|
||||
content-background = #00FFFFFF
|
||||
|
||||
[module/p5]
|
||||
type = custom/text
|
||||
content = "|"
|
||||
content-font = 2
|
||||
content-foreground = ${colors.foreground}
|
||||
content-background = #00FFFFFF
|
||||
|
||||
[settings]
|
||||
screenchange-reload = true
|
||||
;compositing-background = xor
|
||||
|
|
|
|||
|
|
@ -14,10 +14,8 @@ padding-right = 1
|
|||
module-margin-left = 1
|
||||
module-margin-right = 1
|
||||
font-0 = TamzenForPowerline:pixelsize=12;1
|
||||
;font-0 = TerminessTTF Nerd Font:pixelsize=10;1
|
||||
font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
||||
font-2 = FontAwesome:size=10;1
|
||||
font-3 = Material Icons:size=10;2
|
||||
font-1 = FontAwesome:size=10;1
|
||||
font-2 = Material Icons:size=10;2
|
||||
scroll-up = i3wm-wsnext
|
||||
scroll-down = i3wm-wsprev
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue