aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alacritty/.config/alacritty/alacritty.toml40
-rw-r--r--aliases/.aliases/aliases2
-rw-r--r--hypr/.config/hypr/hyprland.conf65
-rw-r--r--hypr/.config/hypr/hyprlandd.conf297
-rwxr-xr-xhypr/.config/hypr/waybar-alt-5/config.ini4
-rwxr-xr-xhypr/.config/hypr/waybar-alt-5/style.css10
-rwxr-xr-xhypr/.config/hypr/waybar/config.ini4
-rwxr-xr-xhypr/.config/hypr/waybar/style.css10
-rw-r--r--kitty/.config/kitty/kitty.conf8
-rw-r--r--nvim/.config/nvim/init.lua4
-rw-r--r--nvim/.config/nvim/lazy-lock.json85
-rw-r--r--nvim/.config/nvim/lazyvim.json5
-rw-r--r--nvim/.config/nvim/lua/config/options.lua6
-rw-r--r--nvim/.config/nvim/lua/plugins/custom-catppuccin.lua2
-rw-r--r--nvim/.config/nvim/lua/plugins/disabled.lua4
-rw-r--r--nvim/.config/nvim/lua/plugins/lualine.lua2
-rw-r--r--nvim/.config/nvim/lua/plugins/misc.lua21
-rw-r--r--nvim/.config/nvim/lua/plugins/nvim-treesitter-textobjects.lua51
-rw-r--r--nvim/.config/nvim/lua/plugins/snacks.lua11
-rw-r--r--nvim/.config/nvim/lua/plugins/tailwind-tools.lua12
-rw-r--r--nvim/.config/nvim/lua/plugins/telescope.lua53
-rw-r--r--scripts/.scripts/: basename1
-rw-r--r--scripts/.scripts/basename1
-rwxr-xr-xscripts/.scripts/config_files.sh36
-rwxr-xr-xscripts/.scripts/specialworkspace_mover.sh52
-rwxr-xr-xscripts/.scripts/tmux-sessionizer.sh39
m---------vim/.vim/pack/default/start/gruvbox0
m---------vim/.vim/pack/plugins/start/rosepine0
-rw-r--r--vim/.vim/vimrc (renamed from vim/.vimrc)1
-rw-r--r--zsh/.zshrc22
30 files changed, 614 insertions, 234 deletions
diff --git a/alacritty/.config/alacritty/alacritty.toml b/alacritty/.config/alacritty/alacritty.toml
index a1d3043..89afb76 100644
--- a/alacritty/.config/alacritty/alacritty.toml
+++ b/alacritty/.config/alacritty/alacritty.toml
@@ -3,33 +3,28 @@ import = [
"/usr/lib/node_modules/alacritty-themes/themes/Gruvbox-Dark.toml"
]
-# [general]
-# import = [
-# "/usr/lib/node_modules/alacritty-themes/themes/Ayu-Mirage.toml"
-# ]
-
[colors.primary]
-background = "#000000"
-foreground = "#B3B1AD"
+background = "#0d0e0f"
+foreground = "#d4be98"
[font]
size = 11
- [font.bold]
- family = "Monaspace Radon"
- style = "Bold"
+[font.bold]
+family = "MonaspiceRn Nerd Font Mono"
+style = "Bold"
- [font.bold_italic]
- family = "Monaspace Radon"
- style = "Bold Italic"
+[font.bold_italic]
+family = "MonaspiceRn Nerd Font Mono"
+style = "Bold Italic"
- [font.italic]
- family = "Monaspace Radon"
- style = "Italic"
+[font.italic]
+family = "MonaspiceRn Nerd Font Mono"
+style = "Italic"
- [font.normal]
- family = "Monaspace Radon"
- style = "Bold"
+[font.normal]
+family = "MonaspiceRn Nerd Font Mono"
+style = "Bold"
[[keyboard.bindings]]
action = "ToggleFullscreen"
@@ -39,4 +34,9 @@ key = "F11"
history = 50_000
[window]
-opacity = 1.0
+opacity = 0.40
+
+[[keyboard.bindings]]
+key = ";"
+mods = "Control"
+chars = "$HOME/.scripts/tmux-sessionizer.sh\r"
diff --git a/aliases/.aliases/aliases b/aliases/.aliases/aliases
index 52f4c5c..b1da4e2 100644
--- a/aliases/.aliases/aliases
+++ b/aliases/.aliases/aliases
@@ -7,6 +7,7 @@ alias cleanup='sudo pacman -Rns $(pacman -Qtdq)'# Remove unused packages and dep
alias grubup="sudo update-grub" # Update GRUB configuration
alias fix-permissions="sudo chown -R $USER:$USER ~/.config ~/.local" # Fix user permissions
alias downgrada="sudo downgrade --ala-url https://ant.seedhost.eu/arcolinux/" # Downgrade packages
+alias pacman="sudo pacman"
# Navigation
alias u="cd .." # Move up one directory
@@ -39,6 +40,7 @@ alias fix-gpg-retrieve="gpg2 --keyserver-options auto-key-retrieve --receive-key
alias fix-keyserver="[ -d ~/.gnupg ] || mkdir ~/.gnupg ; cp /etc/pacman.d/gnupg/gpg.conf ~/.gnupg/ ; echo 'done'" # Fix GPG server issues
# Git and Version Control
+alias gs='git status' # Count installed git packages
alias gitpkg='pacman -Q | grep -i "\-git" | wc -l' # Count installed git packages
alias rg="rg --sort path" # Ripgrep with sorted results
alias lg="lazygit" # Launch lazygit
diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf
index 4182457..7a1328b 100644
--- a/hypr/.config/hypr/hyprland.conf
+++ b/hypr/.config/hypr/hyprland.conf
@@ -34,7 +34,7 @@ $mainMod = SUPER
$localBin = $HOME/.local/bin
$scriptsDir = $HOME/.config/hypr/scripts
$hyprDir = $HOME/.config/hypr
-$term = kitty
+$term = alacritty
$menu = $scriptsDir/menu
$fullmenu = $scriptsDir/fullmenu
$volume = $scriptsDir/volume
@@ -52,17 +52,15 @@ env = XCURSOR_SIZE,24
# Startup
exec-once = $scriptsDir/startup
-exec-once = swaybg -m fill -i $HOME/Pictures/wallpapers/0390.jpg
+exec-once = swaybg -m fill -i $HOME/Pictures/wallpapers/0465.jpg
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = $scriptsDir/portal
-exec-once = [workspace 1 silent] brave
-exec-once = [workspace 2 silent] alacritty
-exec-once = [workspace 3 silent] spotify
+exec-once = [workspace 1 silent] $browser
+exec-once = [workspace 2 silent] $term
exec-once = [workspace 4 silent] ticktick
-exec-once = [workspace 5 silent] obsidian
# with lock - hyprctl
# exec-once = swayidle -w timeout 1200 '$lock' timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '$lock'
@@ -139,8 +137,8 @@ decoration {
blur {
enabled = true
- size = 3
- passes = 1
+ size = 1
+ passes = 2
}
shadow {
@@ -231,7 +229,6 @@ bind = $mainMod, E, exec, neovide
bind = $mainMod SHIFT, F, fullscreen
bind = $mainMod, Return, exec, $term
bind = $mainMod, B, exec, $browser
-bind = $mainMod, T, exec, $term
bind = $mainMod, V, exec, pavucontrol
bind = CTRL ALT, A, exec, xfce4-appfinder
@@ -311,7 +308,6 @@ bind = $mainMod, X, exec, archlinux-logout
bind = ALT, X, exec, nlogout
bind = ALT SHIFT, X, exec, nlogout
bind = $mainMod SHIFT, X, exec, arcolinux-powermenu
-bind = $mainMod, Y, exec, $term --class update -T update -e cava # f to cycle through foreground colors
# Mainmod + Function keys
bind = $mainMod, F1, exec, $browser
@@ -419,18 +415,6 @@ bind = $mainMod, 7, workspace, 7
bind = $mainMod, 8, workspace, 8
bind = $mainMod, 9, workspace, 9
bind = $mainMod, 0, workspace, 10
-# Azerty
-# Switch workspaces with mainMod + [0-9]
-#bind = $mainMod, Ampersand, workspace, 1
-#bind = $mainMod, Eacute, workspace, 2
-#bind = $mainMod, Quotedbl, workspace, 3
-#bind = $mainMod, Apostrophe, workspace, 4
-#bind = $mainMod, Parenleft, workspace, 5
-#bind = $mainMod, Section, workspace, 6
-#bind = $mainMod, Egrave, workspace, 7
-#bind = $mainMod, Exclam, workspace, 8
-#bind = $mainMod, ccedilla, workspace, 9
-#bind = $mainMod, agrave, workspace, 10
# Qwerty
# Move active window and follow to workspace
@@ -447,21 +431,6 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
bind = $mainMod, bracketleft, movetoworkspace, -1
bind = $mainMod, bracketright, movetoworkspace, +1
-# Azerty
-# Move active window and follow to workspace
-#bind = $mainMod CTRL, Ampersand, movetoworkspace, 1
-#bind = $mainMod CTRL, Eacute, movetoworkspace, 2
-#bind = $mainMod CTRL, Quotedbl, movetoworkspace, 3
-#bind = $mainMod CTRL, Apostrophe, movetoworkspace, 4
-#bind = $mainMod CTRL, Parenleft, movetoworkspace, 5
-#bind = $mainMod CTRL, Section, movetoworkspace, 6
-#bind = $mainMod CTRL, Egrave, movetoworkspace, 7
-#bind = $mainMod CTRL, Exclam, movetoworkspace, 8
-#bind = $mainMod CTRL, ccedilla, movetoworkspace, 9
-#bind = $mainMod CTRL, agrave, movetoworkspace, 10
-#bind = $mainMod CTRL, bracketleft, movetoworkspace, -1
-#bind = $mainMod CTRL, bracketright, movetoworkspace, +1
-
# Qwerty
# Move active window to a workspace with mainMod + SHIFT + [0-9]
bind = $mainMod SHIFT, 1, movetoworkspacesilent, 1
@@ -477,22 +446,10 @@ bind = $mainMod SHIFT, 0, movetoworkspacesilent, 10
bind = $mainMod SHIFT, bracketleft, movetoworkspacesilent, -1
bind = $mainMod SHIFT, bracketright, movetoworkspacesilent, +1
-# Azerty
-# Move active window to a workspace with mainMod + SHIFT + [0-9]
-#bind = $mainMod SHIFT, Ampersand, movetoworkspacesilent, 1
-#bind = $mainMod SHIFT, Eacute, movetoworkspacesilent, 2
-#bind = $mainMod SHIFT, Quotedbl, movetoworkspacesilent, 3
-#bind = $mainMod SHIFT, Apostrophe, movetoworkspacesilent, 4
-#bind = $mainMod SHIFT, Parenleft, movetoworkspacesilent, 5
-#bind = $mainMod SHIFT, Section, movetoworkspacesilent, 6
-#bind = $mainMod SHIFT, Egrave, movetoworkspacesilent, 7
-#bind = $mainMod SHIFT, Exclam, movetoworkspacesilent, 8
-#bind = $mainMod SHIFT, ccedilla, movetoworkspacesilent, 9
-#bind = $mainMod SHIFT, agrave, movetoworkspacesilent, 10
-#bind = $mainMod SHIFT, bracketleft, movetoworkspacesilent, -1
-#bind = $mainMod SHIFT, bracketright, movetoworkspacesilent, +1
-
+debug:disable_logs = false
# Personal scripts
-bind = $alt,b,exec,/home/omar/.scripts/books.sh
-bind = $mainMod,p,exec, /home/omar/.scripts/toggle_waybar.sh
+bind = $alt,b,exec, $HOME/.scripts/books.sh
+bind = $mainMod,p,exec, $HOME/.scripts/toggle_waybar.sh
+bind = $mainMod,y,exec, $HOME/.scripts/config_files.sh
+bind = $mainMod,t,exec, $HOME/.scripts/create_tmp.sh
diff --git a/hypr/.config/hypr/hyprlandd.conf b/hypr/.config/hypr/hyprlandd.conf
new file mode 100644
index 0000000..9c1e68e
--- /dev/null
+++ b/hypr/.config/hypr/hyprlandd.conf
@@ -0,0 +1,297 @@
+
+# #######################################################################################
+# AUTOGENERATED HYPRLAND CONFIG.
+# PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hyprland.conf AND EDIT IT,
+# OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS.
+# #######################################################################################
+
+autogenerated = 1 # remove this line to remove the warning
+
+# This is an example Hyprland config file.
+# Refer to the wiki for more information.
+# https://wiki.hyprland.org/Configuring/
+
+# Please note not all available settings / options are set here.
+# For a full list, see the wiki
+
+# You can split this configuration into multiple files
+# Create your files separately and then link them to this file like this:
+# source = ~/.config/hypr/myColors.conf
+
+
+################
+### MONITORS ###
+################
+
+# See https://wiki.hyprland.org/Configuring/Monitors/
+monitor=,preferred,auto,auto
+
+
+###################
+### MY PROGRAMS ###
+###################
+
+# See https://wiki.hyprland.org/Configuring/Keywords/
+
+# Set programs that you use
+$terminal = kitty
+$fileManager = dolphin
+$menu = wofi --show drun
+
+
+#################
+### AUTOSTART ###
+#################
+
+# Autostart necessary processes (like notifications daemons, status bars, etc.)
+# Or execute your favorite apps at launch like this:
+
+# exec-once = $terminal
+# exec-once = nm-applet &
+# exec-once = waybar & hyprpaper & firefox
+
+
+#############################
+### ENVIRONMENT VARIABLES ###
+#############################
+
+# See https://wiki.hyprland.org/Configuring/Environment-variables/
+
+env = XCURSOR_SIZE,24
+env = HYPRCURSOR_SIZE,24
+
+
+#####################
+### LOOK AND FEEL ###
+#####################
+
+# Refer to https://wiki.hyprland.org/Configuring/Variables/
+
+# https://wiki.hyprland.org/Configuring/Variables/#general
+general {
+ gaps_in = 5
+ gaps_out = 20
+
+ border_size = 2
+
+ # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
+ col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
+ col.inactive_border = rgba(595959aa)
+
+ # Set to true enable resizing windows by clicking and dragging on borders and gaps
+ resize_on_border = false
+
+ # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
+ allow_tearing = false
+
+ layout = dwindle
+}
+
+# https://wiki.hyprland.org/Configuring/Variables/#decoration
+decoration {
+ rounding = 10
+
+ # Change transparency of focused and unfocused windows
+ active_opacity = 1.0
+ inactive_opacity = 1.0
+
+ shadow {
+ enabled = true
+ range = 4
+ render_power = 3
+ color = rgba(1a1a1aee)
+ }
+
+ # https://wiki.hyprland.org/Configuring/Variables/#blur
+ blur {
+ enabled = true
+ size = 3
+ passes = 1
+
+ vibrancy = 0.1696
+ }
+}
+
+# https://wiki.hyprland.org/Configuring/Variables/#animations
+animations {
+ enabled = yes, please :)
+
+ # Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
+
+ bezier = easeOutQuint,0.23,1,0.32,1
+ bezier = easeInOutCubic,0.65,0.05,0.36,1
+ bezier = linear,0,0,1,1
+ bezier = almostLinear,0.5,0.5,0.75,1.0
+ bezier = quick,0.15,0,0.1,1
+
+ animation = global, 1, 10, default
+ animation = border, 1, 5.39, easeOutQuint
+ animation = windows, 1, 4.79, easeOutQuint
+ animation = windowsIn, 1, 4.1, easeOutQuint, popin 87%
+ animation = windowsOut, 1, 1.49, linear, popin 87%
+ animation = fadeIn, 1, 1.73, almostLinear
+ animation = fadeOut, 1, 1.46, almostLinear
+ animation = fade, 1, 3.03, quick
+ animation = layers, 1, 3.81, easeOutQuint
+ animation = layersIn, 1, 4, easeOutQuint, fade
+ animation = layersOut, 1, 1.5, linear, fade
+ animation = fadeLayersIn, 1, 1.79, almostLinear
+ animation = fadeLayersOut, 1, 1.39, almostLinear
+ animation = workspaces, 1, 1.94, almostLinear, fade
+ animation = workspacesIn, 1, 1.21, almostLinear, fade
+ animation = workspacesOut, 1, 1.94, almostLinear, fade
+}
+
+# Ref https://wiki.hyprland.org/Configuring/Workspace-Rules/
+# "Smart gaps" / "No gaps when only"
+# uncomment all if you wish to use that.
+# workspace = w[tv1], gapsout:0, gapsin:0
+# workspace = f[1], gapsout:0, gapsin:0
+# windowrulev2 = bordersize 0, floating:0, onworkspace:w[tv1]
+# windowrulev2 = rounding 0, floating:0, onworkspace:w[tv1]
+# windowrulev2 = bordersize 0, floating:0, onworkspace:f[1]
+# windowrulev2 = rounding 0, floating:0, onworkspace:f[1]
+
+# 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 below
+ preserve_split = true # You probably want this
+}
+
+# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
+master {
+ new_status = master
+}
+
+# https://wiki.hyprland.org/Configuring/Variables/#misc
+misc {
+ force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
+ disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
+}
+
+
+#############
+### INPUT ###
+#############
+
+# https://wiki.hyprland.org/Configuring/Variables/#input
+input {
+ kb_layout = us
+ kb_variant =
+ kb_model =
+ kb_options =
+ kb_rules =
+
+ follow_mouse = 1
+
+ sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
+
+ touchpad {
+ natural_scroll = false
+ }
+}
+
+# https://wiki.hyprland.org/Configuring/Variables/#gestures
+gestures {
+ workspace_swipe = false
+}
+
+# Example per-device config
+# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
+device {
+ name = epic-mouse-v1
+ sensitivity = -0.5
+}
+
+
+###################
+### KEYBINDINGS ###
+###################
+
+# See https://wiki.hyprland.org/Configuring/Keywords/
+$mainMod = SUPER # Sets "Windows" key as main modifier
+
+# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
+bind = $mainMod, Q, exec, $terminal
+bind = $mainMod, C, killactive,
+bind = $mainMod, M, exit,
+bind = $mainMod, E, exec, $fileManager
+bind = $mainMod, V, togglefloating,
+bind = $mainMod, R, exec, $menu
+bind = $mainMod, P, pseudo, # dwindle
+bind = $mainMod, J, togglesplit, # dwindle
+
+# Move focus with mainMod + arrow keys
+bind = $mainMod, left, movefocus, l
+bind = $mainMod, right, movefocus, r
+bind = $mainMod, up, movefocus, u
+bind = $mainMod, down, movefocus, d
+
+# Switch workspaces with mainMod + [0-9]
+bind = $mainMod, 1, workspace, 1
+bind = $mainMod, 2, workspace, 2
+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
+bind = $mainMod SHIFT, 2, movetoworkspace, 2
+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
+bind = $mainMod SHIFT, S, movetoworkspace, special:magic
+
+# Scroll through existing workspaces with mainMod + scroll
+bind = $mainMod, mouse_down, workspace, e+1
+bind = $mainMod, mouse_up, workspace, e-1
+
+# Move/resize windows with mainMod + LMB/RMB and dragging
+bindm = $mainMod, mouse:272, movewindow
+bindm = $mainMod, mouse:273, resizewindow
+
+# Laptop multimedia keys for volume and LCD brightness
+bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
+bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
+bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
+bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
+bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 10%+
+bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%-
+
+# Requires playerctl
+bindl = , XF86AudioNext, exec, playerctl next
+bindl = , XF86AudioPause, exec, playerctl play-pause
+bindl = , XF86AudioPlay, exec, playerctl play-pause
+bindl = , XF86AudioPrev, exec, playerctl previous
+
+##############################
+### WINDOWS AND WORKSPACES ###
+##############################
+
+# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
+# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
+
+# Example windowrule v1
+# windowrule = float, ^(kitty)$
+
+# Example windowrule v2
+# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
+
+# Ignore maximize requests from apps. You'll probably like this.
+windowrulev2 = suppressevent maximize, class:.*
+
+# Fix some dragging issues with XWayland
+windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
diff --git a/hypr/.config/hypr/waybar-alt-5/config.ini b/hypr/.config/hypr/waybar-alt-5/config.ini
index 73c57e4..d2ef21f 100755
--- a/hypr/.config/hypr/waybar-alt-5/config.ini
+++ b/hypr/.config/hypr/waybar-alt-5/config.ini
@@ -1,5 +1,5 @@
{
- "layer": "top", // Waybar at top layer
+ "layer": "bottom", // Waybar at top layer
"position": "top", // Waybar position (top|bottom|left|right)
"height": 40,
"width":1920,
@@ -10,7 +10,7 @@
"modules-left": ["hyprland/workspaces"],
"modules-center": ["custom/spotify"],
- "modules-right": ["custom/weather", "temperature", "cpu", "memory", "pulseaudio", "clock", "tray", "custom/power"],
+ "modules-right": ["custom/weather", "temperature", "custom-keyboard-layout", "cpu", "memory", "pulseaudio", "clock", "tray", "custom/power"],
// Modules configuration
// waybar-spotify
diff --git a/hypr/.config/hypr/waybar-alt-5/style.css b/hypr/.config/hypr/waybar-alt-5/style.css
index b5f1a7e..2736b13 100755
--- a/hypr/.config/hypr/waybar-alt-5/style.css
+++ b/hypr/.config/hypr/waybar-alt-5/style.css
@@ -61,7 +61,7 @@ window#waybar {
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
- color: #eceff4;
+ color: #d4be98;
border-color: #d8dee9;
border-style: solid;
margin-top: 2px;
@@ -103,7 +103,7 @@ window#waybar {
}
#clock {
- color: #a3be8c;
+ color: #e78a4e;
}
#backlight {
@@ -136,11 +136,11 @@ window#waybar {
}
#cpu {
- color: #a3be8c;
+ color: #a9b665;
}
#memory {
- color: #d3869b;
+ color: #ea6963;
}
#network.disabled {
@@ -156,7 +156,7 @@ window#waybar {
}
#pulseaudio {
- color: #b48ead;
+ color: #d3869b;
}
#pulseaudio.muted {
diff --git a/hypr/.config/hypr/waybar/config.ini b/hypr/.config/hypr/waybar/config.ini
index 73c57e4..d2ef21f 100755
--- a/hypr/.config/hypr/waybar/config.ini
+++ b/hypr/.config/hypr/waybar/config.ini
@@ -1,5 +1,5 @@
{
- "layer": "top", // Waybar at top layer
+ "layer": "bottom", // Waybar at top layer
"position": "top", // Waybar position (top|bottom|left|right)
"height": 40,
"width":1920,
@@ -10,7 +10,7 @@
"modules-left": ["hyprland/workspaces"],
"modules-center": ["custom/spotify"],
- "modules-right": ["custom/weather", "temperature", "cpu", "memory", "pulseaudio", "clock", "tray", "custom/power"],
+ "modules-right": ["custom/weather", "temperature", "custom-keyboard-layout", "cpu", "memory", "pulseaudio", "clock", "tray", "custom/power"],
// Modules configuration
// waybar-spotify
diff --git a/hypr/.config/hypr/waybar/style.css b/hypr/.config/hypr/waybar/style.css
index b5f1a7e..2736b13 100755
--- a/hypr/.config/hypr/waybar/style.css
+++ b/hypr/.config/hypr/waybar/style.css
@@ -61,7 +61,7 @@ window#waybar {
#workspaces button {
padding: 2px 0px;
border-bottom: 2px;
- color: #eceff4;
+ color: #d4be98;
border-color: #d8dee9;
border-style: solid;
margin-top: 2px;
@@ -103,7 +103,7 @@ window#waybar {
}
#clock {
- color: #a3be8c;
+ color: #e78a4e;
}
#backlight {
@@ -136,11 +136,11 @@ window#waybar {
}
#cpu {
- color: #a3be8c;
+ color: #a9b665;
}
#memory {
- color: #d3869b;
+ color: #ea6963;
}
#network.disabled {
@@ -156,7 +156,7 @@ window#waybar {
}
#pulseaudio {
- color: #b48ead;
+ color: #d3869b;
}
#pulseaudio.muted {
diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf
index d099d67..7a9e331 100644
--- a/kitty/.config/kitty/kitty.conf
+++ b/kitty/.config/kitty/kitty.conf
@@ -10,8 +10,8 @@
# font_family JetBrains Mono Nerd Font
# font_family JetBrains Mono Extra Bold Nerd Font
# font_family DejaVu Mono
- # font_family comic mono bold
- font_family Monaspace Radon
+ font_family comic mono bold
+ # font_family Monaspace Radon
# font_family source code pro
# font_family Iosevka Term
# font_family Fira Sans Bold
@@ -944,9 +944,9 @@ inactive_tab_font_style normal
#: The foreground and background colors
-# background_opacity 0.9
+background_opacity 0.5
# background_opacity 0.50
-background_opacity 1.00
+# background_opacity 1.00
#: The opacity of the background. A number between 0 and 1, where 1 is
#: opaque and 0 is fully transparent. This will only work if
diff --git a/nvim/.config/nvim/init.lua b/nvim/.config/nvim/init.lua
index e4eee12..7376070 100644
--- a/nvim/.config/nvim/init.lua
+++ b/nvim/.config/nvim/init.lua
@@ -1,6 +1,10 @@
-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")
+vim.g.transparent_groups = vim.list_extend(vim.g.transparent_groups or {}, { "ExtraGroup" })
+require("transparent").clear_prefix("NeoTree")
+require("transparent").clear_prefix("Trouble")
+
-- require("notify").setup({
-- background_colour = "#000000",
-- })
diff --git a/nvim/.config/nvim/lazy-lock.json b/nvim/.config/nvim/lazy-lock.json
index 8386812..d3240e9 100644
--- a/nvim/.config/nvim/lazy-lock.json
+++ b/nvim/.config/nvim/lazy-lock.json
@@ -1,73 +1,78 @@
{
- "LazyVim": { "branch": "main", "commit": "adcbfc72fd8d0808d78bdfe0940d98c6432c4ef0" },
- "LuaSnip": { "branch": "master", "commit": "0f7bbce41ea152a94d12aea286f2ce98e63c0f58" },
- "SchemaStore.nvim": { "branch": "main", "commit": "291b15c6a03d8f859da8d83f46ed41ae6bb0ea8d" },
- "catppuccin": { "branch": "main", "commit": "637d99e638bc6f1efedac582f6ccab08badac0c6" },
+ "LazyVim": { "branch": "main", "commit": "c2175397a7e7d67c31b057c6b84e652688f1d874" },
+ "LuaSnip": { "branch": "master", "commit": "33b06d72d220aa56a7ce80a0dd6f06c70cd82b9d" },
+ "SchemaStore.nvim": { "branch": "main", "commit": "f8c2a0f5d51b800ea4625808e243d9e8f7c5e1df" },
+ "catppuccin": { "branch": "main", "commit": "faf15ab0201b564b6368ffa47b56feefc92ce3f4" },
"cmp-buffer": { "branch": "main", "commit": "3022dbc9166796b644a841a02de8dd1cc1d311fa" },
- "cmp-nvim-lsp": { "branch": "main", "commit": "39e2eda76828d88b773cc27a3f61d2ad782c922d" },
+ "cmp-nvim-lsp": { "branch": "main", "commit": "99290b3ec1322070bcfb9e846450a46f6efa50f0" },
"cmp-path": { "branch": "main", "commit": "91ff86cd9c29299a64f968ebb45846c485725f23" },
"cmp_luasnip": { "branch": "master", "commit": "98d9cb5c2c38532bd9bdb481067b20fea8f32e90" },
"competitest.nvim": { "branch": "master", "commit": "e397635d212605a3fa0e2d06f3e6209085189e3f" },
"compiler-explorer.nvim": { "branch": "master", "commit": "ee8e7a2808bdad67cd2acb61b5c9ffa7735c7ec9" },
"compiler.nvim": { "branch": "main", "commit": "eb7f82bb8f9e722dd194f638e67ec53c12ce5ac5" },
- "conform.nvim": { "branch": "master", "commit": "62d5accad8b29d6ba9b58d3dff90c43a55621c60" },
+ "conform.nvim": { "branch": "master", "commit": "f4e8837878fc5712d053ba3091a73d27d96a09e2" },
"diffview.nvim": { "branch": "main", "commit": "4516612fe98ff56ae0415a259ff6361a89419b0a" },
"dressing.nvim": { "branch": "master", "commit": "fc78a3ca96f4db9f8893bb7e2fd9823e0780451b" },
"flash.nvim": { "branch": "main", "commit": "34c7be146a91fec3555c33fe89c7d643f6ef5cf1" },
- "friendly-snippets": { "branch": "main", "commit": "de8fce94985873666bd9712ea3e49ee17aadb1ed" },
- "fzf-lua": { "branch": "main", "commit": "9427dc65afaa7972fb20fc52280cd1449f691928" },
- "gitsigns.nvim": { "branch": "main", "commit": "ac5aba6dce8c06ea22bea2c9016f51a2dbf90dc7" },
- "grug-far.nvim": { "branch": "main", "commit": "9a2f78219390b47d67795ab09390d7f092e23976" },
- "gruvbox.nvim": { "branch": "main", "commit": "49d9c0b150ba70efcd831ec7b3cb8ee740067045" },
+ "friendly-snippets": { "branch": "main", "commit": "efff286dd74c22f731cdec26a70b46e5b203c619" },
+ "fzf-lua": { "branch": "main", "commit": "9568a385cb4a682ac20095a39dfcdec357220c07" },
+ "gitsigns.nvim": { "branch": "main", "commit": "5f808b5e4fef30bd8aca1b803b4e555da07fc412" },
+ "grug-far.nvim": { "branch": "main", "commit": "11d0fbd6fff6f4e394af95319deeaab4ef88ce97" },
+ "gruvbox.nvim": { "branch": "main", "commit": "68c3460a5d1d1a362318960035c9f3466d5011f5" },
"harpoon": { "branch": "master", "commit": "1bc17e3e42ea3c46b33c0bbad6a880792692a1b3" },
"hex.nvim": { "branch": "master", "commit": "fcff75fcf43b5a6c5b471eed65b3a06c412d6020" },
- "indent-blankline.nvim": { "branch": "master", "commit": "7871a88056f7144defca9c931e311a3134c5d509" },
- "lazy.nvim": { "branch": "main", "commit": "7967abe55752aa90532e6bb4bd4663fe27a264cb" },
- "lazydev.nvim": { "branch": "main", "commit": "d5800897d9180cea800023f2429bce0a94ed6064" },
+ "lazy.nvim": { "branch": "main", "commit": "7e6c863bc7563efbdd757a310d17ebc95166cef3" },
+ "lazydev.nvim": { "branch": "main", "commit": "f59bd14a852ca43db38e3662395354cb2a9b13e0" },
"litee-calltree.nvim": { "branch": "main", "commit": "b50c809d136ad479caf761a7f030da98c56c7976" },
"litee.nvim": { "branch": "main", "commit": "4efaf373322d9e71eaff31164abb393417cc6f6a" },
- "lspkind.nvim": { "branch": "master", "commit": "a700f1436d4a938b1a1a93c9962dc796afbaef4d" },
+ "lspkind.nvim": { "branch": "master", "commit": "d79a1c3299ad0ef94e255d045bed9fa26025dab6" },
"lualine-so-fancy.nvim": { "branch": "main", "commit": "45197358e5274d301d98638bf079f3437d6eacf8" },
"lualine.nvim": { "branch": "master", "commit": "2a5bae925481f999263d6f5ed8361baef8df4f83" },
- "luvit-meta": { "branch": "main", "commit": "57d464c4acb5c2e66bd4145060f5dc9e96a7bbb7" },
- "mason-lspconfig.nvim": { "branch": "main", "commit": "43894adcf10bb1190c2184bd7c1750e8ea2b3dce" },
+ "mason-lspconfig.nvim": { "branch": "main", "commit": "8e46de9241d3997927af12196bd8faa0ed08c29a" },
+ "mason-nvim-dap.nvim": { "branch": "main", "commit": "8b9363d83b5d779813cdd2819b8308651cec2a09" },
"mason.nvim": { "branch": "main", "commit": "e2f7f9044ec30067bc11800a9e266664b88cda22" },
"material.nvim": { "branch": "main", "commit": "31429eef4b7233ebdae3ddb57b7165ee4f1bd653" },
- "mini.icons": { "branch": "main", "commit": "54686be7d58807906cb2c8c2216e0bf9c044f19a" },
+ "mini.ai": { "branch": "main", "commit": "ebb04799794a7f94628153991e6334c3304961b8" },
+ "mini.icons": { "branch": "main", "commit": "44c0160526f7ae17ca8e8eab9ab235d047fcf7a6" },
"mini.move": { "branch": "main", "commit": "4caa1c212f5ca3d1633d21cfb184808090ed74b1" },
- "mini.nvim": { "branch": "main", "commit": "ccfc6300a5c17387f2899f979ecc04f942bee2a0" },
+ "mini.nvim": { "branch": "main", "commit": "7ebfab26d77a4b9b05aaae565907e7fa4b2ee154" },
"mini.pairs": { "branch": "main", "commit": "7e834c5937d95364cc1740e20d673afe2d034cdb" },
- "mini.surround": { "branch": "main", "commit": "48a9795c9d352c771e1ab5dedab6063c0a2df037" },
- "neo-tree.nvim": { "branch": "main", "commit": "a77af2e764c5ed4038d27d1c463fa49cd4794e07" },
- "neogit": { "branch": "master", "commit": "efd2a182024e422a4c4061683b9264c782eb684a" },
- "nui.nvim": { "branch": "main", "commit": "b58e2bfda5cea347c9d58b7f11cf3012c7b3953f" },
+ "mini.surround": { "branch": "main", "commit": "aa5e245829dd12d8ff0c96ef11da28681d6049aa" },
+ "neo-tree.nvim": { "branch": "main", "commit": "395ce4675a54828f9fd730d78f7910c114ab0a49" },
+ "neogit": { "branch": "master", "commit": "cfea08ebb2fda22f1357e413d4ea45dcda6fcab5" },
+ "nui.nvim": { "branch": "main", "commit": "53e907ffe5eedebdca1cd503b00aa8692068ca46" },
"nvim-autopairs": { "branch": "master", "commit": "b464658e9b880f463b9f7e6ccddd93fb0013f559" },
- "nvim-cmp": { "branch": "main", "commit": "be7bd4c5f860c79da97af3a26d489af50babfd4b" },
- "nvim-lint": { "branch": "master", "commit": "8e9562de7261e5b862c631958df616e1a65552cd" },
- "nvim-lspconfig": { "branch": "master", "commit": "c646154d6e4db9b2979eeb517d0b817ad00c9c47" },
+ "nvim-cmp": { "branch": "main", "commit": "3403e2e9391ed0a28c3afddd8612701b647c8e26" },
+ "nvim-dap": { "branch": "master", "commit": "567da83810dd9da32f9414d941bc6848715fc102" },
+ "nvim-dap-ui": { "branch": "master", "commit": "ffa89839f97bad360e78428d5c740fdad9a0ff02" },
+ "nvim-dap-virtual-text": { "branch": "master", "commit": "76d80c3d171224315b61c006502a1e30c213a9ab" },
+ "nvim-lint": { "branch": "master", "commit": "6b46370d02cd001509a765591a3ffc481b538794" },
+ "nvim-lspconfig": { "branch": "master", "commit": "3da18150795cd0cf2c0efe3c6fe6e142800c14ef" },
+ "nvim-nio": { "branch": "master", "commit": "a428f309119086dc78dd4b19306d2d67be884eee" },
"nvim-snippets": { "branch": "main", "commit": "56b4052f71220144689caaa2e5b66222ba5661eb" },
- "nvim-treesitter": { "branch": "master", "commit": "fcd2a5fea91deac818f26a6412a624798af45033" },
+ "nvim-treesitter": { "branch": "master", "commit": "cfbbdd5effbde3d47d2d662e67cfcd6