desktop #1

Merged
Nicholai merged 5 commits from desktop into master 2025-11-25 10:53:57 +00:00
50 changed files with 251 additions and 345 deletions
Showing only changes of commit d8c651bc9e - Show all commits

2
configs/colors.conf Normal file
View File

@ -0,0 +1,2 @@
source = ~/.cache/wal/colors-hyprland.conf

22
configs/input.conf Normal file
View File

@ -0,0 +1,22 @@
env = HYPRCURSOR_THEME,Bibata-Modern-Ice
env = HYPRCURSOR_SIZE,24
env = XCURSOR_THEME,Bibata-Modern-Ice
env = XCURSOR_SIZE,24
env = WLR_NO_HARDWARE_CURSORS,1
input {
kb_layout = us
kb_variant =
kb_model =
kb_options =
kb_rules =
follow_mouse = 1
touchpad {
natural_scroll = yes
}
sensitivity = 0 # 0 0, 0 means no modification.
}

104
configs/keybinds.conf Normal file
View File

@ -0,0 +1,104 @@
#---------
# keybinds
#---------
$mainMod = SUPER
#Wallpaper Menu
bind = $mainMod, W, exec, ~/scripts/pywal/wallpapermenu.sh
#Resort Wallpapers and sync to nextcloud
bind = $mainMod SHIFT, W, exec, ~/scripts/wallpapersync.sh
#Cliphistory
bind = $mainMod SHIFT, H, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy
#ComfyUI
bind = $mainMod SHIFT, C, exec, ~/ComfyUI/start.sh
#calculator
bind = $mainMod, C, exec, qalculate-gtk
#Firefox
bind = $mainMod, B, exec, zen-browser
#3dequalizer startup script
bind = $mainMod, T, exec, ~/Software/3DE4_linux64_r5/bin/wrapper_startup_script_r5
#Quixel Bridge
bind = $mainMod SHIFT, B, exec, ~/Software/start-bridge.sh
#NukeX
bind = $mainMod, N, exec, ~/Nuke15.2v6/Nuke15.2 --nukex >/dev/null 2>&1 &
bind = $mainMod, H, exec, ~/Nuke15.2v6/Nuke15.2 --hiero >/dev/null 2>&1 &
#Waybar theme
bind = $mainMod SHIFT, W, exec, ~/.config/waybar/scripts/switch-layout.sh
#Waybar Kill
bind = $mainMod SHIFT, R, exec, ~/.config/waybar/scripts/switch-style.sh
#Launch Minecraft
bind = $mainMod SHIFT, G, exec, prime-run minecraft-launcher
#Launch Discord
bind = $mainMod SHIFT, V, exec, Discord
#launch parsec
bind = $mainMod, P, exec, parsecd
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, Q, exec, kitty #open the terminal
bind = $mainMod SHIFT, Q, exec, ~/Software/start-claude-code.sh
bind = $mainMod SHIFT, X, killactive, # close the active window
bind = $mainMod, L, exec, swaylock # Lock the screen
bind = $mainMod, M, exec, wlogout --protocol layer-shell # show the logout window
bind = $mainMod SHIFT, M, exit, # Exit Hyprland all together no (force quit Hyprland)
bind = $mainMod, E, exec, thunar # Show the graphical file browser
bind = $mainMod, V, togglefloating, # Allow a window to float
bind = $mainMod, SPACE, exec, wofi --color
# ~/.cache/wal/colors.css # Show the graphicall app launcher
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, S, exec, grim -g "$(slurp)" - | swappy -f - # take a screenshot
# Screenshot keybindings
bind = , Print, exec, grim - | wl-copy # Full screen to clipboard
bind = SHIFT, Print, exec, grim -g "$(slurp)" - | wl-copy # Selection to clipboard
bind = CTRL, Print, exec, grim ~/Pictures/screenshot_$(date +%Y%m%d_%H%M%S).png # Full screen to file
bind = CTRL SHIFT, Print, exec, grim -g "$(slurp)" ~/Pictures/screenshot_$(date +%Y%m%d_%H%M%S).png # Selection to file
bind = ,156, exec, rog-control-center # ASUS Armory crate key
bind = ,211, exec, asusctl profile -n; pkill -SIGRTMIN+8 waybar # Fan Profile key switch between power profiles
bind = ,121, exec, pamixer -t # Speaker Mute FN+F1
bind = ,122, exec, pamixer -d 5 # Volume lower key
bind = ,123, exec, pamixer -i 5 # Volume Higher key
bind = ,256, exec, pamixer --default-source -t # Mic mute key
bind = ,232, exec, brightnessctl set 10%- # Screen brightness down FN+F7
bind = ,233, exec, brightnessctl set 10%+ # Screen brightness up FN+F8
bind = ,237, exec, brightnessctl -d asus::kbd_backlight set 33%- # Keyboard brightness down FN+F2
bind = ,238, exec, brightnessctl -d asus::kbd_backlight set 33%+ # Keyboard brightnes up FN+F3
bind = ,210, exec, asusctl led-mode -n # Switch keyboard RGB profile FN+F4
# 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
# 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

