This commit is contained in:
Roland Thomas Jr 2023-08-31 22:13:06 -04:00
parent 3052f9c6eb
commit 3fe0541ba1
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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