nwgbar style
This commit is contained in:
parent
f3de8024ce
commit
5a1f47bad4
@ -2,21 +2,21 @@
|
|||||||
{
|
{
|
||||||
"name": "Lock screen",
|
"name": "Lock screen",
|
||||||
"exec": "swaylock -f -c 000000",
|
"exec": "swaylock -f -c 000000",
|
||||||
"icon": "system-lock-screen"
|
"icon": "/usr/share/nwg-launchers/nwgbar/images/lock.svg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Logout",
|
"name": "Logout",
|
||||||
"exec": "swaymsg exit",
|
"exec": "swaymsg exit",
|
||||||
"icon": "system-log-out"
|
"icon": "/usr/share/nwg-launchers/nwgbar/images/logout.svg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Reboot",
|
"name": "Reboot",
|
||||||
"exec": "systemctl reboot",
|
"exec": "systemctl reboot",
|
||||||
"icon": "system-reboot"
|
"icon": "/usr/share/nwg-launchers/nwgbar/images/reboot.svg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Shutdown",
|
"name": "Shutdown",
|
||||||
"exec": "systemctl -i poweroff",
|
"exec": "systemctl -i poweroff",
|
||||||
"icon": "system-shutdown"
|
"icon": "/usr/share/nwg-launchers/nwgbar/images/shutdown.svg"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
font-family: Product Sans;
|
font-family: Product Sans;
|
||||||
}
|
}
|
||||||
|
|
||||||
button, image {
|
button,
|
||||||
|
image {
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
color: white;
|
color: #cad3f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
image {
|
image {
|
||||||
@ -17,7 +18,7 @@ image {
|
|||||||
button {
|
button {
|
||||||
/* padding-top: 10px;
|
/* padding-top: 10px;
|
||||||
margin: 5px */
|
margin: 5px */
|
||||||
padding: 100px 80px;
|
padding: 50px 40px;
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
background: #24273a;
|
background: #24273a;
|
||||||
}
|
}
|
||||||
@ -25,7 +26,6 @@ button {
|
|||||||
button:hover {
|
button:hover {
|
||||||
background-color: #b7bdf8;
|
background-color: #b7bdf8;
|
||||||
color: #24273a;
|
color: #24273a;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button:focus {
|
button:focus {
|
||||||
@ -42,5 +42,5 @@ grid {
|
|||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
background-color: rgba (0, 0, 0, 0);
|
background-color: rgba(36, 39, 58, 0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user