]> Freerunner's - dotfiles.git/commitdiff
swaync: add colorpicker and update config
authorAndre Ramnitz <tux.rising@gmail.com>
Wed, 28 Aug 2024 13:47:40 +0000 (15:47 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Wed, 28 Aug 2024 13:47:40 +0000 (15:47 +0200)
config/dot-config/mpd/mpd.conf
config/dot-config/swaync/config.json
config/dot-config/swaync/style.css

index 1e624e92a497bfb700dba4e4d789ca4017a2393a..36063c0cd24c0605436232e8c218525bb04c84a2 100644 (file)
@@ -34,6 +34,6 @@ audio_output {
        name    "mpdFIFO"
        path    "/tmp/mpd.fifo"
        enabled "no"
-       format  "48000:16:2"
+       format  "44100:16:2"
 }
 
index bc49e52057ae54ffda28a5c191e4e52fbaa7b866..99efc99d7b322e7c79d6f76fb9aae413453dd9d1 100644 (file)
@@ -39,7 +39,7 @@
     "title": {
       "text": "Notifications",
       "clear-all-button": true,
-      "button-text": "Clear All"
+      "button-text": "  󰎟  "
     },
     "dnd": {
       "text": "Do Not Disturb"
           {
             "label": "󰸉",
             "command": "/home/andy/.local/bin/rndwallpaper swww"
+          },
+          {
+            "label": "󰴱",
+            "command": "/home/andy/.local/bin/wl-color-picker.sh"
           }
         ]
       }
index 856f99ed6f307f1ac63cd7cac3c6149d58a101ed..4005a1c429599fb373f193212f1791a64d4a335f 100644 (file)
   color: @ws;
   background-color: @noti-bg;
   border: 1px solid @border;
-  padding: 8px;
+  border-radius: 6px;
+  padding-left: 8px;
+  padding-right: 8px;
+  padding-top: 4px;
+  padding-bottom: 4px;
 }
 
 /* der vollständigkeit halber mal aufgelistet:
   background: transparent;
   color: @bs;
   margin: 4px; 
-  border-radius: 6px;
   padding: 4px;
+  border-radius: 6px;
 }
 
 .notification-group-collapse-button:hover,