Files

139 lines
3.3 KiB
JSON
Raw Permalink Normal View History

{
"layer": "top",
"modules-left": ["custom/launcher", "wlr/taskbar", "hyprland/workspaces"],
/*"modules-center": ["hyprland/window"],*/
"modules-center": ["clock"],
"modules-right": [ "idle_inhibitor", "custom/cpu", "custom/gpu", "tray", "backlight", "pulseaudio", "battery"],
"margin": 8,
"spacing": 22,
"margin-bottom": 6,
"margin-top": 8,
"margin-left": 12,
"margin-right": 12,
/*"hyprland/window": {
"format-empty": "nothing is running",
"separate-outputs": true,
"icon": true,
"icon-size": 11
},*/
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": " ",
"deactivated":" "
}
},
"pulseaudio": {
"tooltip": false,
"scroll-step": 1,
"format": "{icon} {volume}%",
"format-muted": " {volume}%",
"on-click":"pavucontrol",
"format-icons": {
"default": [" ", " ", " "]
}
},
"custom/cpu": {
"format": "\udb83\udee0 {}℃",
"interval": 5,
"exec": "bash ~/.config/waybar/scripts/cpu-temp.sh",
"on-click": "kitty -e bash -c 'htop; read'"
},
"custom/gpu": {
"format": "\udb82\udcae {}℃",
"interval": 5,
"exec": "bash ~/.config/waybar/scripts/gpu-temp.sh",
"on-click": "kitty -e bash -c 'nvtop; read'"
},
"backlight": {
"tooltip": false,
"format": " {}%",
"interval":1,
"on-scroll-up": "brightnessctl s +5",
"on-scroll-down": "brightnessctl s 5-"
},
"battery": {
"states": {
"good": 95,
"warning": 30,
"critical": 20
},
"format": "{icon} {capacity}%",
"format-charging": "\udb80\udc84 {capacity}%",
"format-plugged": "\udb81\udea5 {capacity}%",
"format-alt": "{time} {icon}",
"format-icons": ["\udb80\udc7a", "\udb80\udc7b", "\udb80\udc7c", "\udb80\udc7d", "\udb80\udc7e", "\udb80\udc7f", "\udb80\udc80", "\udb80\udc81", "\udb80\udc82", "\udb80\udc79"]
},
"clock": {
"format": "{:%A %B %d %Y %R}",
"on-click": "firefox --new-window https://www.google.com/calendar"
},
"custom/launcher":{
"format": " ",
"on-click": "hyprctl dispatch exec '[floating] wofi --show drun -normal-window'"
},
"hyprland/workspaces": {
"on-click": "activate",
"persistent-workspaces": {
/* "eDP-1": [1], / Sets workspaces as invisible unless something is running on them /
"eDP-1": [2],
"eDP-1": [3],
"eDP-1": [4],
"eDP-1": [5],
"eDP-1": [6],
"DP-2": [7],
"DP-2": [8],
"DP-2": [9],
"DP-2": [10], */
/* "hyprland/workspaces": {
"format": "{icon}",
"on-click": "activate",
"format-icons": {
"1": "",
"2": "",
"3": "",
"4": "",
"5": "",
"urgent": "",
"active": "",
"default": ""
},
"sort-by-number": true */ /* testing, these new set up*/
},
"eDP-1": [ 1, 2, 3, 4, 5, 6 ], /* All workspaces shows visible */
"DP-2": [ 7, 8, 9, 10 ]
}
},
"wlr/taskbar": {
"format": "{icon}",
"icon-size": 26,
"tooltip-format": "{title}",
"on-click": "activate",
"on-click-middle": "close",
"app_ids-mapping": {
"firefoxdeveloperedition": "firefox-developer-edition"
},
"ignore-list": ["rofi"],
"rewrite": {
"Firefox Web Browser": "Firefox",
"Foot Server": "Terminal"
}
},
"tray": {
"icon-size": 21,
"spacing": 16
}
}