25
configs/settings.conf Normal file
View File

@ -0,0 +1,25 @@
monitor=eDP-1,preferred,auto,1.5
monitor=DP-3,3840x2160@60.00,0x0,1.25
exec-once = swww init
exec-once = dunst
exec-once = ~/.config/hypr/xdg-portal-hyprland
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_SESSION_TYPE
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=Hyprland XDG_SESSION_TYPE=wayland
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec-once = waybar
exec-once = blueman-applet
exec-once = wl-paste --type text --watch cliphist store
exec-once = wl-paste --type image --watch cliphist store
exec-once = wal -R
misc {
disable_hyprland_logo = yes
mouse_move_enables_dpms = true
}
plugin {
unredir_focused = false
}

View File

@ -1,347 +1,12 @@
#NICHOLAIS CUSTOM HYPRLAND CONFIG
$configs = $HOME/.config/hypr/configs/
$userconfig = $HOME/.config/hypr/userconfig/
#------------------------------------------------------------------
# Monitor Setup
#------------------------------------------------------------------
source=$configs/settings.conf
source=$configs/input.conf
source=$configs/colors.conf
source=$configs/keybinds.conf
source=$userconfig/windowrules.conf
source=$userconfig/animations.conf
source=$userconfig/windows.conf
source=$userconfig/layouts.conf
#monitor=,preferred,auto,1
monitor=eDP-1,preferred,auto,1.5
monitor=HDMI-A-1,3840x2160@60.00,0x0,1.5
#------------------------------------------------------------------
# AUTOSTART
#------------------------------------------------------------------
#based on the tutorial from My Linux For Work:
exec-once = swww init
exec-once = dunst
#exec-once = the updatewal-swww.sh file would go here
#exec-once = the gtk.sh file would go here
exec-once = ~/.config/hypr/xdg-portal-hyprland
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 = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec-once = waybar
exec-once = blueman-applet
exec-once = wl-paste --type text --watch cliphist store
exec-once = wl-paste --type image --watch cliphist store
#------------------------------------------------------------------
# Cursor Settings
#------------------------------------------------------------------
env = HYPRCURSOR_THEME,Bibata-Modern-Ice
env = HYPRCURSOR_SIZE,24
env = XCURSOR_THEME,Bibata-Modern-Ice
env = XCURSOR_SIZE,24
env = WLR_NO_HARDWARE_CURSORS,1
# exec = swaybg -m fill -i ~/Pictures/GreenPond.jpg
exec-once = wal -R
#------------------------------------------------------------------
# Load Pywal color file
#------------------------------------------------------------------
# Default Source:
# source = ~/.config/hypr/myColors.conf # Commented out - file not found
# source = ~/.cache/wal/colors-hyprland.conf # Commented out - file not found
source = ~/.cache/wal/colors-hyprland.conf
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input {
kb_layout = us
kb_variant =
kb_model =
kb_options =
kb_rules =
follow_mouse = 1
touchpad {
natural_scroll = yes
}
sensitivity = 0 # 0 0, 0 means no modification.
}
#------------------------------------------------------------------
# GENERAL WINDOW LAYOUT AND COLORS
#------------------------------------------------------------------
general {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
gaps_in = 5
gaps_out = 10
border_size = 1
#col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.active_border=rgba(45475aee)
col.inactive_border = rgba(45475aee)
layout = dwindle
}
#------------------------------------------------------------------
# MISC SETTINGS
#------------------------------------------------------------------
misc {
disable_hyprland_logo = yes
}
#------------------------------------------------------------------
# GENERAL WINDOW DECORATION
#------------------------------------------------------------------
decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 20
blur {
enabled = true
size = 7
passes = 3
}
active_opacity = 1.0
inactive_opacity = .95
fullscreen_opacity = 1.0
# drop_shadow = yes
# shadow_range = 4
# shadow_render_power = 3
# col.shadow = rgba(1a1a1aee)
}
layerrule = blur, wofi
layerrule = ignorealpha 0.05, wofi
layerrule = blur, wlogout
layerrule = ignorealpha 0.05, wlogout
#------------------------------------------------------------------
# ANIMATIONS
#------------------------------------------------------------------
# animations {
# enabled = yes
# # Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
# bezier = myBezier, 0.05, 0.9, 0.1, 1.05
# animation = windows, 1, 1, myBezier
# animation = windowsOut, 1, 1, default, popin 80%
# animation = border, 1, 1, default
# animation = fade, 1, 1, default
# animation = workspaces, 1, 1, default
#}
# Smooth and natural feeling
bezier = smooth, 0.25, 0.1, 0.25, 1.0
# Slight bounce for windows
bezier = bounce, 0.34, 1.56, 0.64, 1
# Quick and snappy
bezier = snappy, 0.4, 0.0, 0.2, 1.0
# Gentle easing for fades
bezier = gentle, 0.25, 0.46, 0.45, 0.94
# Your current curve (refined)
bezier = myBezier, 0.05, 0.9, 0.1, 1.02
animations {
enabled = yes
# Window animations - bouncy feel for opening/closing
animation = windows, 1, 1, snappy, slide
animation = windowsIn, 1, 1, myBezier, slide
animation = windowsOut, 1, 1, snappy, popin 85%
animation = windowsMove, 1, 1, smooth
# Layer animations (notifications, bars, menus)
animation = layers, 1, 2, smooth, slide
animation = layersIn, 1, 2, smooth, slide
animation = layersOut, 1, 2, snappy, slide
# Fade effects - smooth transitions
#animation = fade, 1, 1, snappy
#animation = fadeIn, 1, 1, snappy
#animation = fadeOut, 1, 1, snappy
#animation = fadeSwitch, 1, 1, snappy
#animation = fadeShadow, 1, 1, snappy
#animation = fadeDim, 1, 1, snappy
#animation = fadeLayers, 1, 1, snappy
#animation = fadeLayersIn, 1, 1, snappy
#animation = fadeLayersOut, 1, 1, snappy
# Border animations
animation = border, 1, 2, smooth
animation = borderangle, 1, 2, smooth
# Workspace animations - slidefade for smooth transitions
animation = workspaces, 1, 1, smooth, slidefade 15%
animation = workspacesIn, 1, 1, smooth, slidefade 15%
animation = workspacesOut, 1, 1, snappy, slidefade 15%
animation = specialWorkspace, 1, 1, bounce, slidevert
animation = specialWorkspaceIn, 1, 1, bounce, slidevert
animation = specialWorkspaceOut, 1, 1, snappy, slidevert
}
#------------------------------------------------------------------
# LAYOUTS
#------------------------------------------------------------------
dwindle {
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = yes # you probably want this
}
master {
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
# new_is_master = true
}
#gestures {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
# workspace_swipe = off
#}
# Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
# device:epic mouse V1 {
# sensitivity = -0.5
#}
# Example windowrule v1
# windowrule = float, ^(kitty)$
# Example windowrule v2
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
# rules below would make the specific app transparent
windowrulev2 = opacity 0.8 0.8,class:^(kitty)$
windowrulev2 = opacity 0.9 0.9,class:^(thunar)$
# windowrulev2 = opacity 0.8 0.8,class:^(chromium)$
# windowrulev2 = opacity 0.85 0.85,class:^(code-oss)$
windowrulev2 = opacity 0.8 0.8,class:^(marktext)$
windowrulev2 = opacity 0.8 0.8,class:^(nextcloud)$
windowrulev2 = opacity 0.8 0.8,class:^(nsxiv)$
windowrulev2 = opacity 0.9 0.9,class:^(vesktop)$
windowrulev2 = opacity 0.8 0.8,class:^(wofi)$
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = SUPER
#-----------------------------------------------------------------
#__ ___ _ _ ____ _ ____ _____ ____ ____
#\ \ / / \ | | | | | _ \ / \ | _ \| ____| _ \/ ___|
# \ \ /\ / / _ \ | | | | | |_) / _ \ | |_) | _| | |_) \___ \
# \ V V / ___ \| |___| |___| __/ ___ \| __/| |___| _ < ___) |
# \_/\_/_/ \_\_____|_____|_| /_/ \_\_| |_____|_| \_\____/
#
#Wallpaper Menu
bind = $mainMod, W, exec, ~/scripts/pywal/wallpapermenu.sh
#Resort Wallpapers and sync to nextcloud
bind = $mainMod SHIFT, W, exec, ~/scripts/wallpapersync.sh
#-----------------------------------------------------------------
# ____ _____ _____
#/ ___|_ _|_ _|
#\___ \ | | | |
# ___) || | | |
#|____/ |_| |_| alsa_input.pci-0000_00_1f.3.analog-stereo
#Start Transcription
bind = $mainMod, Y, exec, nerd-dictation begin --input PW-CAT --pulse-device-name alsa_input.pci-0000_00_1f.3.analog-stereo --vosk-model-dir ~/.config/nerd-dictation/model --sample-rate 48000 --simulate-input-tool WTYPE --output SIMULATE_INPUT --full-sentence --numbers-as-digits --numbers-use-separator --idle-time 0.05 --timeout 4 --delay-exit 0.7
#Cliphistory
bind = $mainMod SHIFT, H, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy
#Firefox
bind = $mainMod, B, exec, zen-browser
#open virtual machines
bind = $mainMod, T, exec, virt-manager
#NukeX
bind = $mainMod, N, exec, ~/Nuke15.2v6/Nuke15.2 --nukex >/dev/null 2>&1 &
#Waybar Start
# bind = $mainMod SHIFT, W, exec, waybar
#Waybar Kill
bind = $mainMod SHIFT, R, exec, killall -SIGUSR2 waybar
#Launch Minecraft
bind = $mainMod SHIFT, G, exec, prime-run minecraft-launcher
#Launch Discord
bind = $mainMod SHIFT, V, exec, Discord
#launch parsec
bind = $mainMod, P, exec, parsecd
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, Q, exec, kitty #open the terminal
bind = $mainMod SHIFT, X, killactive, # close the active window
bind = $mainMod, L, exec, swaylock # Lock the screen
bind = $mainMod, M, exec, wlogout --protocol layer-shell # show the logout window
bind = $mainMod SHIFT, M, exit, # Exit Hyprland all together no (force quit Hyprland)
bind = $mainMod, E, exec, thunar # Show the graphical file browser
bind = $mainMod, V, togglefloating, # Allow a window to float
bind = $mainMod, SPACE, exec, wofi --color
# ~/.cache/wal/colors.css # Show the graphicall app launcher
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, S, exec, grim -g "$(slurp)" - | swappy -f - # take a screenshot
# Screenshot keybindings
bind = , Print, exec, grim - | wl-copy # Full screen to clipboard
bind = SHIFT, Print, exec, grim -g "$(slurp)" - | wl-copy # Selection to clipboard
bind = CTRL, Print, exec, grim ~/Pictures/screenshot_$(date +%Y%m%d_%H%M%S).png # Full screen to file
bind = CTRL SHIFT, Print, exec, grim -g "$(slurp)" ~/Pictures/screenshot_$(date +%Y%m%d_%H%M%S).png # Selection to file
# ROG G15 Strix (2021) Specific binds
bind = ,156, exec, rog-control-center # ASUS Armory crate key
bind = ,211, exec, asusctl profile -n; pkill -SIGRTMIN+8 waybar # Fan Profile key switch between power profiles
bind = ,121, exec, pamixer -t # Speaker Mute FN+F1
bind = ,122, exec, pamixer -d 5 # Volume lower key
bind = ,123, exec, pamixer -i 5 # Volume Higher key
bind = ,256, exec, pamixer --default-source -t # Mic mute key
bind = ,232, exec, brightnessctl set 10%- # Screen brightness down FN+F7
bind = ,233, exec, brightnessctl set 10%+ # Screen brightness up FN+F8
bind = ,237, exec, brightnessctl -d asus::kbd_backlight set 33%- # Keyboard brightness down FN+F2
bind = ,238, exec, brightnessctl -d asus::kbd_backlight set 33%+ # Keyboard brightnes up FN+F3
bind = ,210, exec, asusctl led-mode -n # Switch keyboard RGB profile FN+F4
# 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
# 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 908 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 994 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
icons/backup/music.png.bak Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 756 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
icons/battery-charging.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
icons/battery-full.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
icons/battery-low.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 B

