changes..
This commit is contained in:
parent
d862d95819
commit
60156b284e
|
|
@ -18,6 +18,7 @@ module-margin-right = 1
|
||||||
font-1 = Ubuntu Mono derivative Powerline:size=10;1
|
font-1 = Ubuntu Mono derivative Powerline:size=10;1
|
||||||
font-0 = FontAwesome:size=10.5;1
|
font-0 = FontAwesome:size=10.5;1
|
||||||
font-2 = Material Icons:size=12;3
|
font-2 = Material Icons:size=12;3
|
||||||
|
font-3 = Openlogos:size=12;3
|
||||||
;font-2 = "Font Awesome 5 Free:style=Regular:size=12;3"
|
;font-2 = "Font Awesome 5 Free:style=Regular:size=12;3"
|
||||||
;font-3 = "Font Awesome 5 Free:style=Solid:size=12;3"
|
;font-3 = "Font Awesome 5 Free:style=Solid:size=12;3"
|
||||||
;font-4 = "Font Awesome 5 Brands:style=Regular:size=12;3"
|
;font-4 = "Font Awesome 5 Brands:style=Regular:size=12;3"
|
||||||
|
|
|
||||||
|
|
@ -124,8 +124,8 @@ format-prefix = " "
|
||||||
type = custom/script
|
type = custom/script
|
||||||
interval = 256
|
interval = 256
|
||||||
format = "<label> "
|
format = "<label> "
|
||||||
format-prefix = " "
|
;format-prefix = " "
|
||||||
;format-prefix = ""
|
format-prefix = "B"
|
||||||
format-prefix-foreground = ${colors.foreground}
|
format-prefix-foreground = ${colors.foreground}
|
||||||
exec = echo "$(uname -nr)"
|
exec = echo "$(uname -nr)"
|
||||||
|
|
||||||
|
|
@ -153,8 +153,7 @@ type = custom/script
|
||||||
exec = "~/.config/Scripts/arch-updates.sh -s"
|
exec = "~/.config/Scripts/arch-updates.sh -s"
|
||||||
tail = true
|
tail = true
|
||||||
format = <label>
|
format = <label>
|
||||||
;format-prefix = " "
|
format-prefix = " "
|
||||||
format-prefix = " "
|
|
||||||
format-prefix-foreground = ${colors.foreground}
|
format-prefix-foreground = ${colors.foreground}
|
||||||
click-left = st -e yay --noconfirm -Syu
|
click-left = st -e yay --noconfirm -Syu
|
||||||
click-right = "~/.config/Scripts/arch-updates.sh -c&"
|
click-right = "~/.config/Scripts/arch-updates.sh -c&"
|
||||||
|
|
@ -511,9 +510,11 @@ type = internal/network
|
||||||
interface = wlp2s0
|
interface = wlp2s0
|
||||||
interval = 3.0
|
interval = 3.0
|
||||||
format-connected = <label-connected>
|
format-connected = <label-connected>
|
||||||
label-connected = %essid% %signal% %upspeed% %downspeed%
|
label-connected = %essid% %signal% %upspeed:8% %downspeed:8%
|
||||||
label-disconnected = "%{A1:connman-gtk &:}%{A}"
|
label-disconnected =
|
||||||
label-disconnected-foreground = #5b
|
label-disconnected-foreground = ${colors.foreground}
|
||||||
|
;label-disconnected = "%{A1:connman-gtk &:}%{A}"
|
||||||
|
;label-disconnected-foreground = #5b
|
||||||
ramp-signal-0 =
|
ramp-signal-0 =
|
||||||
ramp-signal-1 =
|
ramp-signal-1 =
|
||||||
ramp-signal-2 =
|
ramp-signal-2 =
|
||||||
|
|
@ -521,6 +522,11 @@ ramp-signal-3 =
|
||||||
ramp-signal-4 =
|
ramp-signal-4 =
|
||||||
ramp-signal-foreground = ${colors.foreground}
|
ramp-signal-foreground = ${colors.foreground}
|
||||||
format-connected-foreground = ${colors.foreground}
|
format-connected-foreground = ${colors.foreground}
|
||||||
|
animation-packetloss-0 = ⚠
|
||||||
|
animation-packetloss-0-foreground = ${colors.foreground}
|
||||||
|
animation-packetloss-1 =
|
||||||
|
animation-packetloss-1-foreground = ${colors.foreground-alt}
|
||||||
|
animation-packetloss-framerate = 500
|
||||||
|
|
||||||
[module/powermenu]
|
[module/powermenu]
|
||||||
type = custom/menu
|
type = custom/menu
|
||||||
|
|
|
||||||
|
|
@ -153,8 +153,7 @@ type = custom/script
|
||||||
exec = "~/.config/Scripts/arch-updates.sh -s"
|
exec = "~/.config/Scripts/arch-updates.sh -s"
|
||||||
tail = true
|
tail = true
|
||||||
format = <label>
|
format = <label>
|
||||||
;format-prefix = " "
|
format-prefix = " "
|
||||||
format-prefix = " "
|
|
||||||
format-prefix-foreground = ${{colors.foreground}}
|
format-prefix-foreground = ${{colors.foreground}}
|
||||||
click-left = st -e yay --noconfirm -Syu
|
click-left = st -e yay --noconfirm -Syu
|
||||||
click-right = "~/.config/Scripts/arch-updates.sh -c&"
|
click-right = "~/.config/Scripts/arch-updates.sh -c&"
|
||||||
|
|
@ -512,8 +511,10 @@ interface = wlp2s0
|
||||||
interval = 3.0
|
interval = 3.0
|
||||||
format-connected = <label-connected>
|
format-connected = <label-connected>
|
||||||
label-connected = %essid% %signal% %upspeed% %downspeed%
|
label-connected = %essid% %signal% %upspeed% %downspeed%
|
||||||
label-disconnected = "%{{A1:connman-gtk &:}}%{{A}}"
|
label-disconnected =
|
||||||
label-disconnected-foreground = #5b
|
label-disconnected-foreground = ${colors.foreground}
|
||||||
|
;label-disconnected = "%{{A1:connman-gtk &:}}%{{A}}"
|
||||||
|
;label-disconnected-foreground = #5b
|
||||||
ramp-signal-0 =
|
ramp-signal-0 =
|
||||||
ramp-signal-1 =
|
ramp-signal-1 =
|
||||||
ramp-signal-2 =
|
ramp-signal-2 =
|
||||||
|
|
@ -521,6 +522,10 @@ ramp-signal-3 =
|
||||||
ramp-signal-4 =
|
ramp-signal-4 =
|
||||||
ramp-signal-foreground = ${{colors.foreground}}
|
ramp-signal-foreground = ${{colors.foreground}}
|
||||||
format-connected-foreground = ${{colors.foreground}}
|
format-connected-foreground = ${{colors.foreground}}
|
||||||
|
animation-packetloss-0-foreground = ${colors.foreground}
|
||||||
|
animation-packetloss-1 =
|
||||||
|
animation-packetloss-1-foreground = ${colors.foreground-alt}
|
||||||
|
animation-packetloss-framerate = 500
|
||||||
|
|
||||||
[module/powermenu]
|
[module/powermenu]
|
||||||
type = custom/menu
|
type = custom/menu
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
alsa-utils
|
alsa-utils
|
||||||
|
android-file-transfer
|
||||||
arandr
|
arandr
|
||||||
|
atool
|
||||||
autoconf
|
autoconf
|
||||||
autofs
|
autofs
|
||||||
automake
|
automake
|
||||||
|
|
@ -65,6 +67,7 @@ grep
|
||||||
groff
|
groff
|
||||||
gtop
|
gtop
|
||||||
gucharmap-gtk2
|
gucharmap-gtk2
|
||||||
|
gvfs-mtp
|
||||||
gzip
|
gzip
|
||||||
hideit.sh-git
|
hideit.sh-git
|
||||||
htop
|
htop
|
||||||
|
|
@ -100,6 +103,7 @@ m4
|
||||||
make
|
make
|
||||||
man-db
|
man-db
|
||||||
man-pages
|
man-pages
|
||||||
|
mcomix-gtk3-git
|
||||||
mdadm
|
mdadm
|
||||||
mlocate
|
mlocate
|
||||||
mopidy
|
mopidy
|
||||||
|
|
@ -125,19 +129,18 @@ noto-fonts-emoji
|
||||||
numix-cursor-theme
|
numix-cursor-theme
|
||||||
oomox-git
|
oomox-git
|
||||||
openvpn
|
openvpn
|
||||||
|
otf-font-awesome
|
||||||
otf-font-awesome-4
|
otf-font-awesome-4
|
||||||
p7zip
|
p7zip
|
||||||
pac-util-git
|
pac-util-git
|
||||||
pacman
|
pacman
|
||||||
pacmarge
|
pacmarge
|
||||||
papirus-icon-theme
|
|
||||||
pass
|
pass
|
||||||
patch
|
patch
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pciutils
|
pciutils
|
||||||
pcmanfm
|
pcmanfm
|
||||||
perl
|
perl
|
||||||
pikaur
|
|
||||||
pkgconf
|
pkgconf
|
||||||
polkit-gnome
|
polkit-gnome
|
||||||
polybar-git
|
polybar-git
|
||||||
|
|
@ -151,12 +154,15 @@ python-mpd2
|
||||||
python-mpv-git
|
python-mpv-git
|
||||||
python-musicbrainzngs
|
python-musicbrainzngs
|
||||||
python-mutagen
|
python-mutagen
|
||||||
|
python-pillow
|
||||||
python-pip
|
python-pip
|
||||||
python-pyqt5
|
python-pyqt5
|
||||||
python-pywal
|
python-pywal
|
||||||
python-setuptools
|
python-setuptools
|
||||||
|
python-ueberzug-nosimd-git
|
||||||
python2-dbus
|
python2-dbus
|
||||||
python2-mpd
|
python2-mpd
|
||||||
|
python2-pillow
|
||||||
python2-pip
|
python2-pip
|
||||||
ranger-git
|
ranger-git
|
||||||
reflector
|
reflector
|
||||||
|
|
@ -185,13 +191,14 @@ task-spooler
|
||||||
texinfo
|
texinfo
|
||||||
tmux
|
tmux
|
||||||
ttf-liberation
|
ttf-liberation
|
||||||
ttf-material-icons
|
ttf-material-icons-git
|
||||||
ttf-openlogos-archupdate
|
ttf-openlogos-archupdate
|
||||||
ttf-unifont
|
ttf-unifont
|
||||||
twmn-git
|
twmn-git
|
||||||
udiskie
|
udiskie
|
||||||
udisks2
|
udisks2
|
||||||
unclutter
|
unclutter
|
||||||
|
unrar
|
||||||
unzip
|
unzip
|
||||||
upower
|
upower
|
||||||
usbutils
|
usbutils
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue