init commit
This commit is contained in:
22
nwg-launchers/nwgbar/bar.json
Normal file
22
nwg-launchers/nwgbar/bar.json
Normal file
@@ -0,0 +1,22 @@
|
||||
[
|
||||
{
|
||||
"name": "Lock screen",
|
||||
"exec": "swaylock -f -c 000000",
|
||||
"icon": "system-lock-screen"
|
||||
},
|
||||
{
|
||||
"name": "Logout",
|
||||
"exec": "swaymsg exit",
|
||||
"icon": "system-log-out"
|
||||
},
|
||||
{
|
||||
"name": "Reboot",
|
||||
"exec": "systemctl reboot",
|
||||
"icon": "system-reboot"
|
||||
},
|
||||
{
|
||||
"name": "Shutdown",
|
||||
"exec": "systemctl -i poweroff",
|
||||
"icon": "system-shutdown"
|
||||
}
|
||||
]
|
46
nwg-launchers/nwgbar/style.css
Normal file
46
nwg-launchers/nwgbar/style.css
Normal file
@@ -0,0 +1,46 @@
|
||||
#bar {
|
||||
margin: 30px; /* affects top/bottom & left/right alignment */
|
||||
font-size: 24px;
|
||||
font-family: Product Sans;
|
||||
}
|
||||
|
||||
button, image {
|
||||
border-radius: 25px;
|
||||
box-shadow: none;
|
||||
color: white;
|
||||
}
|
||||
|
||||
image {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
button {
|
||||
/* padding-top: 10px;
|
||||
margin: 5px */
|
||||
padding: 100px 80px;
|
||||
margin: 20px;
|
||||
background: #24273a;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: #b7bdf8;
|
||||
color: #24273a;
|
||||
|
||||
}
|
||||
|
||||
button:focus {
|
||||
/* background-color: rgba(0, 0, 0, 0.5); */
|
||||
background-color: #b7bdf8;
|
||||
color: #24273a;
|
||||
}
|
||||
|
||||
grid {
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
/* box-shadow: 0 0 5px black; */
|
||||
/* e.g. for common background to all buttons */
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: rgba (0, 0, 0, 0);
|
||||
}
|
44
nwg-launchers/nwggrid/style.css
Normal file
44
nwg-launchers/nwggrid/style.css
Normal file
@@ -0,0 +1,44 @@
|
||||
button, label, image {
|
||||
background: none;
|
||||
border-style: none;
|
||||
box-shadow: none;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
button {
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: rgba (255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
button:focus {
|
||||
box-shadow: 0 0 10px;
|
||||
}
|
||||
|
||||
button:checked {
|
||||
background-color: rgba (255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
#searchbox {
|
||||
background: none;
|
||||
border-color: #999;
|
||||
color: #ccc;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px
|
||||
}
|
||||
|
||||
#separator {
|
||||
background-color: rgba(200, 200, 200, 0.5);
|
||||
margin-left: 500px;
|
||||
margin-right: 500px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px
|
||||
}
|
||||
|
||||
#description {
|
||||
margin-bottom: 20px
|
||||
}
|
1
nwg-launchers/nwggrid/terminal
Normal file
1
nwg-launchers/nwggrid/terminal
Normal file
@@ -0,0 +1 @@
|
||||
alacritty -e
|
Reference in New Issue
Block a user