diff --git a/alacritty/.config/alacritty/alacritty.toml b/alacritty/.config/alacritty/alacritty.toml index 08002f4..3feecc1 100644 --- a/alacritty/.config/alacritty/alacritty.toml +++ b/alacritty/.config/alacritty/alacritty.toml @@ -1,6 +1,4 @@ -# Alacritty Configuration -# Migrated from Ghostty configuration - +[general] # Import rose-pine theme import = ["~/.config/alacritty/themes/rose-pine.toml"] diff --git a/alacritty/.config/alacritty/themes/noctalia.toml b/alacritty/.config/alacritty/themes/noctalia.toml index f5c090b..08d37f9 100644 --- a/alacritty/.config/alacritty/themes/noctalia.toml +++ b/alacritty/.config/alacritty/themes/noctalia.toml @@ -1,35 +1,33 @@ -# Noctalia Theme -# Migrated from Ghostty noctalia theme +# Colors (Eldritch) + +[colors.bright] +black = '#7081d0' +blue = '#a48cf2' +cyan = '#66e4fd' +green = '#69F8B3' +magenta = '#FD92CE' +red = '#f16c75' +white = '#ffffff' +yellow = '#f1fc79' + +[colors.cursor] +cursor = '#37f499' +text = '#f8f8f2' + +[colors.normal] +black = '#21222c' +blue = '#9071f4' +cyan = '#04d1f9' +green = '#37f499' +magenta = '#f265b5' +red = '#f9515d' +white = '#ebfafa' +yellow = '#e9f941' [colors.primary] background = '#212337' foreground = '#ebfafa' [colors.selection] -text = '#ebfafa' background = '#bf4f8e' - -[colors.cursor] -text = '#212337' -cursor = '#37f499' - -[colors.normal] -black = '#21222c' -red = '#f9515d' -green = '#37f499' -yellow = '#e9f941' -blue = '#9071f4' -magenta = '#f265b5' -cyan = '#04d1f9' -white = '#ebfafa' - -[colors.bright] -black = '#7081d0' -red = '#f16c75' -green = '#69F8B3' -yellow = '#f1fc79' -blue = '#a48cf2' -magenta = '#FD92CE' -cyan = '#66e4fd' -white = '#ffffff' - +text = '#ebfafa' diff --git a/niri/.config/niri/config.d/binds.kdl b/niri/.config/niri/config.d/binds.kdl index 7d96aa9..0df60a5 100644 --- a/niri/.config/niri/config.d/binds.kdl +++ b/niri/.config/niri/config.d/binds.kdl @@ -15,9 +15,9 @@ binds { XF86AudioMicMute allow-when-locked=true { spawn-sh "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"; } - Mod+O repeat=false { toggle-overview; } + // Mod+O repeat=false { toggle-overview; } + Mod+Escape repeat=false { toggle-overview; } - Mod+Q repeat=false { close-window; } Mod+MouseMiddle { close-window; } Mod+Left { focus-column-left; } @@ -141,6 +141,6 @@ binds { 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+Escape allow-inhibiting=false { toggle-keyboard-shortcuts-inhibit; } + // Mod+Escape allow-inhibiting=false { toggle-keyboard-shortcuts-inhibit; } } diff --git a/niri/.config/niri/config.d/input.kdl b/niri/.config/niri/config.d/input.kdl index eb63eba..95248b7 100644 --- a/niri/.config/niri/config.d/input.kdl +++ b/niri/.config/niri/config.d/input.kdl @@ -25,3 +25,10 @@ input { focus-follows-mouse max-scroll-amount="0%" } + +gestures { + hot-corners { + off + } +} + diff --git a/noctalia/.config/noctalia/colors.json b/noctalia/.config/noctalia/colors.json index 88b2e16..82c00f6 100644 --- a/noctalia/.config/noctalia/colors.json +++ b/noctalia/.config/noctalia/colors.json @@ -1,18 +1,18 @@ { - "mError": "#f16c75", - "mHover": "#a48cf2", - "mOnError": "#171928", - "mOnHover": "#171928", - "mOnPrimary": "#171928", - "mOnSecondary": "#171928", - "mOnSurface": "#ebfafa", - "mOnSurfaceVariant": "#abb4da", - "mOnTertiary": "#171928", - "mOutline": "#3b4261", - "mPrimary": "#37f499", - "mSecondary": "#04d1f9", - "mShadow": "#414868", - "mSurface": "#212337", - "mSurfaceVariant": "#292e42", - "mTertiary": "#a48cf2" + "mError": "#eb6f92", + "mHover": "#524f67", + "mOnError": "#191724", + "mOnHover": "#e0def4", + "mOnPrimary": "#191724", + "mOnSecondary": "#191724", + "mOnSurface": "#e0def4", + "mOnSurfaceVariant": "#908caa", + "mOnTertiary": "#e0def4", + "mOutline": "#403d52", + "mPrimary": "#ebbcba", + "mSecondary": "#9ccfd8", + "mShadow": "#191724", + "mSurface": "#191724", + "mSurfaceVariant": "#26233a", + "mTertiary": "#31748f" } diff --git a/noctalia/.config/noctalia/settings.json b/noctalia/.config/noctalia/settings.json index a9e59e9..005d14c 100644 --- a/noctalia/.config/noctalia/settings.json +++ b/noctalia/.config/noctalia/settings.json @@ -265,13 +265,13 @@ "weatherShowEffects": true }, "network": { - "wifiEnabled": true + "wifiEnabled": false }, "nightLight": { "autoSchedule": true, "dayTemp": "6500", "enabled": true, - "forced": true, + "forced": false, "manualSunrise": "06:30", "manualSunset": "18:30", "nightTemp": "4000" diff --git a/zsh/.config/zsh/functions/git.zsh b/zsh/.config/zsh/functions/git.zsh index b862b4e..6b210b7 100644 --- a/zsh/.config/zsh/functions/git.zsh +++ b/zsh/.config/zsh/functions/git.zsh @@ -6,7 +6,7 @@ function dc() { compdef _dc_completion dc 2>/dev/null _dc_completion_setup=1 fi - + if [[ "$1" == "-h" || "$1" == "--help" ]]; then echo "Usage: dc [commit_message]" echo "Quickly commit all changes and push to remote" @@ -111,7 +111,7 @@ function zrepo() { compdef _zrepo_completion zrepo 2>/dev/null _zrepo_completion_setup=1 fi - + if [[ "$1" == "-h" || "$1" == "--help" ]]; then echo "Usage: zrepo " echo "Create a new bare git repository on remote server" @@ -126,8 +126,8 @@ function zrepo() { fi local REPO="$1" - local SERVER="git@zvps" - local PATH_ON_SERVER="/var/git/$REPO.git" + local SERVER="git@doom" + local PATH_ON_SERVER="~/$REPO.git" echo "Creating repository '$REPO' on $SERVER..."