]> Freerunner's - dotfiles.git/commitdiff
swaync: alignment with waybar
authorAndre Ramnitz <tux.rising@gmail.com>
Sun, 25 Aug 2024 18:55:54 +0000 (20:55 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Mon, 26 Aug 2024 13:52:01 +0000 (15:52 +0200)
config/swaync/config.json
config/swaync/style.css

index eaf56f07456425ffb93d1038a87bdb0b04d94a3a..b87b222600e796c560f7424caa56b55a7d6b89af 100644 (file)
@@ -4,7 +4,7 @@
   "positionY": "top",
   "control-center-margin-top": 2,
   "control-center-margin-bottom": 2,
-  "control-center-margin-right": 1,
+  "control-center-margin-right": 840,
   "control-center-margin-left": 0,
   "notification-icon-size": 64,
   "notification-body-image-height": 100,
index 2caf63346d3ba81a13aa922eaaeb8c4369712a0e..856f99ed6f307f1ac63cd7cac3c6149d58a101ed 100644 (file)
 }
 
 
-
 /* Widget VOLUME (not ready yet)
 ──────────────────────────────────────────────────────────────────────────────
 */
   margin: 2px;
 }
 
-/* voll nutte, der eigentliche text ist >label */
+.power-buttons>button:hover {
+    background: @bt7;
+}
+
+/* items of the drop-down menu */
 .power-buttons>button>label {
   background-color: @yellow;
   color: @bs;
   font-size: 1.5rem;
-}
-
-.power-buttons>button:hover {
-    background: @bt7;
+  opacity: 0.8;
+  transition: all 0.3s ease;
+  animation: colored-gradient 10s ease infinite;
 }
 
 
-
-/* Widget POWERMENU
+/* Widget MENUBAR
 ──────────────────────────────────────────────────────────────────────────────
 */
 .widget-menubar>box>.menu-button-bar>button {
   background: @noti-bg-hover;
 }
 
-/*ganz oben 2.+3. von links*/
 .topbar-buttons>button {
   background: @noti-bg;
   box-shadow: none;
 }
 
 
-
 /* Widget BUTTONGRID (not ready yet)
 ──────────────────────────────────────────────────────────────────────────────
 */
   background-color: @yellow;
   color: @bs;
   font-size: 1.5rem;
+  opacity: 0.8;
+  transition: all 0.3s ease;
+  animation: colored-gradient 10s ease infinite;
 }
 
-.powermode-buttons>button>label {
-  background-color: @yellow;
-  color: @bs;
-}
-
-.powermode-buttons>button>label:hover {
-  background: @noti-bg-hover;
-}
-
-
-
 /* NOTIFICATIONS Collapse/expand buttons
 ──────────────────────────────────────────────────────────────────────────────
 */