BIN
icons/battery-unplugged.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 696 B

BIN
icons/brightness-100.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 750 B

BIN
icons/brightness-20.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 679 B

BIN
icons/brightness-40.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 748 B

BIN
icons/brightness-60.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 748 B

BIN
icons/brightness-80.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 750 B

BIN
icons/microphone-mute.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 867 B

BIN
icons/microphone.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 B

BIN
icons/music.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 707 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 845 B

BIN
icons/network.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 734 B

BIN
icons/recording-off.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 668 B

BIN
icons/recording.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 B

BIN
icons/volume-down.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 702 B

BIN
icons/volume-mid.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 729 B

BIN
icons/volume-mute.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 935 B

BIN
icons/volume-up.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 752 B

View File

@ -0,0 +1,39 @@
# Smooth and natural feeling
bezier = smooth, 0.25, 0.1, 0.25, 1.0
# Slight bounce for windows
bezier = bounce, 0.34, 1.56, 0.64, 1
# Quick and snappy
bezier = snappy, 0.4, 0.0, 0.2, 1.0
# Gentle easing for fades
bezier = gentle, 0.25, 0.46, 0.45, 0.94
# Your current curve (refined)
bezier = myBezier, 0.05, 0.9, 0.1, 1.02
animations {
enabled = yes
# Window animations - bouncy feel for opening/closing
animation = windows, 1, 1, snappy, slide
animation = windowsIn, 1, 1, myBezier, slide
animation = windowsOut, 1, 1, snappy, popin 85%
animation = windowsMove, 1, 1, smooth
# Layer animations (notifications, bars, menus)
animation = layers, 1, 2, smooth, slide
animation = layersIn, 1, 2, smooth, slide
animation = layersOut, 1, 2, snappy, slide
# Border animations
animation = border, 1, 2, smooth
animation = borderangle, 1, 2, smooth
# Workspace animations - slidefade for smooth transitions
animation = workspaces, 1, 1, smooth, slidefade 15%
animation = workspacesIn, 1, 1, smooth, slidefade 15%
animation = workspacesOut, 1, 1, snappy, slidefade 15%
animation = specialWorkspace, 1, 1, bounce, slidevert
animation = specialWorkspaceIn, 1, 1, bounce, slidevert
animation = specialWorkspaceOut, 1, 1, snappy, slidevert
}

7
userconfig/layouts.conf Normal file
View File

@ -0,0 +1,7 @@
dwindle {
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = yes # you probably want this
}
master {
}

View File

@ -0,0 +1,13 @@
windowrulev2 = opacity 0.8 0.8,class:^(kitty)$
windowrulev2 = opacity 0.9 0.9,class:^(thunar)$
windowrulev2 = opacity 0.8 0.8,class:^(marktext)$
windowrulev2 = opacity 0.8 0.8,class:^(nextcloud)$
windowrulev2 = opacity 0.8 0.8,class:^(nsxiv)$
windowrulev2 = opacity 0.9 0.9,class:^(vesktop)$
windowrulev2 = opacity 0.8 0.8,class:^(wofi)$
windowrulev2 = renderunfocused,class:^(NukeX)$
windowrulev2 = float,class:^(kitty-claude)$
windowrulev2 = size 1200 800,class:^(kitty-claude)$
windowrulev2 = center,class:^(kitty-claude)$
windowrulev2 = float,class:^(qalculate-gtk)$
windowrulev2 = size 500 500,class:^(qalculate-gtk)$

29
userconfig/windows.conf Normal file
View File

@ -0,0 +1,29 @@
general {
gaps_in = 5
gaps_out = 20
border_size = 0
col.active_border=rgba(45475aee)
col.inactive_border = rgba(45475aee)
layout = dwindle
}
decoration {
rounding = 20
blur {
enabled = true
size = 25
passes = 3
}
active_opacity = 1.0
inactive_opacity = 1.0
fullscreen_opacity = 1.0
}
layerrule = blur, wofi
layerrule = ignorealpha 0.05, wofi
layerrule = blur, wlogout
layerrule = ignorealpha 0.05, wlogout