custom-hypr - up to date
This commit is contained in:
@@ -13,53 +13,72 @@
|
||||
// positions generated based on config.ctl //
|
||||
"modules-left": [
|
||||
"custom/padd",
|
||||
|
||||
"custom/l_end",
|
||||
"custom/power",
|
||||
"custom/cliphist",
|
||||
"custom/r_end",
|
||||
|
||||
"custom/l_end",
|
||||
"privacy",
|
||||
"tray",
|
||||
"custom/r_end",
|
||||
|
||||
"custom/padd",
|
||||
],
|
||||
"modules-center": [
|
||||
"custom/padd",
|
||||
|
||||
|
||||
"custom/l_end",
|
||||
"network",
|
||||
"custom/r_end",
|
||||
|
||||
"custom/l_end",
|
||||
"memory",
|
||||
"cpu",
|
||||
"custom/r_end",
|
||||
|
||||
"custom/l_end",
|
||||
"idle_inhibitor",
|
||||
"clock",
|
||||
"custom/r_end",
|
||||
|
||||
"custom/padd",
|
||||
],
|
||||
"modules-right": [
|
||||
"custom/padd",
|
||||
|
||||
"custom/l_end",
|
||||
"backlight",
|
||||
"pulseaudio",
|
||||
"custom/r_end",
|
||||
|
||||
"custom/l_end",
|
||||
"wlr/taskbar",
|
||||
"custom/r_end",
|
||||
|
||||
"custom/padd",
|
||||
],
|
||||
// sourced from modules based on config.ctl //
|
||||
"custom/notifications": {
|
||||
"format": "{icon} {}",
|
||||
"format-icons": {
|
||||
"email-notification": "<span foreground='white'><sup></sup></span>",
|
||||
"chat-notification": "<span foreground='white'><sup></sup></span>",
|
||||
"warning-notification": "<span foreground='yellow'><sup></sup></span>",
|
||||
"error-notification": "<span foreground='red'><sup></sup></span>",
|
||||
"network-notification": "<span foreground='white'><sup></sup></span>",
|
||||
"battery-notification": "<span foreground='white'><sup></sup></span>",
|
||||
"update-notification": "<span foreground='white'><sup></sup></span>",
|
||||
"music-notification": "<span foreground='white'><sup></sup></span>",
|
||||
"volume-notification": "<span foreground='white'><sup></sup></span>",
|
||||
"notification": "<span foreground='white'><sup></sup></span>",
|
||||
"dnd": "",
|
||||
"none": ""
|
||||
},
|
||||
"return-type": "json",
|
||||
"exec-if": "which dunstctl",
|
||||
"exec": "notifications.py",
|
||||
"on-scroll-down": "sleep 0.1 && dunstctl history-pop",
|
||||
"on-click": "dunstctl set-paused toggle",
|
||||
"on-click-middle": "dunstctl history-clear",
|
||||
"on-click-right": "dunstctl close-all",
|
||||
"interval": 1,
|
||||
"tooltip": true,
|
||||
"escape": true
|
||||
},
|
||||
|
||||
"hyprland/workspaces": {
|
||||
"disable-scroll": true,
|
||||
"rotate": 0,
|
||||
@@ -93,7 +112,16 @@
|
||||
"format": " {usage}%",
|
||||
"rotate": 0,
|
||||
"format-alt": "{icon0}{icon1}{icon2}{icon3}",
|
||||
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"],
|
||||
"format-icons": [
|
||||
"▁",
|
||||
"▂",
|
||||
"▃",
|
||||
"▄",
|
||||
"▅",
|
||||
"▆",
|
||||
"▇",
|
||||
"█"
|
||||
],
|
||||
},
|
||||
"memory": {
|
||||
"states": {
|
||||
@@ -140,7 +168,9 @@
|
||||
"tooltip-format": "{title}",
|
||||
"on-click": "activate",
|
||||
"on-click-middle": "close",
|
||||
"ignore-list": ["Alacritty"],
|
||||
"ignore-list": [
|
||||
"Alacritty"
|
||||
],
|
||||
"app_ids-mapping": {
|
||||
"firefoxdeveloperedition": "firefox-developer-edition",
|
||||
"jetbrains-datagrip": "DataGrip",
|
||||
@@ -184,7 +214,6 @@
|
||||
"today": "<span color='#ff6699'><b>{}</b></span>",
|
||||
},
|
||||
},
|
||||
|
||||
"actions": {
|
||||
"on-click-right": "mode",
|
||||
"on-click-forward": "tz_up",
|
||||
@@ -226,13 +255,35 @@
|
||||
"format-charging": " {capacity}%",
|
||||
"format-plugged": " {capacity}%",
|
||||
"format-alt": "{time} {icon}",
|
||||
"format-icons": ["", "", "", "", "", "", "", "", "", "", ""],
|
||||
"format-icons": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
},
|
||||
"backlight": {
|
||||
"device": "intel_backlight",
|
||||
"rotate": 0,
|
||||
"format": "{icon} {percent}%",
|
||||
"format-icons": ["", "", "", "", "", "", "", "", ""],
|
||||
"format-icons": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"on-scroll-up": "brightnessctl set 1%+",
|
||||
"on-scroll-down": "brightnessctl set 1%-",
|
||||
"min-length": 6,
|
||||
@@ -269,7 +320,11 @@
|
||||
"phone": "",
|
||||
"portable": "",
|
||||
"car": "",
|
||||
"default": [" ", " ", " "],
|
||||
"default": [
|
||||
" ",
|
||||
" ",
|
||||
" "
|
||||
],
|
||||
},
|
||||
},
|
||||
"pulseaudio#microphone": {
|
||||
|
||||
Reference in New Issue
Block a user