Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "layer": "bottom",
- "position": "top",
- "height": 40,
- "spacing": 2,
- "exclusive": true,
- "gtk-layer-shell": true,
- "passthrough": false,
- "fixed-center": true,
- "modules-left": ["hyprland/workspaces"],
- "modules-center": ["hyprland/window"],
- "modules-right": [
- "cpu",
- "memory",
- "pulseaudio",
- "clock",
- "clock#simpleclock",
- "tray",
- "custom/power",
- ],
- "hyprland/workspaces": {
- "format": "{icon}",
- "format-icons": {
- "active": " ",
- "default": " ",
- "empty": " ",
- "urgent": " "
- },
- "persistent-workspaces": {
- "HDMI-A-1": 5
- }
- },
- "hyprland/window": {
- "format": "{title}",
- },
- "tray": {
- "show-passive-items": true,
- "spacing": 10,
- },
- "clock#simpleclock": {
- "tooltip": false,
- "format": " {:%H:%M}",
- },
- "clock": {
- "format": " {:L%a %d %b}",
- "calendar": {
- "format": {
- "days": "<span weight='normal'>{}</span>",
- "months": "<span color='#cdd6f4'><b>{}</b></span>",
- "today": "<span color='#f38ba8' weight='700'><u>{}</u></span>",
- "weekdays": "<span color='#f9e2af'><b>{}</b></span>",
- "weeks": "<span color='#a6e3a1'><b>W{}</b></span>",
- },
- "mode": "month",
- "mode-mon-col": 1,
- "on-scroll": 1,
- },
- "tooltip-format": "<span color='#cdd6f4' font='Lexend 16'><tt><small>{calendar}</small></tt></span>",
- },
- "cpu": {
- "format": " {usage}%",
- "tooltip": true,
- "interval": 1,
- },
- "memory": {
- "format": " {used:0.1f}Gi",
- },
- "pulseaudio": {
- "format": "{icon} {volume}%",
- "format-muted": " muted",
- "format-icons": {
- "headphone": "",
- "default": [" ", " ", " "],
- },
- "on-click": "pavucontrol",
- },
- "custom/power": {
- "tooltip": false,
- "on-click": "wlogout -p layer-shell &",
- "format": "⏻",
- },
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement