This commit is contained in:
xsghetti 2024-04-11 00:21:35 -04:00
parent 1f8cb3c145
commit 610604e80f
253 changed files with 27055 additions and 44 deletions

View file

@ -6,9 +6,9 @@
// "width": 1280, // Waybar width
// "spacing": 4, // Gaps between modules (4px)
// Choose the order of the modules
"modules-left": ["custom/menu", "hyprland/workspaces", "custom/swaync", "custom/updates"],
"modules-left": ["custom/menu", "hyprland/workspaces", "custom/updates"],
"modules-center": ["custom/playerctl", "custom/playerlabel"],
"modules-right": ["network", "pulseaudio", "clock", "tray", "battery", "backlight", "custom/power"],
"modules-right": ["custom/swaync", "custom/chatgpt", "network", "pulseaudio", "clock", "tray", "battery", "backlight", "custom/power"],
"keyboard-state": {
"numlock": true,
@ -161,35 +161,6 @@
"sort-by-number": true,
},
"persistent-workspaces":{
"1": [
"eDP-1"
],
"2": [
"eDP-1"
],
"3": [
"eDP-1"
],
"4": [
"eDP-1"
],
"5": [
"eDP-1"
],
"6": [
"HDMI-A-1"
],
"7": [
"HDMI-A-1"
],
"8": [
"HDMI-A-1"
],
"9": [
"HDMI-A-1"
],
}
},
"custom/div": {
@ -249,7 +220,7 @@
"on-click": "activate",
"on-click-middle": "close"
},
},
"custom/swaync": {
"tooltip": true,
"format": "{icon} {}",
@ -270,8 +241,19 @@
"on-click-right": "swaync-client -d -sw",
"escape": true
},
"custom/chatgpt": {
"format": "󰢚",
"on-click": "firefox https://chatgpt.com",
"tooltip": false
},
},