mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 12:10:38 +02:00
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
8 lines
230 B
Lua
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)
|