desktop/niri: add border around walker

programs/syncthing: add morphius
config/users: add morphius

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-05-28 12:08:58 +03:00
parent f0ecc5bdb9
commit d81c644665
3 changed files with 7 additions and 6 deletions

View File

@ -230,14 +230,13 @@
}
#window {
background: none;
background: @base00;
color: @base05;
border-radius: 20px;
border: 3px solid @base0D;
}
#box {
border-radius: 20px;
border-width: 4px;
border-color: @base0D;
background: @base00;
}