feat:migrate hyprland config with nwg tools
This commit is contained in:
parent
54ea69dd8e
commit
fc39a811c9
251 changed files with 23198 additions and 118 deletions
10
home/private_dot_config/nwg-hud/config.json
Normal file
10
home/private_dot_config/nwg-hud/config.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"icon": "",
|
||||
"icon-size": 48,
|
||||
"message": "",
|
||||
"timeout": 1000,
|
||||
"horizontal-alignment": "",
|
||||
"vertical-alignment": "",
|
||||
"margin": 0,
|
||||
"output": ""
|
||||
}
|
11
home/private_dot_config/nwg-hud/style.css
Normal file
11
home/private_dot_config/nwg-hud/style.css
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue