diff --git a/azote/azoterc b/azote/azoterc new file mode 100644 index 0000000..2350510 --- /dev/null +++ b/azote/azoterc @@ -0,0 +1,10 @@ +{ + "thumb_width": "240", + "columns": "3", + "color_icon_w": "100", + "color_icon_h": "50", + "clip_prev_size": "30", + "palette_quality": "10", + "tracking_interval_seconds": "5", + "screen_measurement_delay": "300" +} \ No newline at end of file diff --git a/waybar/config b/waybar/config index 85ae773..21a2b2e 100644 --- a/waybar/config +++ b/waybar/config @@ -179,20 +179,20 @@ "modules-left": ["custom/weather", "wlr/taskbar"], "modules-center": [], "modules-right": ["custom/spotify"], - "wlr/taskbar": { - "all-outputs": false, - "format": "{icon} {title:.15}...", - "icon-theme": "DarK-svg", - "icon-size": 12, - "on-click": "activate", - "on-middle-click": "close", - "on-right-click": "minimize" - }, "custom/weather": { "format": "{}", "exec": "~/.config/waybar/modules/weather.sh", "interval": 3600 }, + "wlr/taskbar": { + "all-outputs": false, + "format": "{icon} {title:.15}...", + "icon-theme": "DarK-svg", + "icon-size": 10, + "on-click": "activate", + "on-middle-click": "close", + "on-right-click": "minimize" + }, "custom/spotify": { "interval": 1, "return-type": "json", diff --git a/waybar/style.css b/waybar/style.css index 9c0cc5c..a3acd24 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -116,7 +116,7 @@ window#waybar { } #taskbar { - padding-left: 0px; + padding: 0px; } #taskbar button { border-radius: 4px; @@ -126,7 +126,6 @@ window#waybar { text-shadow: 1px 1px 1px #2e3440; } #taskbar button.active { - /*background: rgba(180, 142, 173, 0.7);*/ background: rgba(94,129,172,0.7); }