AutoYADM commit: 2025-04-25 15:45:05
This commit is contained in:
parent
f133f4be31
commit
745ecd64e2
4 changed files with 8 additions and 79 deletions
|
@ -1,6 +1,3 @@
|
||||||
[[language]]
|
[language]
|
||||||
name = "jsonc"
|
name = "jsonc"
|
||||||
file-types = [
|
file-types = ["jsonc", { glob = "config" }, { glob = "config##*" }]
|
||||||
"jsonc",
|
|
||||||
{glob="*config*"}
|
|
||||||
]
|
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"custom/colcount"
|
"custom/colcount"
|
||||||
// "niri/workspaces"
|
|
||||||
],
|
],
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"niri/window"
|
"niri/window"
|
||||||
|
@ -24,70 +23,8 @@
|
||||||
"restart-interval": "never",
|
"restart-interval": "never",
|
||||||
"format": "{} "
|
"format": "{} "
|
||||||
},
|
},
|
||||||
"custom/mail": {
|
|
||||||
"exec": "~/.config/mail/mail-indicator.sh",
|
|
||||||
"restart-interval": "never",
|
|
||||||
"format": "{}"
|
|
||||||
},
|
|
||||||
"custom/recorder": {
|
|
||||||
"exec": "~/dev/utils/wayland-utils/recorder/recorder.py",
|
|
||||||
"return-type": "json",
|
|
||||||
"restart-interval": "never",
|
|
||||||
"on-click": "~/dev/utils/wayland-utils/recorder/recorder.sh screen",
|
|
||||||
"on-click-right": "~/dev/utils/wayland-utils/recorder/recorder.sh region",
|
|
||||||
"format": " {} "
|
|
||||||
},
|
|
||||||
"custom/delim": {
|
|
||||||
"format": "|"
|
|
||||||
},
|
|
||||||
"cava": {
|
|
||||||
"cava_config": "$XDG_CONFIG_HOME/cava/cava.conf",
|
|
||||||
"format-icons": [
|
|
||||||
"▁",
|
|
||||||
"▂",
|
|
||||||
"▃",
|
|
||||||
"▄",
|
|
||||||
"▅",
|
|
||||||
"▆",
|
|
||||||
"▇",
|
|
||||||
"█"
|
|
||||||
],
|
|
||||||
"actions": {
|
|
||||||
"on-click-right": "mode"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"niri/workspaces": {
|
|
||||||
"format": "{icon}",
|
|
||||||
"format-icons": {
|
|
||||||
"music": "",
|
|
||||||
"active": "",
|
|
||||||
"default": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"battery": {
|
|
||||||
"format": "bat {capacity}%"
|
|
||||||
},
|
|
||||||
"clock": {
|
"clock": {
|
||||||
"format-alt": "{:%a, %d. %b %H:%M}"
|
"format-alt": "{:%a, %d. %b %H:%M}"
|
||||||
},
|
|
||||||
"pulseaudio": {
|
|
||||||
"scroll-step": 5,
|
|
||||||
"max-volume": 150,
|
|
||||||
"format": "vol {volume}%",
|
|
||||||
"format-muted": "vol mut",
|
|
||||||
"nospacing": 1,
|
|
||||||
"on-click": "pavucontrol",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
"cpu": {
|
|
||||||
"interval": 10,
|
|
||||||
"format": "cpu {usage}%",
|
|
||||||
"max-length": 10
|
|
||||||
},
|
|
||||||
"memory": {
|
|
||||||
"interval": 30,
|
|
||||||
"format": "mem {percentage}%",
|
|
||||||
"max-length": 10
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// bottom bar
|
// bottom bar
|
||||||
|
@ -146,22 +83,11 @@
|
||||||
"on-click-right": "mode"
|
"on-click-right": "mode"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"niri/workspaces": {
|
|
||||||
"format": "{icon}",
|
|
||||||
"format-icons": {
|
|
||||||
"music": "",
|
|
||||||
"active": "",
|
|
||||||
"default": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"battery": {
|
"battery": {
|
||||||
"format": "{capacity}% ",
|
"format": "{capacity}% ",
|
||||||
"format-charging": "{capacity}% ",
|
"format-charging": "{capacity}% ",
|
||||||
"format-plugged": "{capacity}% "
|
"format-plugged": "{capacity}% "
|
||||||
},
|
},
|
||||||
"clock": {
|
|
||||||
"format-alt": "{:%a, %d. %b %H:%M}"
|
|
||||||
},
|
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
"scroll-step": 5,
|
"scroll-step": 5,
|
||||||
"max-volume": 150,
|
"max-volume": 150,
|
||||||
|
|
3
.config/waybar/scripts/test.fish
Executable file
3
.config/waybar/scripts/test.fish
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
|
echo
|
3
.config/waybar/scripts/two.fish
Executable file
3
.config/waybar/scripts/two.fish
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
|
echo
|
Loading…
Add table
Add a link
Reference in a new issue