mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
added wired support to polybar
This commit is contained in:
parent
15e7414157
commit
b69aada352
@ -8,13 +8,13 @@
|
||||
become: True
|
||||
|
||||
- name: Install cower on [Archlinux]
|
||||
shell: curl -o PKGBUILD https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=cower; makepkg PKGBUILD --skippgpcheck --install --needed --noconfirm
|
||||
shell: curl -o PKGBUILD 'https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=cower' && makepkg PKGBUILD --skippgpcheck --install --needed --noconfirm
|
||||
args:
|
||||
creates: /usr/bin/cower
|
||||
chdir: /tmp
|
||||
|
||||
- name: Install packer on [Archlinux]
|
||||
shell: curl -o PKGBUILD https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=packer-git; makepkg PKGBUILD --install --needed --noconfirm
|
||||
shell: curl -o PKGBUILD 'https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=packer-git' && makepkg PKGBUILD --install --needed --noconfirm
|
||||
args:
|
||||
creates: /usr/bin/packer
|
||||
chdir: /tmp
|
||||
|
@ -1,3 +1,3 @@
|
||||
modules-left = i3 xwindow
|
||||
modules-center =
|
||||
modules-right = backlight volume pkg vpncheck wlan battery date
|
||||
modules-right = backlight volume pkg vpncheck wlan eth battery date
|
||||
|
@ -351,7 +351,7 @@ format-connected-underline = #9f78e1
|
||||
;format-disconnected-underline = ${self.format-connected-underline}
|
||||
|
||||
label-connected = "%{A1:connman-gtk &:}%essid%%{A}"
|
||||
label-disconnected = "%{A1:connman-gtk &:}%{A}"
|
||||
;label-disconnected = "%{A1:connman-gtk &:}%{A}"
|
||||
label-disconnected-foreground = #5b
|
||||
|
||||
ramp-signal-0 =
|
||||
@ -363,16 +363,16 @@ ramp-signal-foreground = ${colors.foreground-alt}
|
||||
|
||||
[module/eth]
|
||||
type = internal/network
|
||||
;interface = br0
|
||||
interface = eno1
|
||||
interval = 3.0
|
||||
|
||||
format-connected-underline = #55aa55
|
||||
format-connected-prefix = " "
|
||||
format-connected-foreground-foreground = ${colors.foreground-alt}
|
||||
label-connected = %local_ip%
|
||||
format-connected-underline = #9f78e1
|
||||
format-connected-prefix = " "
|
||||
format-connected-prefix-foreground = #5b
|
||||
label-connected = %ifname%
|
||||
|
||||
format-disconnected-underline = ${self.format-connected-underline}
|
||||
label-disconnected = %ifname%
|
||||
;label-disconnected = %ifname%
|
||||
label-disconnected-foreground = ${colors.foreground-alt}
|
||||
|
||||
[module/networkspeedup]
|
||||
|
@ -69,6 +69,7 @@
|
||||
shell: find /usr -name zsh-syntax-highlighting.zsh 2>/dev/null
|
||||
become: True
|
||||
check_mode: no
|
||||
changed_when: False
|
||||
register: zsh_syntax_highlighting_dir
|
||||
|
||||
- name: Configure zshrc
|
||||
|
Loading…
Reference in New Issue
Block a user