diff --git a/nwg-launchers/nwgbar/bar.json b/nwg-launchers/nwgbar/bar.json index bc9479f..fbe6213 100644 --- a/nwg-launchers/nwgbar/bar.json +++ b/nwg-launchers/nwgbar/bar.json @@ -2,21 +2,21 @@ { "name": "Lock screen", "exec": "swaylock -f -c 000000", - "icon": "system-lock-screen" + "icon": "/usr/share/nwg-launchers/nwgbar/images/lock.svg" }, { "name": "Logout", "exec": "swaymsg exit", - "icon": "system-log-out" + "icon": "/usr/share/nwg-launchers/nwgbar/images/logout.svg" }, { "name": "Reboot", "exec": "systemctl reboot", - "icon": "system-reboot" + "icon": "/usr/share/nwg-launchers/nwgbar/images/reboot.svg" }, { "name": "Shutdown", "exec": "systemctl -i poweroff", - "icon": "system-shutdown" + "icon": "/usr/share/nwg-launchers/nwgbar/images/shutdown.svg" } ] diff --git a/nwg-launchers/nwgbar/style.css b/nwg-launchers/nwgbar/style.css index 7bd7e99..ba8520e 100644 --- a/nwg-launchers/nwgbar/style.css +++ b/nwg-launchers/nwgbar/style.css @@ -1,46 +1,46 @@ #bar { - margin: 30px; /* affects top/bottom & left/right alignment */ - font-size: 24px; - font-family: Product Sans; + 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; +button, +image { + border-radius: 25px; + box-shadow: none; + color: #cad3f5; } image { - margin-bottom: 20px; + margin-bottom: 20px; } button { - /* padding-top: 10px; + /* padding-top: 10px; margin: 5px */ - padding: 100px 80px; - margin: 20px; - background: #24273a; + padding: 50px 40px; + margin: 20px; + background: #24273a; } button:hover { - background-color: #b7bdf8; - color: #24273a; - + background-color: #b7bdf8; + color: #24273a; } button:focus { - /* background-color: rgba(0, 0, 0, 0.5); */ - background-color: #b7bdf8; - color: #24273a; + /* 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 */ + 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); + background-color: rgba(36, 39, 58, 0); }