1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-26 13:33:54 +01:00
This commit is contained in:
Nick Boughton 2021-01-03 02:11:19 +00:00
parent d93a6b0564
commit 6a306bccfe
3 changed files with 20 additions and 11 deletions

10
azote/azoterc Normal file

@ -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"
}

@ -179,20 +179,20 @@
"modules-left": ["custom/weather", "wlr/taskbar"], "modules-left": ["custom/weather", "wlr/taskbar"],
"modules-center": [], "modules-center": [],
"modules-right": ["custom/spotify"], "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": { "custom/weather": {
"format": "{}", "format": "{}",
"exec": "~/.config/waybar/modules/weather.sh", "exec": "~/.config/waybar/modules/weather.sh",
"interval": 3600 "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": { "custom/spotify": {
"interval": 1, "interval": 1,
"return-type": "json", "return-type": "json",

@ -116,7 +116,7 @@ window#waybar {
} }
#taskbar { #taskbar {
padding-left: 0px; padding: 0px;
} }
#taskbar button { #taskbar button {
border-radius: 4px; border-radius: 4px;
@ -126,7 +126,6 @@ window#waybar {
text-shadow: 1px 1px 1px #2e3440; text-shadow: 1px 1px 1px #2e3440;
} }
#taskbar button.active { #taskbar button.active {
/*background: rgba(180, 142, 173, 0.7);*/
background: rgba(94,129,172,0.7); background: rgba(94,129,172,0.7);
} }