diff options
| -rw-r--r-- | .bashrc | 2 | ||||
| -rw-r--r-- | .config/emacs/settings.org | 13 | ||||
| -rw-r--r-- | .config/hypr/binds.conf | 2 | ||||
| -rw-r--r-- | .config/hypr/hyprpaper.conf | 4 | ||||
| -rw-r--r-- | .config/hypr/style.conf | 18 | ||||
| -rw-r--r-- | .config/waybar/config | 2 | ||||
| -rw-r--r-- | .config/waybar/style.css | 3 | ||||
| -rw-r--r-- | wallpapers/active/wallpaper.png | bin | 0 -> 4831218 bytes | |||
| -rw-r--r-- | wallpapers/inactive/snowy-tower.png (renamed from wallpapers/active/snowy-tower.png) | bin | 6936996 -> 6936996 bytes |
9 files changed, 28 insertions, 16 deletions
@@ -2,6 +2,8 @@ # ~/.bashrc # +export LFS=/mnt/lfs + # If not running interactively, don't do anything [[ $- != *i* ]] && return diff --git a/.config/emacs/settings.org b/.config/emacs/settings.org index b9bfe6d..53517b2 100644 --- a/.config/emacs/settings.org +++ b/.config/emacs/settings.org @@ -177,6 +177,13 @@ #+END_SRC * Style +#+begin_src emacs-lisp + + # make frame transparent + (set-frame-parameter nil 'alpha-background 90) + (add-to-list 'default-frame-alist '(alpha-background . 90)) + +#+end_src ** Fonts #+BEGIN_SRC emacs-lisp (let ((mono-spaced-font "Monospace") @@ -217,6 +224,12 @@ :hook (dired-mode . nerd-icons-dired-mode)) #+END_SRC +** Smooth Scrolling +#+BEGIN_SRC emacs-lisp + + + +#+END_SRC ** Diminish #+BEGIN_SRC emacs-lisp (use-package diminish diff --git a/.config/hypr/binds.conf b/.config/hypr/binds.conf index 929b6f6..e79822a 100644 --- a/.config/hypr/binds.conf +++ b/.config/hypr/binds.conf @@ -20,7 +20,7 @@ bind = $mainMod CTRL SHIFT, S, exec, grim -g "$(slurp)" - | wl-copy bind = $mainMod CTRL, S, exec, grim -o eDP-1 - | wl-copy bind = $mainMod, M, exit, bind = $mainMod, V, togglefloating, -bind = $mainMod, P, exec, hyprpicker -a +bind = $mainMod CTRL, P, exec, hyprpicker -a bind = $mainMod, L, exec, hyprlock bind = $mainMod, R, togglesplit, # dwindle bind = $mainMod, F, fullscreen diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf index c759e59..f27c3c5 100644 --- a/.config/hypr/hyprpaper.conf +++ b/.config/hypr/hyprpaper.conf @@ -1,2 +1,2 @@ -preload = /home/jack/.dotfiles/wallpapers/active/snowy-tower.png -wallpaper = ,/home/jack/.dotfiles/wallpapers/active/snowy-tower.png +preload = /home/jack/.dotfiles/wallpapers/active/wallpaper.png +wallpaper = ,/home/jack/.dotfiles/wallpapers/active/wallpaper.png diff --git a/.config/hypr/style.conf b/.config/hypr/style.conf index c2181fd..5c70785 100644 --- a/.config/hypr/style.conf +++ b/.config/hypr/style.conf @@ -1,16 +1,14 @@ general { - gaps_in = 3 - gaps_out = 25 + gaps_in = 0 + gaps_out = 0 - border_size = 2 - col.active_border = rgba(EEABC4aa) rgba(0099ccee) 45deg - col.inactive_border = rgba(595959aa) + border_size = 1 } decoration { # See https://wiki.hyprland.org/Configuring/Variables/ for more - rounding = 4 + rounding = 0 blur { enabled = true @@ -29,8 +27,8 @@ animations { bezier = defaultBezier, 0.05, 0.9, 0.1, 1.05 - animation = windows, 1, 7, defaultBezier - animation = windowsOut, 1, 7, default, popin 80% + animation = windows, 1, 7, defaultBezier, slide + animation = windowsOut, 1, 7, defaultBezier, slide animation = border, 1, 10, default animation = borderangle, 1, 8, default animation = fade, 1, 3, default @@ -47,8 +45,8 @@ master { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more new_status = master new_on_top = true - orientation = right - mfact = 0.5 + orientation = left + mfact = 0.6 } gestures { diff --git a/.config/waybar/config b/.config/waybar/config index 8915b2b..18111ed 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -1,7 +1,7 @@ { "layer": "top", "height": 15, - "margin": "10 25 -15 25", + "margin": "0 0 0 0", "modules-left": ["hyprland/workspaces", "custom/separator", "tray"], "modules-center": ["hyprland/window"], diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 7e9c40e..2d65a37 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -8,8 +8,7 @@ window#waybar { background-color: rgba(13, 27, 42, 0.5); color: rgba(228, 228, 239, 1); - border: 2px solid rgba(238, 171, 196, 0.8); - border-radius: 10px; + border: 0px solid rgba(238, 171, 196, 0.8); } #window { diff --git a/wallpapers/active/wallpaper.png b/wallpapers/active/wallpaper.png Binary files differnew file mode 100644 index 0000000..b4032d5 --- /dev/null +++ b/wallpapers/active/wallpaper.png diff --git a/wallpapers/active/snowy-tower.png b/wallpapers/inactive/snowy-tower.png Binary files differindex b1ef37f..b1ef37f 100644 --- a/wallpapers/active/snowy-tower.png +++ b/wallpapers/inactive/snowy-tower.png |
