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"
|
||||
file-types = [
|
||||
"jsonc",
|
||||
{glob="*config*"}
|
||||
]
|
||||
file-types = ["jsonc", { glob = "config" }, { glob = "config##*" }]
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
"position": "top",
|
||||
"modules-left": [
|
||||
"custom/colcount"
|
||||
// "niri/workspaces"
|
||||
],
|
||||
"modules-center": [
|
||||
"niri/window"
|
||||
|
@ -24,70 +23,8 @@
|
|||
"restart-interval": "never",
|
||||
"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": {
|
||||
"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
|
||||
|
@ -146,22 +83,11 @@
|
|||
"on-click-right": "mode"
|
||||
}
|
||||
},
|
||||
"niri/workspaces": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"music": "",
|
||||
"active": "",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
"battery": {
|
||||
"format": "{capacity}% ",
|
||||
"format-charging": "{capacity}% ",
|
||||
"format-plugged": "{capacity}% "
|
||||
},
|
||||
"clock": {
|
||||
"format-alt": "{:%a, %d. %b %H:%M}"
|
||||
},
|
||||
"pulseaudio": {
|
||||
"scroll-step": 5,
|
||||
"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