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
|
||||
export RUSTUP_HOME="${XDG_DATA_HOME}/rustup"
|
||||
export PATH="${XDG_DATA_HOME}/cargo/bin:${PATH}"
|
||||
|
||||
# wine
|
||||
export WINEPREFIX="${XDG_DATA_HOME}/wine"
|
||||
|
|
|
@ -17,8 +17,8 @@ y = 20
|
|||
shape = "Block"
|
||||
blinking = "On"
|
||||
|
||||
{{ if eq .chezmoi.hostname "helix" -}}
|
||||
[font]
|
||||
{{ if eq .chezmoi.hostname "helix" -}}
|
||||
size = 16
|
||||
{{- else }}
|
||||
size = 13
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
### Icons ###
|
||||
|
||||
enable_recursive_icon_lookup = true
|
||||
icon_theme = "Qogir-dark, Papirus-Dark, Adwaita"
|
||||
icon_theme = "Colloid-Grey-Dark, Papirus-Dark, Adwaita"
|
||||
icon_position = left
|
||||
min_icon_size = 32
|
||||
max_icon_size = 128
|
||||
|
|
|
@ -282,7 +282,8 @@ bar:
|
|||
text: " {name}: {dl-speed:mb} mb/s down / {ul-speed:mb} mb/s up",
|
||||
}
|
||||
conditions:
|
||||
state == down: { string: { text: , font: *awesome } }
|
||||
state == down: { string: { text: "", font: *awesome } }
|
||||
# state == down: { string: { text: , font: *awesome } }
|
||||
ipv4 == "":
|
||||
- string: { text: , font: *awesome }
|
||||
- string:
|
||||
|
|
Loading…
Reference in a new issue