redesigns waybar and small hyprland adjustments
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"pulseaudio": {
|
||||
"format": "{icon}",
|
||||
"format-muted": "",
|
||||
"format-icons": {
|
||||
"headphone": "",
|
||||
"headset": "",
|
||||
"hands-free": "",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"on-click": "pavucontrol",
|
||||
"tooltip-format": "Output: {volume}%"
|
||||
},
|
||||
"pulseaudio#microphone": {
|
||||
"format": "{format_source}",
|
||||
"format-source": "",
|
||||
"format-source-muted": ""
|
||||
},
|
||||
"pulseaudio/slider": {
|
||||
"min": 0,
|
||||
"max": 100,
|
||||
"orientation": "horizontal"
|
||||
},
|
||||
"mpris": {
|
||||
"format": "{player_icon} {dynamic}",
|
||||
"format-paused": "{status_icon} <i>{dynamic}</i>",
|
||||
"player-icons": {
|
||||
"default": "▶",
|
||||
"mpv": "🎵"
|
||||
},
|
||||
"status-icons": {
|
||||
"paused": "⏸"
|
||||
},
|
||||
"on-click-middle": "",
|
||||
"on-click-right": "hyprctl dispatch 'hl.dsp.focus({window = \"class:deezer-desktop\"})'"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
// Clock
|
||||
"clock": {
|
||||
"format": "{:%A, %d %B, %Y}",
|
||||
"tooltip-format": "<span size='10pt' font='Fira Code'>{calendar}</span>",
|
||||
"calendar": {
|
||||
"mode" : "year",
|
||||
"mode-mon-col" : 3,
|
||||
"weeks-pos" : "right",
|
||||
"on-scroll" : 1,
|
||||
"on-click-right": "mode",
|
||||
"format": {
|
||||
"months": "<span color='#c0c0c0'><b>{}</b></span>",
|
||||
"days": "<span color='#c0c0c0'><b>{}</b></span>",
|
||||
"weeks": "<span color='#12aa26'><b>W{}</b></span>",
|
||||
"weekdays": "<span color='#12aa26'><b>{}</b></span>",
|
||||
"today": "<span color='#12aa26'><b>{}</b></span>"
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"on-click-right": "mode",
|
||||
"on-scroll-up": "shift_up",
|
||||
"on-scroll-down": "shift_down"
|
||||
}
|
||||
},
|
||||
"clock#time": {
|
||||
"format": "{:%H:%M:%S}",
|
||||
"interval": 1,
|
||||
"tooltip": false
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"network": {
|
||||
"format-wifi": "{icon}",
|
||||
"format-ethernet": "",
|
||||
"format-linked": "",
|
||||
"format-disconnected": "",
|
||||
"format-disabled": "",
|
||||
"format-icons": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tooltip-format-disconnected": "No Connection",
|
||||
"tooltip-format-disabled": "Wi-Fi is OFF",
|
||||
"tooltip-format-wifi": " {essid} ({signalStrength}%)\n\n Freq: {frequency}GHz\n {bandwidthDownBytes} {bandwidthUpBytes}",
|
||||
"tooltip-format-ethernet": " {ifname} (Connected)\n {bandwidthDownBytes} {bandwidthUpBytes}",
|
||||
"tooltip-format-linked": " {ifname}: No IP Address",
|
||||
"on-click": "nm-applet --indicator",
|
||||
"on-click-right": "pkill nm-applet"
|
||||
},
|
||||
"bluetooth": {
|
||||
"format": "",
|
||||
"format-connected": "",
|
||||
"format-disabled": "",
|
||||
"tooltip-format": "{controller_alias} {status}",
|
||||
"tooltip-format-connected": " {num_connections} Connected:\n{device_enumerate}",
|
||||
"tooltip-format-enumerate-connected-battery": " {device_alias} ( {device_battery_percentage}%)",
|
||||
"on-click": "blueman-manager",
|
||||
"on-click-right": "rfkill toggle bluetooth"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"custom/distro": {
|
||||
"format": "\uF385",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/terminal": {
|
||||
"format": "",
|
||||
"on-click": "kitty",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/files": {
|
||||
"format": "",
|
||||
"on-click": "thunar",
|
||||
"tooltip": false
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"group/now-playing": {
|
||||
"orientation": "inherit",
|
||||
"modules": [
|
||||
"custom/deezer"
|
||||
]
|
||||
},
|
||||
"group/user-group": {
|
||||
"orientation": "horizontal",
|
||||
"modules": [
|
||||
"user",
|
||||
"custom/exit"
|
||||
]
|
||||
},
|
||||
"group/distro-group": {
|
||||
"orientation": "horizontal",
|
||||
"drawer": {
|
||||
"transition-duration": 650,
|
||||
"transition-left-to-right": true
|
||||
},
|
||||
"modules": [
|
||||
"custom/distro",
|
||||
"custom/terminal",
|
||||
"custom/files"
|
||||
]
|
||||
},
|
||||
"group/storage": {
|
||||
"orientation": "vertical",
|
||||
"modules": [
|
||||
"disk#root",
|
||||
"disk#duke",
|
||||
"disk#edwin",
|
||||
"disk#fridolin",
|
||||
"disk#gregor",
|
||||
"disk#nextcloud"
|
||||
]
|
||||
},
|
||||
"group/system": {
|
||||
"orientation": "horizontal",
|
||||
"modules": [
|
||||
"temperature",
|
||||
"cpu"
|
||||
]
|
||||
},
|
||||
"group/audio": {
|
||||
"orientation": "horizontal",
|
||||
"drawer": {
|
||||
"transition-duration": 650,
|
||||
"transition-left-to-right": false
|
||||
},
|
||||
"modules": [
|
||||
"pulseaudio",
|
||||
"pulseaudio/slider",
|
||||
"pulseaudio#microphone"
|
||||
]
|
||||
},
|
||||
"group/connections": {
|
||||
"orientation": "horizontal",
|
||||
"drawer": {
|
||||
"transition-duration": 500,
|
||||
"transition-left-to-right": false
|
||||
},
|
||||
"modules": [
|
||||
"network",
|
||||
"bluetooth"
|
||||
]
|
||||
},
|
||||
"group/tray-group": {
|
||||
"orientation": "horizontal",
|
||||
"drawer": {
|
||||
"transition-duration": 500,
|
||||
"transition-left-to-right": false
|
||||
},
|
||||
"modules": [
|
||||
"tray"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"activated": "",
|
||||
"deactivated": ""
|
||||
},
|
||||
"tooltip-format-activated": "System Focused",
|
||||
"tooltip-format-deactivated": "Normal Mode"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"disk#root": {
|
||||
"interval": 30,
|
||||
"format": "<span color='#12aa26'>root</span> ({percentage_used}%)",
|
||||
"header": "Disks: ",
|
||||
"path": "/",
|
||||
"separator": "\n",
|
||||
"align": 1
|
||||
},
|
||||
"disk#duke": {
|
||||
"interval": 30,
|
||||
"format": "<span color='#12aa26'>duke</span> ({percentage_used}%)",
|
||||
"header": "Disks: ",
|
||||
"path": "/media/duke/",
|
||||
"separator": "\n",
|
||||
"align": 1
|
||||
},
|
||||
"disk#edwin": {
|
||||
"interval": 30,
|
||||
"format": "<span color='#12aa26'>edwin</span> ({percentage_used}%)",
|
||||
"header": "Disks: ",
|
||||
"path": "/media/edwin/",
|
||||
"separator": "\n",
|
||||
"align": 1
|
||||
},
|
||||
"disk#fridolin": {
|
||||
"interval": 30,
|
||||
"format": "<span color='#12aa26'>fridolin</span> ({percentage_used}%)",
|
||||
"header": "Disks: ",
|
||||
"path": "/media/fridolin/",
|
||||
"separator": "\n",
|
||||
"align": 1
|
||||
},
|
||||
"disk#gregor": {
|
||||
"interval": 30,
|
||||
"format": "<span color='#12aa26'>gregor</span> ({percentage_used}%)",
|
||||
"header": "Disks: ",
|
||||
"path": "/media/gregor/",
|
||||
"separator": "\n",
|
||||
"align": 1
|
||||
},
|
||||
"disk#nextcloud": {
|
||||
"interval": 30,
|
||||
"format": "<span color='#12aa26'>nextcloud</span> ({percentage_used}%)",
|
||||
"header": "Disks: ",
|
||||
"path": "/media/nextcloud/",
|
||||
"separator": "\n",
|
||||
"align": 1
|
||||
},
|
||||
"memory": {
|
||||
"tooltip": true,
|
||||
"interval": 15,
|
||||
"format": "{used:0.1f}G/{total:0.1f}G",
|
||||
"states": {
|
||||
"warning": 75,
|
||||
"critical": 85
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"cpu": {
|
||||
"tooltip": false,
|
||||
"interval": 10,
|
||||
"format": "",
|
||||
"format-alt": " <span size='11pt'>{usage}%</span>",
|
||||
"states": {
|
||||
"warning": 75,
|
||||
"critical": 90
|
||||
},
|
||||
"on-click": "btop"
|
||||
},
|
||||
"cpu#bars": {
|
||||
"interval": 1,
|
||||
"format": "{icon0}{icon1}{icon2}{icon3}{icon4}{icon5}{icon6}{icon7}{icon8}{icon9}{icon10}{icon11}{icon12}{icon13}{icon14}{icon15}",
|
||||
"format-icons": [
|
||||
"<span color='#69ff94'>▁</span>", // green
|
||||
"<span color='#2aa9ff'>▂</span>", // blue
|
||||
"<span color='#f8f8f2'>▃</span>", // white
|
||||
"<span color='#f8f8f2'>▄</span>", // white
|
||||
"<span color='#ffffa5'>▅</span>", // yellow
|
||||
"<span color='#ffffa5'>▆</span>", // yellow
|
||||
"<span color='#ff9977'>▇</span>", // orange
|
||||
"<span color='#dd532e'>█</span>" // red
|
||||
],
|
||||
"on-click": "btop"
|
||||
},
|
||||
|
||||
"temperature": {
|
||||
"tooltip": false,
|
||||
"interval": 10,
|
||||
"thermal-zone": 8,
|
||||
"critical-threshold": 80,
|
||||
"format": "{icon}",
|
||||
"format-alt": "{icon} <span size='11pt'>{temperatureC}°C</span>",
|
||||
"format-critical": "<span size='12pt'> </span><span size='11pt'>{temperatureC}°C</span>",
|
||||
"format-icons": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"custom/exit": {
|
||||
"format": "\uF011",
|
||||
"tooltip-format": "Powermenu",
|
||||
"on-click": "wlogout -b 4"
|
||||
},
|
||||
"user": {
|
||||
"format": "{user} (up {work_d} days)",
|
||||
"interval": 60,
|
||||
"height": 30,
|
||||
"width": 30,
|
||||
"icon": true,
|
||||
"tooltip": true
|
||||
},
|
||||
"privacy": {
|
||||
"icon-spacing": 4,
|
||||
"icon-size": 18,
|
||||
"transition-duration": 250,
|
||||
"modules": [
|
||||
{
|
||||
"type": "screenshare",
|
||||
"tooltip": true,
|
||||
"tooltip-icon-size": 24
|
||||
},
|
||||
{
|
||||
"type": "audio-out",
|
||||
"tooltip": true,
|
||||
"tooltip-icon-size": 24
|
||||
},
|
||||
{
|
||||
"type": "audio-in",
|
||||
"tooltip": true,
|
||||
"tooltip-icon-size": 24
|
||||
}
|
||||
],
|
||||
"ignore-monitor": true,
|
||||
"ignore": [
|
||||
{
|
||||
"type": "audio-in",
|
||||
"name": "cava"
|
||||
},
|
||||
{
|
||||
"type": "screenshare",
|
||||
"name": "obs"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"tray": {
|
||||
"icon-size": 16,
|
||||
"spacing": 10,
|
||||
"show-passive-items": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"hyprland/workspaces": {
|
||||
"active-only": false,
|
||||
"all-outputs": true,
|
||||
"show-special": true,
|
||||
"workspace-taskbar": {
|
||||
"enable": true,
|
||||
"active-window-position": "last",
|
||||
"update-active-window": true,
|
||||
"icon-theme": [
|
||||
"Silvery-Dark-Icons"
|
||||
]
|
||||
},
|
||||
"format-icons": {
|
||||
"active": ""
|
||||
},
|
||||
"format": "{icon} {windows}"
|
||||
},
|
||||
"hyprland/window": {
|
||||
"format": "[{class}] {title}",
|
||||
"rewrite": {
|
||||
"(.*) - Vivaldi": "$1",
|
||||
"(.*) - fish": "$1"
|
||||
},
|
||||
"separate-outputs": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user