first commit
This commit is contained in:
34
waybar/config.jsonc.gruvbox
Executable file
34
waybar/config.jsonc.gruvbox
Executable file
@@ -0,0 +1,34 @@
|
||||
[
|
||||
{
|
||||
"include":"~/.config/waybar/modules.jsonc",
|
||||
"output": "DP-3",
|
||||
"position": "top",
|
||||
"modules-center": ["clock"],
|
||||
"modules-left": ["hyprland/workspaces", "hyprland/window"]
|
||||
},
|
||||
{
|
||||
"include":"~/.config/waybar/modules.jsonc",
|
||||
"output": "DP-3",
|
||||
"position": "bottom",
|
||||
"modules-left": [ "custom/uptime"],
|
||||
"modules-right": [ "custom/weather","custom/timer", "custom/cpuinfo", "custom/gpu", "network"]
|
||||
},
|
||||
|
||||
{
|
||||
"include":"~/.config/waybar/modules.jsonc",
|
||||
"output": "DP-2",
|
||||
"position": "top",
|
||||
"modules-left": ["hyprland/workspaces", "hyprland/window", "custom/menu1"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": [ "custom/weather", "custom/cpuinfo", "custom/gpu", "network", "custom/flagvpn","pulseaudio","battery"]
|
||||
},
|
||||
{
|
||||
"include":"~/.config/waybar/modules.jsonc",
|
||||
"output": "HDMI-A-1",
|
||||
"position": "top",
|
||||
"modules-left": ["hyprland/workspaces", "hyprland/window"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": [ "custom/weather", "custom/cpuinfo", "custom/gpu", "network", "custom/flagvpn","pulseaudio","battery"]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user