Add files via upload

This commit is contained in:
Dante 2024-04-15 01:07:42 -04:00 committed by GitHub
parent b4345c0687
commit 8a217a7c24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 607 additions and 260 deletions

View file

@ -1,71 +1,38 @@
{
"layer": "top", // Waybar at top layer
// "output": ["eDP-1"],
"position": "top", // Waybar position (top|bottom|left|right)
// "height": 30, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
// "spacing": 4, // Gaps between modules (4px)
// Choose the order of the modules
"modules-left": ["custom/menu", "hyprland/workspaces", "custom/updates"],
"modules-center": ["custom/playerctl", "custom/playerlabel"],
"modules-right": ["custom/swaync", "custom/chatgpt", "network", "pulseaudio", "clock", "tray", "battery", "backlight", "custom/power"],
"keyboard-state": {
"numlock": true,
"capslock": true,
"format": "{name} {icon}",
"format-icons": {
"locked": "",
"unlocked": ""
}
},
"sway/mode": {
"format": "<span style=\"italic\">{}</span>"
},
"sway/scratchpad": {
"format": "{icon} {count}",
"show-empty": false,
"format-icons": ["", ""],
"tooltip": true,
"tooltip-format": "{app}: {title}"
},
"mpd": {
"format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ⸨{songPosition}|{queueLength}⸩ {volume}% ",
"format-disconnected": "Disconnected ",
"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ",
"unknown-tag": "N/A",
"interval": 2,
"consume-icons": {
"on": " "
},
"random-icons": {
"off": "<span color=\"#f53c3c\"></span> ",
"on": " "
},
"repeat-icons": {
"on": " "
},
"single-icons": {
"on": "1 "
},
"state-icons": {
"paused": "",
"playing": ""
},
"tooltip-format": "MPD (connected)",
"tooltip-format-disconnected": "MPD (disconnected)"
},
"idle_inhibitor": {
"format": "󰥔"
},
{
"layer": "top", // Waybar at top layer
// "output": "DP-1",
"position": "top", // Waybar position (top|bottom|left|right)
"height": 30, // Waybar height (to be removed for auto height)
// "spacing": 4, // Gaps between modules (4px)
"margin-top": 5,
"margin-left": 10,
"margin-right": 10,
"modules-left": ["custom/menu", "hyprland/workspaces"],
"modules-center": ["custom/playerctl", "custom/playerlabel"],
"modules-right": ["group/widgets", "network", "pulseaudio", "clock", "battery", "backlight", "tray", "custom/power"],
// Modules
"group/widgets": {
"orientation": "inherit",
"drawer": {
"transition-duration": 500,
"children-class": "not-power",
"transition-left-to-right": false,
},
"modules": ["custom/swaync", "custom/chatgpt", "custom/updates", "network" ]
},
"tray": {
// "icon-size": 21,
"spacing": 10
},
"clock": {
"format": "<span foreground='#C6AAE8'> </span>{:%H:%M}",
"format": "<span foreground='#ffffff'> </span>{:%H:%M}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
},
"cpu": {
@ -244,18 +211,12 @@
"custom/chatgpt": {
"format": "󰢚",
"on-click": "firefox https://chatgpt.com",
"tooltip": false
"tooltip-format": "ChatGPT"
},
},