Files
superior_dotfiles/private_dot_config/yazi/init.lua
Szymon P 90e4016ee8 Update .config/btop/btop.conf
Update .config/hypr/hypridle.conf
Update .config/hypr/hyprland/binds/open_apps.conf
Update .config/hypr/hyprland/binds/power.conf
Update .config/yazi/init.lua
Update .config/yazi/package.toml
Update .local/bin/system_setup.sh
2025-11-01 14:50:30 +01:00

8 lines
230 B
Lua

require("full-border"):setup()
Header:children_add(function()
if ya.target_family() ~= "unix" then
return ""
end
return ui.Span(ya.user_name() .. "@" .. ya.host_name() .. ":"):fg("blue")
end, 500, Header.LEFT)