add accmeboot config and change a few things to adapt to my enviroment and liking, clean up M1Pro Hyprland config and follow MacAitT2 tree structure to keep stuff easier to follow and configure

This commit is contained in:
tonizz_m1pro
2024-04-27 17:00:04 -07:00
parent ed3db7dcbc
commit e937c8b255
14 changed files with 971 additions and 101 deletions

View File

@@ -1,16 +1,17 @@
{
"layer": "top",
"modules-left": ["custom/launcher", "wlr/taskbar", "hyprland/workspaces"],
"modules-center": ["hyprland/window"],
"modules-right": ["clock", "custom/cpu", "custom/gpu", "tray", "backlight", "pulseaudio", "battery"],
/*"modules-center": ["hyprland/window"],*/
"modules-center": ["clock"],
"modules-right": ["custom/cpu", "custom/gpu", "tray", "backlight", "pulseaudio", "battery"],
"margin": "0",
"hyprland/window": {
/*"hyprland/window": {
"format-empty": "nothing is running",
"separate-outputs": true,
"icon": true,
"icon-size": 11
},
},*/
"pulseaudio": {
"tooltip": false,
@@ -63,7 +64,7 @@
},
"custom/launcher":{
"format": " ",
"format": " ",
"on-click": "hyprctl dispatch exec '[floating] wofi --show drun -normal-window'"
},