hyprland swaync und cliphist & nvim merge + animate

This commit is contained in:
Nico
2025-04-09 23:40:11 +02:00
parent a764ae7695
commit b9e3afef79
43 changed files with 1235 additions and 21 deletions

View File

@@ -1,17 +1,21 @@
{
"layer": "bottom",
"position": "top",
"height": 35,
"height": 38,
"spacing": 0,
"modules-left": ["clock", "hyprland/workspaces", "hyprland/submap"],
"modules-center": [ ],
"modules-right": ["network", "cpu", "memory", "custom/keyboard-layout", "pulseaudio", "tray"],
"modules-right": ["network", "cpu", "memory", "custom/keyboard-layout", "custom/notification", "pulseaudio", "tray"],
"custom/keyboard-layout": {
"interval": 1,
"exec": "hyprctl devices -j | jq -r '.keyboards[] | .active_keymap' | head -n1 | cut -c1-2 | tr 'a-z' 'A-Z"
"exec": "hyprctl devices -j | jq -r '.keyboards[] | .active_keymap' | head -n1 | cut -c1-2 | tr 'a-z' 'A-Z'"
},
"custom/notification": {
"on-click": "swaync-client -t",
"format": "♥"
},
"cpu": {
"interval": 5,

View File

@@ -22,6 +22,8 @@ window#waybar {
#network,
#pulseaudio,
#custom-keyboard-layout,
#custom-notification,
#tray,
#battery{
background: rgba(10,10,10,100);
opacity: 0.8;
@@ -64,7 +66,7 @@ window#waybar {
border-radius: 10px 0px 0px 10px;
}
#pulseaudio{
#tray{
border-radius: 0px 10px 10px 0px;
margin-right: 5px
}