mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 01:43:10 -05:00
Compare commits
4 commits
7fd5d52b26
...
03e56fe20c
Author | SHA1 | Date | |
---|---|---|---|
03e56fe20c | |||
39933c7e7d | |||
4cc4f7bee2 | |||
6edea7c6a5 |
4 changed files with 5 additions and 3 deletions
|
@ -63,6 +63,7 @@ eval "$(pyenv init -)"
|
||||||
|
|
||||||
# rust
|
# rust
|
||||||
export RUSTUP_HOME="${XDG_DATA_HOME}/rustup"
|
export RUSTUP_HOME="${XDG_DATA_HOME}/rustup"
|
||||||
|
export PATH="${XDG_DATA_HOME}/cargo/bin:${PATH}"
|
||||||
|
|
||||||
# wine
|
# wine
|
||||||
export WINEPREFIX="${XDG_DATA_HOME}/wine"
|
export WINEPREFIX="${XDG_DATA_HOME}/wine"
|
||||||
|
|
|
@ -17,8 +17,8 @@ y = 20
|
||||||
shape = "Block"
|
shape = "Block"
|
||||||
blinking = "On"
|
blinking = "On"
|
||||||
|
|
||||||
{{ if eq .chezmoi.hostname "helix" -}}
|
|
||||||
[font]
|
[font]
|
||||||
|
{{ if eq .chezmoi.hostname "helix" -}}
|
||||||
size = 16
|
size = 16
|
||||||
{{- else }}
|
{{- else }}
|
||||||
size = 13
|
size = 13
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
### Icons ###
|
### Icons ###
|
||||||
|
|
||||||
enable_recursive_icon_lookup = true
|
enable_recursive_icon_lookup = true
|
||||||
icon_theme = "Qogir-dark, Papirus-Dark, Adwaita"
|
icon_theme = "Colloid-Grey-Dark, Papirus-Dark, Adwaita"
|
||||||
icon_position = left
|
icon_position = left
|
||||||
min_icon_size = 32
|
min_icon_size = 32
|
||||||
max_icon_size = 128
|
max_icon_size = 128
|
||||||
|
|
|
@ -282,7 +282,8 @@ bar:
|
||||||
text: " {name}: {dl-speed:mb} mb/s down / {ul-speed:mb} mb/s up",
|
text: " {name}: {dl-speed:mb} mb/s down / {ul-speed:mb} mb/s up",
|
||||||
}
|
}
|
||||||
conditions:
|
conditions:
|
||||||
state == down: { string: { text: , font: *awesome } }
|
state == down: { string: { text: "", font: *awesome } }
|
||||||
|
# state == down: { string: { text: , font: *awesome } }
|
||||||
ipv4 == "":
|
ipv4 == "":
|
||||||
- string: { text: , font: *awesome }
|
- string: { text: , font: *awesome }
|
||||||
- string:
|
- string:
|
||||||
|
|
Loading…
Reference in a new issue