From f4c1b63272c20bb374f8f902c56a18151765e53f Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 21 Nov 2022 15:37:30 +0000 Subject: [PATCH] Add file title. Add licensing. Add versioning system. Remove unnecessary comments. --- waybar/style.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/waybar/style.css b/waybar/style.css index 19fcb06..b7a098d 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -1,5 +1,12 @@ +/* Waybar - Styling */ + +/* Copyright 2022 Inference */ +/* License: BSD 3-Clause Clear */ + +/* 0.0.0.0 */ + + * { - /* `otf-font-awesome` is required to be installed for icons */ font-family: Terminus; font-size: 14px; } @@ -20,9 +27,6 @@ window#waybar { padding: 0 12px; background-color: #000000; color: #bcbcbc; - /* Use box-shadow instead of border so the text isn't offset */ - /*box-shadow: inset 0 -3px transparent;*/ - /* Avoid rounded borders under each workspace name */ border: none; border-radius: 0; }