From 3a99b9b9c89948918307b11ec117072363536eda Mon Sep 17 00:00:00 2001 From: cool-mist Date: Mon, 10 Aug 2026 12:04:58 +0530 Subject: [PATCH] updates --- dot_bashrc | 4 ++ dot_gitconfig | 2 +- private_dot_config/hypr/hyprland.conf | 47 +++++++------------ private_dot_config/hypr/hyprpaper.conf | 8 +--- private_dot_config/kitty/private_kitty.conf | 26 ++++++---- .../kitty/private_kitty.conf.bak | 20 ++++---- private_dot_config/waybar/config.jsonc | 2 +- private_dot_config/waybar/style.css | 26 +--------- 8 files changed, 54 insertions(+), 81 deletions(-) diff --git a/dot_bashrc b/dot_bashrc index 5fb2164..acf24e6 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -123,6 +123,7 @@ export CARGO_HOME=$HOME/.cargo export PATH=$PATH:$CARGO_HOME/bin # export XDG_CONFIG_HOME=$HOME/.config +export XDG_CACHE_HOME=$HOME/.cache export PATH=$PATH:$XDG_CONFIG_HOME # export CHIPS_LAB_HOME=$HOME/projects/homelab/services @@ -132,3 +133,6 @@ export CHIPS_LAB_HOME=$HOME/projects/homelab/services export NVM_DIR="$HOME/.config/nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion +export PATH="$PATH:/home/chips/toolchains/install/ct-ng/bin" +export LEDGER_FILE=/home/chips/seagate/finance/2026.journal +alias sshk="kitten ssh" diff --git a/dot_gitconfig b/dot_gitconfig index bb2eab9..56ea9c0 100644 --- a/dot_gitconfig +++ b/dot_gitconfig @@ -1,5 +1,5 @@ [user] - email = n.suryap@gmail.com + email = dev@neophyte.me name = cool-mist [init] defaultBranch = main diff --git a/private_dot_config/hypr/hyprland.conf b/private_dot_config/hypr/hyprland.conf index 08e3d7c..31ff4d9 100644 --- a/private_dot_config/hypr/hyprland.conf +++ b/private_dot_config/hypr/hyprland.conf @@ -21,7 +21,7 @@ ################ # See https://wiki.hyprland.org/Configuring/Monitors/ -monitor= DP-1, 1920x1080, 0x0, 1 +monitor= DP-3, 1920x1080, 0x0, 1 monitor= HDMI-A-1, 1920x1080, 1920x0, 1 @@ -38,6 +38,7 @@ $menu = tofi-drun --drun-launch=true $colorPicker = hyprpicker -a $screenshot = /home/chips/.local/bin/grimblast copy area $browser = brave +$browser_incog = brave --incognito ################# ### AUTOSTART ### @@ -46,7 +47,7 @@ $browser = brave # Autostart necessary processes (like notifications daemons, status bars, etc.) # Or execute your favorite apps at launch like this: -exec-once = waybar +exec-once = quickshell exec-once = sway-nc exec-once = systemctl --user start hyprpolkitagent exec-once = hyprpaper @@ -69,10 +70,9 @@ env = HYPRCURSOR_SIZE,24 # https://wiki.hyprland.org/Configuring/Variables/#general general { - gaps_in = 5 - gaps_out = 10 - - border_size = 1 + gaps_in = 2 + gaps_out = 2 + border_size = 0 # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg @@ -89,8 +89,8 @@ general { # https://wiki.hyprland.org/Configuring/Variables/#decoration decoration { - rounding = 5 - rounding_power = 3 + rounding = 0 + rounding_power = 0 # Change transparency of focused and unfocused windows active_opacity = 1 @@ -106,7 +106,7 @@ decoration { # https://wiki.hyprland.org/Configuring/Variables/#blur blur { - enabled = true + enabled = false size = 5 passes = 1 vibrancy = 0.1696 @@ -153,18 +153,16 @@ animations { # windowrule = bordersize 0, floating:0, onworkspace:f[1] # windowrule = rounding 0, floating:0, onworkspace:f[1] -workspace = 1, monitor:DP-1, default:true, persistent:true -workspace = 2, monitor:DP-1, default:true, persistent:true -workspace = 3, monitor:DP-1, default:true, persistent:true -workspace = 4, monitor:DP-1, default:true, persistent:true -workspace = 5, monitor:DP-1, default:true, persistent:true -workspace = 9, monitor:HDMI-A-1, default:true, persistent:true -workspace = 8, monitor:HDMI-A-1, default:true, persistent:true -workspace = 10, monitor:HDMI-A-1, default:true, persistent:true +workspace = 1, monitor:0, default:true, persistent:true +workspace = 2, monitor:0, default:true, persistent:true +workspace = 3, monitor:0, default:true, persistent:true +workspace = 4, monitor:0, default:true, persistent:true +workspace = 5, monitor:0, default:true, persistent:true +workspace = 6, monitor:0, default:true, persistent:true # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more dwindle { - pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section b1 + # pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section b1 preserve_split = true # You probably want this } @@ -226,6 +224,7 @@ bind = $mainMod, E, exec, $fileManager bind = $mainMod, C, exec, $colorPicker bind = $mainMod, S, exec, $screenshot bind = $mainMod, B, exec, $browser +bind = $mainMod, N, exec, $browser_incog bind = $mainMod, T, togglefloating, bind = $mainMod, R, exec, $menu # bind = $mainMod, P, pseudo, # dwindle @@ -246,10 +245,6 @@ bind = $mainMod, 3, workspace, 3 bind = $mainMod, 4, workspace, 4 bind = $mainMod, 5, workspace, 5 bind = $mainMod, 6, workspace, 6 -bind = $mainMod, 7, workspace, 7 -bind = $mainMod, 8, workspace, 8 -bind = $mainMod, 9, workspace, 9 -bind = $mainMod, 0, workspace, 10 # Move active window to a workspace with mainMod + SHIFT + [0-9] bind = $mainMod SHIFT, 1, movetoworkspace, 1 @@ -258,10 +253,6 @@ bind = $mainMod SHIFT, 3, movetoworkspace, 3 bind = $mainMod SHIFT, 4, movetoworkspace, 4 bind = $mainMod SHIFT, 5, movetoworkspace, 5 bind = $mainMod SHIFT, 6, movetoworkspace, 6 -bind = $mainMod SHIFT, 7, movetoworkspace, 7 -bind = $mainMod SHIFT, 8, movetoworkspace, 8 -bind = $mainMod SHIFT, 9, movetoworkspace, 9 -bind = $mainMod SHIFT, 0, movetoworkspace, 10 # Example special workspace (scratchpad) # bind = $mainMod, S, togglespecialworkspace, magic @@ -282,8 +273,7 @@ bindel = $mainMod SHIFT, up, resizeactive, 0, -20 bindel = $mainMod SHIFT, down, resizeactive, 0, 20 # On/Off monitors -bind = $mainMod CTRL, K, exec, sleep 1 && hyprctl dispatch dpms toggle DP-1 -bind = $mainMod CTRL, L, exec, sleep 1 && hyprctl dispatch dpms toggle HDMI-A-1 +bind = $mainMod CTRL, L, exec, sleep 0.5 && hyprctl dispatch dpms toggle DP-3 ############################## ### WINDOWS AND WORKSPACES ### @@ -309,7 +299,6 @@ windowrule { match:title = .*Debug:.* center = on - workspace = 10 size = 900 900 float = yes } diff --git a/private_dot_config/hypr/hyprpaper.conf b/private_dot_config/hypr/hyprpaper.conf index 669051f..4c73ed4 100644 --- a/private_dot_config/hypr/hyprpaper.conf +++ b/private_dot_config/hypr/hyprpaper.conf @@ -3,12 +3,6 @@ splash = off wallpaper { monitor = HDMI-A-1 - path = /home/chips/Pictures/wallpapers/summer_dreams.png - fit_mode = cover -} - -wallpaper { - monitor = DP-1 - path = /home/chips/Pictures/wallpapers/wallhaven-1.jpg + path = /home/chips/Pictures/wallpapers/abandoned.png fit_mode = cover } diff --git a/private_dot_config/kitty/private_kitty.conf b/private_dot_config/kitty/private_kitty.conf index 77f5fcf..35c7d4c 100644 --- a/private_dot_config/kitty/private_kitty.conf +++ b/private_dot_config/kitty/private_kitty.conf @@ -1,9 +1,3 @@ -# BEGIN_KITTY_FONTS -font_family family="JetBrainsMono Nerd Font Mono" -bold_font auto -italic_font auto -bold_italic_font auto - enable_audio_bell no inactive_text_alpha 0.5 tab_bar_edge bottom @@ -12,6 +6,7 @@ tab_powerline_style angled tab_bar_min_tabs 1 active_tab_font_style bold inactive_tab_font_style normal +hide_window_decorations on # Layout management enabled_layouts splits, stack @@ -27,12 +22,14 @@ map ctrl+shift+left move_window left map ctrl+shift+right move_window right map ctrl+shift+down move_window down +map ctrl+shift+x show_scrollback + map ctrl+shift+w close_window -map ctrl+shift+= resize_window wider 10 -map ctrl+shift+- resize_window narrower 10 -map ctrl+= slant taller 10 -map ctrl+- resize_window shorter 10 +map ctrl+right resize_window wider 10 +map ctrl+left resize_window narrower 10 +map ctrl+down resize_window shorter 10 +map ctrl+up resize_window taller 10 map ctrl+shift+1 goto_tab 1 map ctrl+shift+2 goto_tab 2 @@ -50,3 +47,12 @@ map ctrl+shift+9 goto_tab 9 # Nord include current-theme.conf # END_KITTY_THEME + + +# BEGIN_KITTY_FONTS +font_family family='IntoneMono Nerd Font Mono' +bold_font auto +italic_font auto +bold_italic_font auto +font_size 12.0 +# END_KITTY_FONTS diff --git a/private_dot_config/kitty/private_kitty.conf.bak b/private_dot_config/kitty/private_kitty.conf.bak index 8ec47a9..ffb126f 100644 --- a/private_dot_config/kitty/private_kitty.conf.bak +++ b/private_dot_config/kitty/private_kitty.conf.bak @@ -10,12 +10,9 @@ tab_bar_edge bottom tab_bar_style slant tab_powerline_style angled tab_bar_min_tabs 1 -active_tab_foreground #ff2 -active_tab_background #000 active_tab_font_style bold -inactive_tab_foreground #444 -inactive_tab_background #999 inactive_tab_font_style normal +hide_window_decorations on # Layout management enabled_layouts splits, stack @@ -33,10 +30,10 @@ map ctrl+shift+down move_window down map ctrl+shift+w close_window -map ctrl+shift+= resize_window wider 10 -map ctrl+shift+- resize_window narrower 10 -map ctrl+= slant taller 10 -map ctrl+- resize_window shorter 10 +map ctrl+right resize_window wider 10 +map ctrl+left resize_window narrower 10 +map ctrl+down resize_window shorter 10 +map ctrl+up resize_window taller 10 map ctrl+shift+1 goto_tab 1 map ctrl+shift+2 goto_tab 2 @@ -48,3 +45,10 @@ map ctrl+shift+7 goto_tab 7 map ctrl+shift+8 goto_tab 8 map ctrl+shift+9 goto_tab 9 + + +# BEGIN_KITTY_THEME +# Nord +include current-theme.conf +# END_KITTY_THEME + diff --git a/private_dot_config/waybar/config.jsonc b/private_dot_config/waybar/config.jsonc index a047e8f..c250f34 100644 --- a/private_dot_config/waybar/config.jsonc +++ b/private_dot_config/waybar/config.jsonc @@ -1,6 +1,6 @@ { "layer": "top", - "position": "top", + "position": "right", "modules-left": [ "disk", "memory", diff --git a/private_dot_config/waybar/style.css b/private_dot_config/waybar/style.css index fd3ce8d..a634985 100644 --- a/private_dot_config/waybar/style.css +++ b/private_dot_config/waybar/style.css @@ -1,15 +1,10 @@ * { border: none; - font-size: 13px; + font-size: 10px; font-family: "JetBrainsMono Nerd Font,JetBrainsMono NF" ; min-height: 10px; } -window#waybar { - background: transparent; - border-radius: 0 0 15px 15px; -} - #custom-logo { margin-left: 10px; } @@ -17,24 +12,19 @@ window#waybar { .modules-right { padding: 0px; background: #225496; - border-radius: 0 0 0 15px; border: 2px solid #4F0B1E; } .modules-center { - border-radius: 15px 15px 15px 15px; - background: transparent; } .modules-left { background: #225496; - border-radius: 0 0 15px 0; border: 2px solid #4F0B1E; } #workspaces { background: #225496; - border-radius: 0 0 15px 15px; border: 2px solid #4F0B1E; } @@ -70,8 +60,6 @@ window#waybar { #window, #clock { color: #ffffff; - margin-left: 10px; - margin-right: 10px; } #pulseaudio { @@ -104,17 +92,5 @@ window#waybar { #battery.critical:not(.charging) { background-color: #f53c3c; color: #ffffff; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; } - -@keyframes blink { - to { - background-color: #ffffff; - color: #000000; - } -}