feat:migrate hyprland config with nwg tools

This commit is contained in:
grassblock 2025-06-04 15:08:49 +08:00
parent 54ea69dd8e
commit fc39a811c9
251 changed files with 23198 additions and 118 deletions

View file

@ -0,0 +1,10 @@
{
"icon": "",
"icon-size": 48,
"message": "",
"timeout": 1000,
"horizontal-alignment": "",
"vertical-alignment": "",
"margin": 0,
"output": ""
}

View file

@ -0,0 +1,11 @@
window {
background-color: rgba(0, 0, 0, 0.7);
border: 1px solid #000;
border-radius: 5px
}
label {
color: #eee;
font-size: 24px;
font-weight: bold
}