M module/tools/sketchybar/config/plugins/front_app.sh => module/tools/sketchybar/config/plugins/front_app.sh +6 -2
@@ 18,14 18,17 @@ case $INFO in
"App Store") INFO="" ;;
"Backblaze") INFO="" ;;
"bzbmenu") INFO="" ;;
- "Bitdefender Endpoint Security Tools") INFO="" ;;
+ "Bitdefender Endpoint Security Tools" | "SecurityAgent") INFO="" ;;
"Bolsa") INFO="" ;;
"Calculadora" | "Calculator") INFO="" ;;
+ "coreautha") INFO="" ;;
"calibre") INFO="" ;;
"Calendario" | "Calendar") INFO="" ;;
"Catálogo Tipográfico" | "Font Book") INFO="" ;;
"Centro de control") INFO="" ;;
+ "Centro de notificaciones") INFO="" ;;
"Configuración del Sistema" | "System Settings" | "CoreUIAgent") INFO="" ;;
+ "Consola" | "Console") INFO="" ;;
"Compartir Pantalla") INFO="" ;;
"Creative Cloud") INFO="" ;;
"Docker" | "Docker Desktop") INFO="" ;;
@@ 62,6 65,7 @@ case $INFO in
"osascript") INFO="" ;;
"Pages") INFO="" ;;
"Photo Booth") INFO="" ;;
+ "Postman") INFO="" ;;
"QuickTime Player") INFO="" ;;
"Reloj" | "Clock") INFO="" ;;
"Safari") INFO="" ;;
@@ 72,7 76,7 @@ case $INFO in
"TV") INFO="" ;;
"Velja") INFO="" ;;
"Vista Previa" | "Preview") INFO="" ;;
- "zoom.us") INFO="" ;;
+ "zoom.us" | "ZoomAutoUpdater") INFO="" ;;
"UserNotificationCenter") INFO="" ;;
"Compilador de problemas") INFO="" ;;
*)
M module/tools/sketchybar/config/sketchybarrc => module/tools/sketchybar/config/sketchybarrc +1 -1
@@ 2,7 2,7 @@ PLUGIN_DIR="$HOME/.config/sketchybar/plugins"
# WARN: Estos variables tiene que ser el mismo de ~/.yabairc con el mismo
# nombre.
-margins=20
+margins=10
altura=40
bar_yoffset=24
M module/tools/yabai/default.nix => module/tools/yabai/default.nix +2 -3
@@ 1,7 1,7 @@
{ ... }:
let
- margins = 20;
+ margins = 10;
bar_height = 40;
bar_y_offset = 24;
top_padding = margins + bar_height + bar_y_offset;
@@ 33,7 33,7 @@ in
window_gap = margins;
top_padding = top_padding;
layout = "bsp";
- mouse_modifier = "shift";
+ mouse_modifier = "fn";
mouse_action1 = "move";
mouse_action2 = "resize";
mouse_drop_action = "swap";
@@ 43,4 43,3 @@ in
extraConfig = (builtins.readFile ./yabairc);
};
}
-