Selaa lähdekoodia

dev: automated commit - 2025-12-14 10:51:16

Mariano Z. 1 kuukausi sitten
vanhempi
commit
3fb6daf9cb

+ 88 - 3
alacritty/.config/alacritty/alacritty.toml

@@ -1,6 +1,3 @@
-[general]
-# Import rose-pine theme
-import = ["~/.config/alacritty/themes/rose-pine.toml"]
 
 # Font configuration
 [font]
@@ -44,3 +41,91 @@ action = "DecreaseFontSize"
 key = "Key0"
 mods = "Control|Shift"
 action = "ResetFontSize"
+
+# -----------------------------------------------------
+#  Matte Black — Rose Pine deglowed variant
+# -----------------------------------------------------
+
+[colors.primary]
+background = "#0F0F0F"        # true matte black
+foreground = "#C8C8D0"        # softer non-glowy text
+dim_foreground = "#8C8C95"
+bright_foreground = "#D8D8E0"
+
+[colors.cursor]
+text = "#0F0F0F"
+cursor = "#2A2A2A" # matte-grey cursor
+
+[colors.vi_mode_cursor]
+text = "#0F0F0F"
+cursor = "#2A2A2A"
+
+[colors.selection]
+text = "#C8C8D0"
+background = "#1A1A1A" # matte selection, no glow
+
+[colors.search.matches]
+foreground = "#A0A0A8"
+background = "#191919"
+
+[colors.search.focused_match]
+foreground = "#0F0F0F"
+background = "#7A6A6A" # muted rose highlight
+
+[colors.hints.start]
+foreground = "#A0A0A8"
+background = "#161616"
+
+[colors.hints.end]
+foreground = "#7A7A84"
+background = "#161616"
+
+[colors.line_indicator]
+foreground = "None"
+background = "None"
+
+[colors.footer_bar]
+foreground = "#C8C8D0"
+background = "#161616"
+
+# -----------------------------------------------------
+#  Muted normal palette (Rose-Pine inspired)
+# -----------------------------------------------------
+
+[colors.normal]
+black = "#1A1A1A"
+red = "#C05A6F"     # deglowed red
+green = "#2A5F6F"   # muted cyan-green
+yellow = "#D8A75A"  # soft amber
+blue = "#7AA9B5"    # softened ice-blue
+magenta = "#A892C8" # muted lavender
+cyan = "#CBA5A2"    # muted rose
+white = "#C8C8D0"
+
+# -----------------------------------------------------
+#  Muted bright palette (still matte, not neon)
+# -----------------------------------------------------
+
+[colors.bright]
+black = "#2A2A2A"
+red = "#CF7084"
+green = "#317A8A"
+yellow = "#E5B96A"
+blue = "#8BC6D2"
+magenta = "#BFA7DA"
+cyan = "#D8BCB9"
+white = "#E0E0E8"
+
+# -----------------------------------------------------
+#  Dim palette (very soft)
+# -----------------------------------------------------
+
+[colors.dim]
+black = "#2A2A2A"
+red = "#A04C5D"
+green = "#275462"
+yellow = "#C59652"
+blue = "#6A8E98"
+magenta = "#9782B7"
+cyan = "#B99996"
+white = "#B8B8C0"

+ 10 - 0
applications/.local/share/applications/msedge-cifhbcnohmdccbgoicgdjpfamggdegmo-Default.desktop

@@ -0,0 +1,10 @@
+#!/usr/bin/env xdg-open
+[Desktop Entry]
+Version=1.0
+Terminal=false
+Type=Application
+Name=Microsoft Teams (PWA)
+MimeType=x-scheme-handler/web+msteams
+Exec=microsoft-edge --profile-directory=Default --app-id=cifhbcnohmdccbgoicgdjpfamggdegmo "--app-url=https://teams.microsoft.com/v2/?clientType=pwa" %U
+Icon=msedge-cifhbcnohmdccbgoicgdjpfamggdegmo-Default
+StartupWMClass=crx__cifhbcnohmdccbgoicgdjpfamggdegmo

+ 23 - 0
applications/.local/share/applications/msedge-pkooggnaalmfkidjmlhoelhdllpphaga-Default.desktop

@@ -0,0 +1,23 @@
+#!/usr/bin/env xdg-open
+[Desktop Entry]
+Version=1.0
+Terminal=false
+Type=Application
+Name=Outlook (PWA)
+MimeType=x-scheme-handler/mailto
+Exec=microsoft-edge --profile-directory=Default --app-id=pkooggnaalmfkidjmlhoelhdllpphaga --app-url=https://outlook.office365.com/mail/ %U
+Icon=msedge-pkooggnaalmfkidjmlhoelhdllpphaga-Default
+StartupWMClass=crx__pkooggnaalmfkidjmlhoelhdllpphaga
+Actions=New-event;New-message;Open-calendar
+
+[Desktop Action New-event]
+Name=New event
+Exec=microsoft-edge --profile-directory=Default --app-id=pkooggnaalmfkidjmlhoelhdllpphaga --app-url=https://outlook.office365.com/mail/ --app-launch-url-for-shortcuts-menu-item=https://outlook.office365.com/calendar/deeplink/compose
+
+[Desktop Action New-message]
+Name=New message
+Exec=microsoft-edge --profile-directory=Default --app-id=pkooggnaalmfkidjmlhoelhdllpphaga --app-url=https://outlook.office365.com/mail/ --app-launch-url-for-shortcuts-menu-item=https://outlook.office365.com/mail/deeplink/compose
+
+[Desktop Action Open-calendar]
+Name=Open calendar
+Exec=microsoft-edge --profile-directory=Default --app-id=pkooggnaalmfkidjmlhoelhdllpphaga --app-url=https://outlook.office365.com/mail/ --app-launch-url-for-shortcuts-menu-item=https://outlook.office365.com/calendar

