Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "layer": "top",
- "position": "right",
- "width": 5,
- "height": 700,
- "modules-left": ["hyprland/workspaces"],
- "modules-center": [],
- "modules-right": [
- "group/gupdates",
- "group/glanguage",
- "group/gmemory",
- "group/gtemperature",
- "group/gbattery",
- "group/gcpu",
- "group/gpulseaudio",
- "group/gclock",
- "tray"
- ],
- "group/gupdates": {
- "orientation": "vertical",
- "modules": [
- "custom/updatesicon",
- "custom/updates"
- ]
- },
- "custom/updatesicon": {
- "format": ""
- },
- "custom/updates": {
- "format": "{text}",
- "max-length": 40,
- "interval": 3600,
- "exec": "xbps-install -unM | wc -l",
- "signal": 10,
- },
- "group/glanguage": {
- "orientation": "vertical",
- "modules": [
- "custom/keyboardicon",
- "hyprland/language"
- ]
- },
- "custom/keyboardicon": {
- "format": ""
- },
- "hyprland/language": {
- "format": "{}",
- "format-es": "ES",
- "format-en": "US",
- "keyboard-name": "at-translated-set-2-keyboard",
- "on-click": "hyprctl switchxkblayout at-translated-set-2-keyboard next"
- },
- "group/gcpu": {
- "orientation": "vertical",
- "modules": [
- "custom/cpuicon",
- "cpu"
- ]
- },
- "custom/cpuicon": {
- "format": ""
- },
- "cpu": {
- "interval": 2
- },
- "group/gmemory": {
- "orientation": "vertical",
- "modules": [
- "custom/memoryicon",
- "memory"
- ]
- },
- "custom/memoryicon": {
- "format": ""
- },
- "memory": {
- "format": "{used:0.1f}G",
- "interval": 5
- },
- "group/gtemperature": {
- "orientation": "vertical",
- "modules": [
- "custom/tempicon",
- "temperature"
- ]
- },
- "custom/tempicon": {
- "format": ""
- },
- "temperature": {
- "critical-threshold": 80,
- "format": "{temperatureC}°C"
- },
- "group/gbattery": {
- "orientation": "vertical",
- "modules": [
- "custom/batteryicon",
- "battery"
- ]
- },
- "custom/batteryicon": {
- "format": ""
- },
- "battery": {
- "format": "{capacity}%",
- },
- "tray": {
- "spacing": 10
- },
- "group/gclock": {
- "orientation": "vertical",
- "modules": [
- "custom/clockicon",
- "clock"
- ]
- },
- "custom/clockicon": {
- "format": "",
- },
- "clock": {
- "format": "{:%H:%M}",
- "tooltip-format": "{:%A, %d %B %Y}"
- },
- //audio
- "group/gpulseaudio": {
- "orientation": "vertical",
- "modules": [
- "custom/audioicon",
- "pulseaudio"
- ]
- },
- "custom/audioicon": {
- "format": ""
- },
- "pulseaudio": {
- "format": "{volume}%",
- "format-muted": "muted",
- "on-click": "pavucontrol"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment