Skip to content

Commit 8d472eb

Browse files
Save changes at: 1780243464
1 parent 69bc804 commit 8d472eb

3 files changed

Lines changed: 11 additions & 12 deletions

File tree

TODO.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Base
1212
- Passwords
1313
- Messages
1414
- menu que hace wlogout:
15-
- Screensaver: omarchy-launch-screensaver force
16-
- Lock: omarchy-system-lock
15+
- Screensaver: launch-screensaver force
16+
- Lock: system-lock
1717
- Suspend: systemctl suspend
1818
- Hibernate: systemctl hibernate
19-
- Logout: omarchy-system-logout
20-
- Restart: omarchy-system-reboot
21-
- Shutdown: omarchy-system-shutdown
19+
- Logout: system-logout
20+
- Restart: system-reboot
21+
- Shutdown: system-shutdown
2222
- Configurar wlogout (quitar)
2323
- Configurar xdg-open (pdf, img, video, music, txt, go, ...)
2424
- Probar cambiar de red: wifi/eth
@@ -45,7 +45,7 @@ Audio / Vídeo / Imagen
4545
- ffmpegthumbnailer — thumbnails de vídeo en Nautilus.
4646
- obs-studio, kdenlive — captura/edición.
4747
- pinta, xournalpp — editor de imágenes ligero / anotar PDFs.
48-
- tesseract + tesseract-data-eng — OCR (omarchy lo combina con grim+satty para "copiar texto de la pantalla").
48+
- tesseract + tesseract-data-eng — OCR (lo combina con grim+satty para "copiar texto de la pantalla").
4949

5050
Filesystem / Nautilus integrations
5151
- exfatprogs — soporte exFAT.
@@ -68,16 +68,16 @@ Dev / CLI / TUI
6868
- lazygit, lazydocker.
6969
- eza — reemplazo de ls/lsd.
7070
- dust — reemplazo de du.
71-
- gum — para hacer scripts bash bonitos (omarchy lo usa en su menú).
71+
- gum — para hacer scripts bash bonitos (lo usa en su menú).
7272
- tldr — man pages cortas.
7373
- mise — gestor de versiones (asdf-like).
74-
- expac — query sobre la DB de pacman (útil para omarchy-update style scripts).
74+
- expac — query sobre la DB de pacman (útil para update style scripts).
7575
- tree-sitter-cli, luarocks, llvm, clang.
7676

7777
Fonts / Themes
7878
- noto-fonts-emoji — emojis.
7979
- woff2-font-awesome — iconos para waybar.
80-
- ttf-ia-writer — la fuente del estilo omarchy.
80+
- ttf-ia-writer — la fuente del estilo
8181
- yaru-icon-theme — iconos Yaru.
8282
- gnome-themes-extra, kvantum-qt5 — coherencia GTK/Qt.
8383

base.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
set -euo pipefail
32

43
declare HOSTNAME;
54
declare PASSWORD_USER;

sway.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
set -euo pipefail
32

43
function main() {
54
install_packages
@@ -81,6 +80,7 @@ function install_packages() {
8180
impala `# ...` \
8281
rofi-wayland `# ...` \
8382
firefox `# web browser` \
83+
libnotify `# ...` \
8484
&> /dev/null
8585
}
8686

@@ -391,7 +391,7 @@ configuration {
391391
bg-alt: #073642;
392392
fg: #839496;
393393
fg-alt: #93a1a1;
394-
accent: #6c7086;
394+
accent: #89b4fa;
395395
urgent: #dc322f;
396396
397397
background-color: transparent;

0 commit comments

Comments
 (0)