Compare commits
No commits in common. "a9c5baeb7f97e27b016c089789d8e30b22d85740" and "0aee1944d41ab2c65c9eee924428d3e834083f28" have entirely different histories.
a9c5baeb7f
...
0aee1944d4
3 changed files with 6 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
||||||
font=JetBrainsMono Nerd Font Mono:style=Regular:size=10.5
|
font=JetBrainsMono Nerd Font Mono:style=Regular:size=9.5
|
||||||
font-bold=JetBrainsMono Nerd Font Mono:style=Bold:size=10.5
|
font-bold=JetBrainsMono Nerd Font Mono:style=Bold:size=9.5
|
||||||
font-italic=JetBrainsMono Nerd Font Mono:style=Italic:size=10.5
|
font-italic=JetBrainsMono Nerd Font Mono:style=Italic:size=9.5
|
||||||
font-bold-italic=JetBrainsMono Nerd Font Mono:style=Bold Italic:size=10.5
|
font-bold-italic=JetBrainsMono Nerd Font Mono:style=Bold Italic:size=9.5
|
||||||
letter-spacing=-0.5
|
letter-spacing=-0.5
|
||||||
|
|
||||||
pad=5x5
|
pad=5x5
|
||||||
|
|
|
@ -152,22 +152,9 @@ 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,6 +14,8 @@ 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