feat: switch from mako to swaync and add eww widget to waybar

This commit is contained in:
matt1432 2023-06-08 01:26:21 -04:00
parent 5aabd49ad2
commit 0241c61134
11 changed files with 523 additions and 32 deletions

View file

@ -1,5 +1,4 @@
{
"ipc": true,
"height": 20,
"margin-top":5,
"margin-left":5,
@ -7,7 +6,7 @@
"spacing": 1,
"modules-left": ["custom/osk", "custom/tablet", "wlr/workspaces", "tray", "custom/mowayah"],
"modules-center": ["hyprland/window"],
"modules-right": ["pulseaudio", "backlight", "battery", "clock", "custom/quicksettings"],
"modules-right": ["pulseaudio", "backlight", "battery", "clock", "custom/notif", "custom/quicksettings"],
"sway/mode": {
"format": "<span style=\"italic\">{}</span>"
},
@ -73,7 +72,7 @@
},
"custom/osk": {
"format":" 󰌌 ",
"on-click": "$HOME/.config/sway/scripts/tablet/osk-toggle.sh",
"on-click": "$HOME/.config/hypr/scripts/tablet/osk-toggle.sh",
"restart-interval": 1,
},
@ -97,11 +96,16 @@
"default": ""
}
},
"custom/tablet": {
"format":" 󰦧 ",
//"on-click": "$HOME/.config/sway/scripts/tablet/tablet-toggle.sh",
//"on-click": "$HOME/.config/hypr/scripts/tablet/tablet-toggle.sh",
"restart-interval": 1,
},
"custom/notif": {
"format": " 󰂜 "
},
"custom/mowayah": {
"exec": "$HOME/.config/waybar/scripts/heart.sh",

View file

@ -127,3 +127,9 @@
background-color: rgba(0, 0, 0, 0);
padding: 0 8px 0 0;
}
#custom-notif {
min-width: 110px;
color: #CBA6F7;
font-size: 26px;
}