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
38
home/private_dot_config/nwg-dock-hyprland/hyprland-3.css
Normal file
38
home/private_dot_config/nwg-dock-hyprland/hyprland-3.css
Normal file
|
@ -0,0 +1,38 @@
|
|||
* { border-radius: 0 }
|
||||
|
||||
window {
|
||||
background: #27132e;
|
||||
border-style: none;
|
||||
border-width: 1px;
|
||||
border-radius: 0;
|
||||
border-color: rgba(156, 142, 122, 0.7)
|
||||
}
|
||||
|
||||
#box {
|
||||
/* Define attributes of the box surrounding icons here */
|
||||
padding: 10px
|
||||
}
|
||||
|
||||
button, image {
|
||||
background: none;
|
||||
border-style: none;
|
||||
box-shadow: none;
|
||||
color: #999
|
||||
}
|
||||
|
||||
button {
|
||||
padding: 4px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
color: #eee;
|
||||
font-size: 12px
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
button:focus {
|
||||
box-shadow: 0 0 2px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue