diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 6d85f49..287472a 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -1,5 +1,5 @@ import = [ - "~/.config/alacritty/themes/themes/dracula.toml" + "~/.config/alacritty/themes/themes/iterm.toml" ] [colors.cursor] @@ -19,6 +19,10 @@ unfocused_hollow = true blinking = "On" shape = "Beam" +[bell] +animation = "EaseOutExpo" +duration = 4 + [env] TERM = "xterm-256color" @@ -37,7 +41,7 @@ decorations = "none" decorations_theme_variant = "Dark" dynamic_padding = false dynamic_title = true -opacity = 0.8 +opacity = 0.7 title = "Alacritty" [window.dimensions] diff --git a/.config/dconf/user b/.config/dconf/user index b4915b4..575e558 100644 Binary files a/.config/dconf/user and b/.config/dconf/user differ diff --git a/.config/htop/htoprc b/.config/htop/htoprc index 07bf52d..81ae875 100644 --- a/.config/htop/htoprc +++ b/.config/htop/htoprc @@ -1,6 +1,6 @@ # Beware! This file is rewritten by htop when settings are changed in the interface. # The parser is also very primitive, and not human-friendly. -htop_version=3.2.2 +htop_version=3.3.0 config_reader_min_version=3 fields=0 48 17 18 38 39 40 2 46 47 49 1 hide_kernel_threads=1 @@ -38,7 +38,7 @@ column_meters_0=LeftCPUs Memory Swap column_meter_modes_0=1 1 1 column_meters_1=RightCPUs Tasks LoadAverage Uptime column_meter_modes_1=1 2 2 2 -tree_view=0 +tree_view=1 sort_key=46 tree_sort_key=0 sort_direction=-1 @@ -48,16 +48,16 @@ all_branches_collapsed=0 screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command .sort_key=PERCENT_CPU .tree_sort_key=PID -.tree_view=0 .tree_view_always_by_pid=0 +.tree_view=1 .sort_direction=-1 .tree_sort_direction=1 .all_branches_collapsed=0 screen:I/O=PID USER IO_PRIORITY IO_RATE IO_READ_RATE IO_WRITE_RATE PERCENT_SWAP_DELAY PERCENT_IO_DELAY Command .sort_key=IO_RATE .tree_sort_key=PID -.tree_view=0 .tree_view_always_by_pid=0 +.tree_view=0 .sort_direction=-1 .tree_sort_direction=1 .all_branches_collapsed=0 diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 9c7ef4c..ccf97cf 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -2,7 +2,7 @@ monitor=eDP-1,1920x1080@60,0x0,1 # - Home monitor settings - -monitor=,1920x1080@144,auto,1 +monitor=,1920x1080@165,auto,1 # monitor = , highres, 0x-1080, 1 # Enabling mirror @@ -13,7 +13,7 @@ monitor=,1920x1080@144,auto,1 # Execute your favorite apps at launch exec-once = waybar exec-once = hyprpaper -exec-once = ibus-daemon -rxRd +# exec-once = ibus-daemon -rxRd # Set programs that you use $terminal = alacritty @@ -80,9 +80,9 @@ animations { # bezier = myBezier, 0.05, 0.9, 0.1, 1.05 bezier = myBezier, .77,.39,.25,.92 - animation = windows, 1, 3, myBezier + animation = windows, 1, 4, myBezier # animation = windowsOut, 1, 4, default, popin 100% - animation = windowsOut, 1, 2, myBezier + animation = windowsOut, 1, 3, myBezier # animation = border, 1, 7, default # animation = borderangle, 1, 8, default animation = fade, 1, 7, default @@ -113,17 +113,17 @@ misc { # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#executing for more -device:epic-mouse-v1 { - sensitivity = -0.5 -} +#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 -windowrulev2 = nomaximizerequest, class:.* # You'll probably like this. -windowrulev2 = nofullscreenrequest, class:* +#windowrulev2 = nomaximizerequest, class:.* # You'll probably like this. +#windowrulev2 = nofullscreenrequest, class:* # Floating windows by default windowrule = float, Helvum @@ -148,7 +148,7 @@ bind = $mainMod, E, exec, $fileManager bind = $mainMod, V, togglefloating, bind = $mainMod, D, exec, $menu bind = $mainMod, period, exec, wofi-emoji -bind = $mainMod, P, pseudo, # dwindle +# bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle # Fullscreen @@ -203,6 +203,10 @@ bind = $mainMod, mouse_up , workspace, m+1 bind = $mainMod SHIFT, mouse_down, workspace, r-1 bind = $mainMod SHIFT, mouse_up , workspace, r+1 +# Create new workspace on screen. Go to previous workspace on screen +bind = $mainMod, N, workspace, r+1 +bind = $mainMod, P, workspace, r-1 + # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow @@ -229,10 +233,10 @@ bind = $mainMod, Print, exec, gnome-screenshot -i bind = $mainMod, L, exec, swaylock # Screenshot -## Area shot, copy to clipboard +# Area shot, copy to clipboard bind = $mainMod SHIFT, S, exec, grim -g "$(slurp -d)" - | wl-copy -t image/png -## Wholescreen, save to $HOME/Screenshots/ +# Wholescreen, save to $HOME/Screenshots/ bind = , Print, exec, grim - > $HOME/Screenshots/Screenshot_$(date +%F_%T).png # NVIDIA diff --git a/.config/obs-studio/global.ini b/.config/obs-studio/global.ini index e2230ad..1552603 100644 --- a/.config/obs-studio/global.ini +++ b/.config/obs-studio/global.ini @@ -22,8 +22,8 @@ ConfigOnNewProfile=true [BasicWindow] gridMode=false -geometry=AdnQywADAAAAAAAAAAAAAAAAA6IAAAHsAAAAAAAAAAAAAAOiAAAB7AAAAAACAAAAB4AAAAAAAAAAAAAAA6IAAAHs -DockState=AAAA/wAAAAD9AAAAAQAAAAMAAAOjAAABAfwBAAAABvsAAAAUAHMAYwBlAG4AZQBzAEQAbwBjAGsBAAAAAAAAAKoAAACgAP////sAAAAWAHMAbwB1AHIAYwBlAHMARABvAGMAawEAAACuAAAAqgAAAKAA////+wAAABIAbQBpAHgAZQByAEQAbwBjAGsBAAABXAAAAO0AAADeAP////sAAAAeAHQAcgBhAG4AcwBpAHQAaQBvAG4AcwBEAG8AYwBrAQAAAk0AAACqAAAAoAD////7AAAAGABjAG8AbgB0AHIAbwBsAHMARABvAGMAawEAAAL7AAAAqAAAAJ4A////+wAAABIAcwB0AGEAdABzAEQAbwBjAGsCAAACYgAAAbgAAAK8AAAAyAAAA6MAAACvAAAABAAAAAQAAAAIAAAACPwAAAAA +geometry=AdnQywADAAAAAAeAAAAAAAAADusAAAP9AAAAAAAAAAAAAAdrAAAD/QAAAAECAAAAB4AAAAeAAAAAAAAADusAAAP9 +DockState=AAAA/wAAAAD9AAAAAQAAAAMAAAdsAAABAfwBAAAABvsAAAAUAHMAYwBlAG4AZQBzAEQAbwBjAGsBAAAAAAAAAV4AAACgAP////sAAAAWAHMAbwB1AHIAYwBlAHMARABvAGMAawEAAAFiAAABXgAAAKAA////+wAAABIAbQBpAHgAZQByAEQAbwBjAGsBAAACxAAAAegAAADeAP////sAAAAeAHQAcgBhAG4AcwBpAHQAaQBvAG4AcwBEAG8AYwBrAQAABLAAAAFeAAAAoAD////7AAAAGABjAG8AbgB0AHIAbwBsAHMARABvAGMAawEAAAYSAAABWgAAAJ4A////+wAAABIAcwB0AGEAdABzAEQAbwBjAGsCAAACYgAAAbgAAAK8AAAAyAAAB2wAAALAAAAABAAAAAQAAAAIAAAACPwAAAAA PreviewEnabled=true AlwaysOnTop=false SceneDuplicationMode=true diff --git a/.config/waybar/config b/.config/waybar/config index 0585c26..80bd7f5 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -21,6 +21,7 @@ "backlight", "memory", "cpu", + "network", "battery", "keyboard-state" ], @@ -109,5 +110,16 @@ "tray": { "icon-size": 20, "spacing": 7 - } + }, + "network": { + "interface": "wlo1", + "format": "{ifname}", + "format-wifi": "{essid}  ", + "format-ethernet": "{ipaddr}/{cidr} 󰊗 ", + "format-disconnected": "", //An empty format will hide the module. + "tooltip-format": "{ifname} via {gwaddr} 󰊗 ", + "tooltip-format-wifi": "Up: {bandwidthUpBytes} - Down: {bandwidthDownBytes}", + "tooltip-format-ethernet": "{ifname}  ", + "tooltip-format-disconnected": "Disconnected", + } } diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 92008e5..0b716ee 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -13,7 +13,7 @@ window#waybar { } #clock.1, #clock.2, #clock.3, -#pulseaudio, #memory, #cpu, +#pulseaudio, #memory, #cpu, #network, #battery, #disk, #backlight, #tray, #keyboard-state { background: rgba(12, 12, 12, 0.5); @@ -73,6 +73,10 @@ window#waybar.empty #window { color: #b58900; } +#network { + color: #155aa4; +} + #keyboard-state { color: #ba3ba3; } diff --git a/.zshrc b/.zshrc index edad94b..836563c 100644 --- a/.zshrc +++ b/.zshrc @@ -137,6 +137,7 @@ alias enable-nvidia='export __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAM # alias weather='inxi -wxx --weather-unit m' alias weather="curl https://wttr.in" alias cal='cal -m' +alias please='sudo' export GTK_IM_MODULE=ibus export QT_IM_MODULE=ibus export XMODIFIERS=@im=ibus