Add Hyprland work config
This commit is contained in:
136
hyprland-work/.config/waybar/config
Normal file
136
hyprland-work/.config/waybar/config
Normal file
@@ -0,0 +1,136 @@
|
||||
[{
|
||||
"id": "top",
|
||||
"name": "top",
|
||||
"layer": "top",
|
||||
"height": 40,
|
||||
"margin-top": 16,
|
||||
"margin-left": 16,
|
||||
"margin-right": 16,
|
||||
"modules-left": ["hyprland/workspaces", "hyprland/window", "sway/mode"],
|
||||
"modules-right": ["tray"],
|
||||
"hyprland/workspaces": {
|
||||
"all-outputs": false,
|
||||
"disable-scroll": true,
|
||||
"persistent-workspaces": {
|
||||
"eDP-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ],
|
||||
"DP-1": [ 1, 2, 3, 4, 5, 6, 7 ],
|
||||
"DP-2": [ 8, 9, 10, 11 ]
|
||||
}
|
||||
},
|
||||
"hyprland/window": {
|
||||
"separate-outputs": true,
|
||||
"format": "{}"
|
||||
},
|
||||
"tray": {
|
||||
"icon-size": 16,
|
||||
"spacing": 10
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "bottom",
|
||||
"name": "bottom",
|
||||
"layer": "top",
|
||||
"position": "bottom",
|
||||
"height": 40,
|
||||
"margin-bottom": 16,
|
||||
"margin-left": 16,
|
||||
"margin-right": 16,
|
||||
"modules-left": ["gamemode", "custom/flatpak", "custom/backup", "battery", "temperature", "cpu", "memory", "network"],
|
||||
"modules-center": [],
|
||||
"modules-right": ["mpris", "pulseaudio", "backlight", "idle_inhibitor", "clock"],
|
||||
"clock": {
|
||||
"format": "{:%a %b %d %I:%M %p}",
|
||||
"tooltip": false
|
||||
},
|
||||
"network": {
|
||||
"interval": 5,
|
||||
"format": " {bandwidthUpBytes} {bandwidthDownBytes}",
|
||||
"format-disconnected": ""
|
||||
},
|
||||
"battery": {
|
||||
"states": {
|
||||
"good": 100,
|
||||
"warning": 30,
|
||||
"critical": 15
|
||||
},
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-charging": "{icon} {capacity}%",
|
||||
"format-plugged": "{icon} {capacity}%",
|
||||
"format-icons": ["", "", "", "", ""]
|
||||
},
|
||||
"backlight": {
|
||||
"format": " {percent}%"
|
||||
},
|
||||
"idle_inhibitor": {
|
||||
"format": ""
|
||||
},
|
||||
"gamemode": {
|
||||
"format": "{glyph}",
|
||||
"glyph": "",
|
||||
"use-icon": false,
|
||||
"icon-spacing": 0,
|
||||
"icon-size": 0
|
||||
},
|
||||
"pulseaudio": {
|
||||
"scroll-step": 5,
|
||||
"format": "{icon} {volume}%",
|
||||
"format-muted": "{icon}",
|
||||
"format-icons": {
|
||||
"default": ["", "", ""]
|
||||
},
|
||||
"scroll-step": 1,
|
||||
"on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle"
|
||||
},
|
||||
"cpu": {
|
||||
"interval": 3,
|
||||
"format": " {usage}%",
|
||||
"states": {
|
||||
"critical": 90,
|
||||
"warning": 80,
|
||||
"regular": 50
|
||||
}
|
||||
},
|
||||
"memory": {
|
||||
"interval": 5,
|
||||
"format": " {percentage}% <span font-size=\"7pt\">{swapPercentage}%</span>",
|
||||
"states": {
|
||||
"critical": 90,
|
||||
"warning": 80,
|
||||
"regular": 50
|
||||
}
|
||||
},
|
||||
"temperature": {
|
||||
"format": " {temperatureC}°",
|
||||
"critical-threshold": 80
|
||||
},
|
||||
"mpris": {
|
||||
"interval": 1,
|
||||
"artist-len": 30,
|
||||
"album-len": 30,
|
||||
"title-len": 40,
|
||||
"format": "{player_icon} - {dynamic}",
|
||||
"ignored-players": [
|
||||
"firefox"
|
||||
],
|
||||
"player-icons": {
|
||||
"default": "♫"
|
||||
},
|
||||
"status-icons": {
|
||||
"playing": "⏵",
|
||||
"paused": "⏸",
|
||||
"stopped": "⏹"
|
||||
}
|
||||
},
|
||||
"custom/flatpak": {
|
||||
"interval": 180,
|
||||
"tooltip-format": "{} pending Flatpak updates available",
|
||||
"format": " {}",
|
||||
"exec": "flatpak remote-ls --updates --app | wc -l",
|
||||
"exec-if": "test $(flatpak remote-ls --updates --app | wc -l) -gt 0"
|
||||
},
|
||||
"custom/backup": {
|
||||
"interval": 60,
|
||||
"format": "",
|
||||
"exec": "systemctl is-failed backup.service"
|
||||
}
|
||||
}]
|
Reference in New Issue
Block a user