Compare commits
3 commits
0aee1944d4
...
a9c5baeb7f
Author | SHA1 | Date | |
---|---|---|---|
a9c5baeb7f | |||
cb3e9db83c | |||
a62093d8f3 |
3 changed files with 17 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
font=JetBrainsMono Nerd Font Mono:style=Regular:size=9.5
|
font=JetBrainsMono Nerd Font Mono:style=Regular:size=10.5
|
||||||
font-bold=JetBrainsMono Nerd Font Mono:style=Bold:size=9.5
|
font-bold=JetBrainsMono Nerd Font Mono:style=Bold:size=10.5
|
||||||
font-italic=JetBrainsMono Nerd Font Mono:style=Italic:size=9.5
|
font-italic=JetBrainsMono Nerd Font Mono:style=Italic:size=10.5
|
||||||
font-bold-italic=JetBrainsMono Nerd Font Mono:style=Bold Italic:size=9.5
|
font-bold-italic=JetBrainsMono Nerd Font Mono:style=Bold Italic:size=10.5
|
||||||
letter-spacing=-0.5
|
letter-spacing=-0.5
|
||||||
|
|
||||||
pad=5x5
|
pad=5x5
|
||||||
|
|
|
@ -152,9 +152,22 @@ bar:
|
||||||
- string: {text: , font: *nerd}
|
- string: {text: , font: *nerd}
|
||||||
- string: {text: , font: *nerd}
|
- string: {text: , font: *nerd}
|
||||||
- string: {text: " {capacity}%"}
|
- string: {text: " {capacity}%"}
|
||||||
|
unknown:
|
||||||
|
- ramp:
|
||||||
|
tag: capacity
|
||||||
|
items:
|
||||||
|
- string: {text: , foreground: *accent, font: *nerd}
|
||||||
|
- string: {text: , foreground: *accent, font: *nerd}
|
||||||
|
- string: {text: , font: *nerd}
|
||||||
|
- string: {text: , font: *nerd}
|
||||||
|
- string: {text: , font: *nerd}
|
||||||
|
- string: {text: , font: *nerd}
|
||||||
|
- string: {text: , font: *nerd}
|
||||||
|
- string: {text: " {capacity}%"}
|
||||||
full:
|
full:
|
||||||
- string: {text: , foreground: *accent, font: *nerd}
|
- string: {text: , foreground: *accent, font: *nerd}
|
||||||
- string: {text: " {capacity}% full"}
|
- string: {text: " {capacity}% full"}
|
||||||
|
|
||||||
- clock:
|
- clock:
|
||||||
date-format: "%A %d of %B"
|
date-format: "%A %d of %B"
|
||||||
content:
|
content:
|
||||||
|
|
2
.profile
2
.profile
|
@ -14,8 +14,6 @@ export PATH="$HOME/.local/bin:$PATH"
|
||||||
export PATH="$HOME/go/bin:$PATH"
|
export PATH="$HOME/go/bin:$PATH"
|
||||||
# export PATH="$HOME/.local/share/theme.sh:$PATH"
|
# export PATH="$HOME/.local/share/theme.sh:$PATH"
|
||||||
|
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
|
||||||
|
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
|
|
||||||
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||||
|
|
Loading…
Reference in a new issue