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
33
home/private_dot_config/nwg-bar/style.css
Normal file
33
home/private_dot_config/nwg-bar/style.css
Normal file
|
@ -0,0 +1,33 @@
|
|||
window {
|
||||
background-color: #2e3440;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
/* Outer bar container, takes all the window width/height */
|
||||
#outer-box {
|
||||
margin: 5px
|
||||
}
|
||||
|
||||
/* Inner bar container, surrounds buttons */
|
||||
#inner-box {
|
||||
border: none;
|
||||
padding: 5px;
|
||||
margin: 5px
|
||||
}
|
||||
|
||||
button, image {
|
||||
background: none;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
color: #d8dee9;
|
||||
}
|
||||
|
||||
button {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
margin: 5px
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: #5E81AC;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue