Updates
This commit is contained in:
parent
3052f9c6eb
commit
3fe0541ba1
|
@ -23,6 +23,7 @@ end
|
||||||
if status --is-login
|
if status --is-login
|
||||||
fish_add_path "$HOME/.local/bin"
|
fish_add_path "$HOME/.local/bin"
|
||||||
fish_add_path "$HOME/.cargo/bin"
|
fish_add_path "$HOME/.cargo/bin"
|
||||||
|
fish_add_path "$HOME/go/bin"
|
||||||
fish_add_path "/usr/lib/xsecurelock"
|
fish_add_path "/usr/lib/xsecurelock"
|
||||||
fish_add_path "$HOME/.local/share/gem/ruby/3.0.0/bin"
|
fish_add_path "$HOME/.local/share/gem/ruby/3.0.0/bin"
|
||||||
# Check if DISPLAY is set
|
# Check if DISPLAY is set
|
||||||
|
|
|
@ -519,6 +519,12 @@ screens = [
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
|
# widget.Image(
|
||||||
|
# background=nord['nord0'],
|
||||||
|
# filename=f'{images_dir}/DevSecLife_Logo-01.png',
|
||||||
|
# margin=2,
|
||||||
|
# mouse_callbacks={'Button1':lazy.spawn(rofi)},
|
||||||
|
# ),
|
||||||
widget.Spacer(
|
widget.Spacer(
|
||||||
background=nord['nord0'],
|
background=nord['nord0'],
|
||||||
length=6
|
length=6
|
||||||
|
|
Loading…
Reference in New Issue