+ 1 - 1
niri/.config/niri/config.d/binds.kdl

@@ -139,7 +139,7 @@ binds {
 
     Mod+W { toggle-column-tabbed-display; }
 
-    Mod+P { spawn-sh "rm -f /tmp/screenshot.png && niri msg action screenshot --show-pointer=false && for i in $(seq 1 100); do [ -f /tmp/screenshot.png ] && break; sleep 0.05; done && [ -f /tmp/screenshot.png ] && swappy -f /tmp/screenshot.png"; }
+    Mod+P { spawn-sh "~/.local/bin/screenshot"; }
 
     // Mod+Escape allow-inhibiting=false { toggle-keyboard-shortcuts-inhibit; }
 }

+ 0 - 7
niri/.config/niri/config.d/input.kdl

@@ -25,10 +25,3 @@ input {
     focus-follows-mouse max-scroll-amount="0%"
 }
 
-
-gestures {
-    hot-corners {
-        off
-    }
-}
-

+ 11 - 0
niri/.config/niri/config.d/settings.kdl

@@ -9,3 +9,14 @@ recent-windows {
 hotkey-overlay {
     skip-at-startup
 }
+
+output "DP-1" {
+    mode "2560x1440@60.000"
+    scale 1.0
+}
+
+gestures {
+    hot-corners {
+        off
+    }
+}

+ 2 - 2
niri/.config/niri/config.d/startup.kdl

@@ -7,8 +7,8 @@ spawn-at-startup "zen-twilight"
 spawn-at-startup "thunderbird"
 spawn-at-startup "vesktop"
 spawn-at-startup "slack"
-spawn-sh-at-startup "gtk-launch com.microsoft.Edge.flextop.msedge-cifhbcnohmdccbgoicgdjpfamggdegmo-Default"
-spawn-sh-at-startup "gtk-launch com.microsoft.Edge.flextop.msedge-faolnafnngnfdaknnbpnkhgohbobgegn-Default"
+spawn-sh-at-startup "gtk-launch msedge-cifhbcnohmdccbgoicgdjpfamggdegmo-Default"
+spawn-sh-at-startup "gtk-launch msedge-pkooggnaalmfkidjmlhoelhdllpphaga-Default"
 // spawn-sh-at-startup "ghostty --gtk-single-instance=true --quit-after-last-window-closed=false --initial-window=false"
 // spawn-sh-at-startup "ghostty --class=uy.com.mzunino"
 spawn-at-startup "niri" "msg" "action" "focus-workspace" "2"

BIN
npm/.config/npm/npmrc


+ 9 - 5
tmux/.config/tmux/tmux.conf

@@ -96,12 +96,12 @@ set -g @yank_action 'copy-pipe' # or 'copy-pipe-and-cancel' for the default
 # Oasis Theme Configuration
 # -------------------------
 set -g status-position top
-set -g @oasis_flavor "twilight" # Twilight Purple variant
+set -g @oasis_flavor "twilight_dark"  # Optional: defaults to lagoon_dark
 # Other options: "night", "midnight", "abyss", "starlight", "desert", "sol", "canyon", "dune", "cactus", "mirage", "lagoon", "rose", "dawn"
 
 # Battery module - determine if battery is available
 run-shell "if [ -d /sys/class/power_supply/BAT* ]; then \
-    tmux set -g @status_right_append_section '#{tmux_battery_status_bg}'; \
+    tmux set -g @battery_available 'yes'; \
   fi"
 
 # Battery Icons (Glyphs)
@@ -118,9 +118,13 @@ set -g @batt_icon_charge_tier1 ''
 set-environment -g TMUX_PLUGIN_MANAGER_PATH "$XDG_DATA_HOME/tmux/plugins"
 
 # Install TPM if not already installed
-if "test ! -d ~/.local/share/tmux/plugins/tpm" \
-   "run 'git clone https://github.com/tmux-plugins/tpm ~/.local/share/tmux/plugins/tpm'"
+if "test ! -d $XDG_DATA_HOME/tmux/plugins/tpm" \
+   "run 'git clone https://github.com/tmux-plugins/tpm $XDG_DATA_HOME/tmux/plugins/tpm'"
 
 # Initialize TPM (keep this line at the very bottom of tmux.conf)
-run '~/.local/share/tmux/plugins/tpm/tpm'
+run '$XDG_DATA_HOME/tmux/plugins/tpm/tpm'
+
+# Source battery status configuration
+# This will be applied after theme loads and on config reload
+source-file "$XDG_CONFIG_HOME/tmux/battery_status.conf"