diff --git a/style.css b/style.css index de33915..efeedac 100644 --- a/style.css +++ b/style.css @@ -13,7 +13,7 @@ by Stephan Raabe (2023) /* ----------------------------------------------------- * Import Pywal colors * ----------------------------------------------------- */ -@import '../../.cache/wal/colors-waybar.css'; +/*@import '../../.cache/wal/colors-waybar.css';*/ /* ----------------------------------------------------- * General @@ -28,33 +28,35 @@ by Stephan Raabe (2023) /* } */ window { - font-family: Hurmit Nerd Font; - font-size: 16pt; - color: #cdd6f4; /* text */ - background-color: rgba(54, 56, 64, 0.73); + font-family: Hurmit Nerd Font; + font-size: 16pt; + color: #cdd6f4; /* text */ + background-color: rgba(54, 56, 64, 0.73); } button { - color: @color7; - font-size:20px; + color: @color7; + font-size: 20px; - background-repeat: no-repeat; - background-position: center; - background-size: 25%; + background-repeat: no-repeat; + background-position: center; + background-size: 25%; - border-style: solid; - background-color: rgba(12, 12, 12, 0.5); - border: 3px solid @color6; + border-style: solid; + background-color: rgba(12, 12, 12, 0.5); + border: 3px solid @color6; - box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); + box-shadow: + 0 4px 8px 0 rgba(0, 0, 0, 0.2), + 0 6px 20px 0 rgba(0, 0, 0, 0.19); } button:focus, button:active, button:hover { - color: @color11; - background-color: rgba(12, 12, 12, 0.5); - border: 3px solid @color2; + color: @color11; + background-color: rgba(12, 12, 12, 0.5); + border: 3px solid @color2; } /* @@ -64,37 +66,37 @@ Buttons */ #lock { - margin: 16px; - border-radius: 20px; - background-image: image(url("icons/lock.png")); + margin: 16px; + border-radius: 20px; + background-image: image(url("icons/lock.png")); } #logout { - margin: 16px; - border-radius: 20px; - background-image: image(url("icons/logout.png")); + margin: 16px; + border-radius: 20px; + background-image: image(url("icons/logout.png")); } #suspend { - margin: 16px; - border-radius: 20px; - background-image: image(url("icons/suspend.png")); + margin: 16px; + border-radius: 20px; + background-image: image(url("icons/suspend.png")); } #hibernate { - margin: 16px; - border-radius: 20px; - background-image: image(url("icons/hibernate.png")); + margin: 16px; + border-radius: 20px; + background-image: image(url("icons/hibernate.png")); } #shutdown { - margin: 16px; - border-radius: 20px; - background-image: image(url("icons/shutdown.png")); + margin: 16px; + border-radius: 20px; + background-image: image(url("icons/shutdown.png")); } #reboot { - margin: 16px; - border-radius: 20px; - background-image: image(url("icons/reboot.png")); + margin: 16px; + border-radius: 20px; + background-image: image(url("icons/reboot.png")); }