hyprland swaync und cliphist & nvim merge + animate
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user