first commit

This commit is contained in:
2026-03-30 14:53:09 -06:00
commit fbec1a6ade
81 changed files with 4479 additions and 0 deletions

29
waybar/config.jsonc.nord Executable file
View File

@@ -0,0 +1,29 @@
[
{
"include":"~/.config/waybar/modules.jsonc",
"output": "DP-3",
"position": "top",
"modules-left": [ "clock", "hyprland/workspaces","hyprland/window" ],
"modules-right": [ "custom/timer", "temperature","cpu", "custom/gpu", "pulseaudio", "bluetooth", "custom/flagvpn", "network"]
},
{
"include":"~/.config/waybar/modules.jsonc",
"output": "DP-2",
"position": "top",
"modules-left": [ "clock", "hyprland/workspaces","hyprland/window" ],
"modules-right": [ "temperature","cpu", "custom/gpu", "pulseaudio", "bluetooth", "custom/flagvpn", "network"]
},
{
"include":"~/.config/waybar/modules.jsonc",
"output": "HDMI-A-1",
"position": "top",
"modules-left": [ "clock", "hyprland/workspaces","hyprland/window" ],
"modules-right": [ "temperature","cpu", "custom/gpu", "pulseaudio", "bluetooth", "custom/flagvpn", "network"]
}
]