forked from Shinonome/dots-hyprland
stuff
This commit is contained in:
Executable
+78
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"height": 30,
|
||||
"position": "bottom",
|
||||
"spacing": 0,
|
||||
"exclusive": false,
|
||||
"margin-bottom": 50,
|
||||
"margin-right": 210,
|
||||
"margin-left": 1600,
|
||||
"fixed-center": false,
|
||||
|
||||
"modules-left": [
|
||||
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"tray",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
],
|
||||
|
||||
"custom/weather": {
|
||||
"exec": "curl 'https://wttr.in/?format=1' | tr -d '+'",
|
||||
"interval": 1800
|
||||
},
|
||||
|
||||
"custom/start": {
|
||||
"format": " ",
|
||||
"on-click": "~/.config/eww/scripts/toggle-overview.sh"
|
||||
},
|
||||
|
||||
"wlr/taskbar": {
|
||||
"format": "{icon}",
|
||||
"icon-size": 24,
|
||||
"tooltip-format": "{title}",
|
||||
"on-click": "activate",
|
||||
"on-click-middle": "close",
|
||||
},
|
||||
|
||||
"clock": {
|
||||
"format": " {:%I:%M %p%n%e/%m/%G}",
|
||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||
"format-alt": " {:%Y-%m-%d}"
|
||||
},
|
||||
|
||||
"tray": {
|
||||
"spacing": 8
|
||||
},
|
||||
|
||||
"pulseaudio": {
|
||||
"format": "{icon}",
|
||||
"format-bluetooth": "{volume}% {icon} {format_source}",
|
||||
"format-bluetooth-muted": " {icon} {format_source}",
|
||||
"format-muted": " {format_source}",
|
||||
"format-source": " {volume}",
|
||||
"format-source-muted": "",
|
||||
"format-icons": {
|
||||
"headphone": "",
|
||||
"hands-free": "",
|
||||
"headset": "",
|
||||
"phone": "",
|
||||
"portable": "",
|
||||
"car": "",
|
||||
"default": ["", "", ""]
|
||||
},
|
||||
"tooltip-format": "{format_source}%",
|
||||
"on-click": "easyeffects"
|
||||
},
|
||||
"network": {
|
||||
"format-wifi": "",
|
||||
"format-ethernet": "",
|
||||
"tooltip-format": "{ifname} via {gwaddr} ",
|
||||
"format-linked": "{ifname} (No IP) ",
|
||||
"format-disconnected": "Disconnected ⚠",
|
||||
"on-click": "alacritty -e nmtui"
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user