feat: 上传我的配置

This commit is contained in:
2026-02-06 17:17:48 +08:00
parent 5ae578a012
commit ac517ad717
126 changed files with 15159 additions and 0 deletions

65
.config/waybar/config.jsonc Executable file
View File

@@ -0,0 +1,65 @@
{
//这个waybar因为大改过一次布局所以箭头的位置和名字已经完全对不上了从左到右看吧。
"include": [
"modules.jsonc",
"modules-dividers.jsonc"
],
//这一行layer top设置会让waybar显示在最上方
"layer": "top",
//"output": "DP-2",
"position": "top",
"fixed-center": true,
// "height": 30,
"reload_style_on_change": true,
"modules-left": [
// "ext/workspaces",
"niri/workspaces",
"custom/right_div#5",
"cffi/niri-taskbar",
"niri/window",
//"dwl/window",
// "hyprland/window",
"custom/right_div#6"
],
"modules-center": [
"custom/left_div#3",
"bluetooth",
"network",
"custom/wfrec",
// "custom/screenshot",
"custom/left_div#2",
// "idle_inhibitor",
"custom/colorpicker",
"power-profiles-daemon",
"custom/left_div#11",
"custom/left_div#1",
"custom/applauncher",
"custom/right_div#1",
"custom/right_div#11",
"clock",
"custom/right_div#2",
//"clock#date",
"custom/cava",
// "mpris",
"custom/right_div#3"
//"custom/right_div#4",
],
"modules-right": [
// "group/backlight",
"custom/left_div#7",
"custom/updates",
"tray",
// "custom/mako",
"custom/left_div#4",
//"backlight/slider",
//"backlight",
// "group/ddcutil",
"group/screenlight",
"privacy",
"group/audio",
"custom/left_div#8",
"battery",
"custom/left_div#5",
"group/powermenu"
]
}