Compare commits

..

4 commits

Author SHA1 Message Date
kirreen
0375e85d8c Merged lappy, did some changes for PC... 2024-10-10 16:51:59 +02:00
kirreen
c16d765cf3 orange colors! transparent kitty 2024-10-10 09:20:39 +02:00
kirreen
43815d9a82 lappy changes, still needs hypr-color-scheme 2024-10-09 22:22:23 +02:00
kirreen
832527fe94 lappy split! 2024-10-09 11:44:31 +02:00
7 changed files with 45 additions and 31 deletions

View file

@ -68,7 +68,7 @@ $menu = wofi --show drun --theme /home/kirreen/.local/share/rofi/themes/tokyonig
exec-once = waybar & hyprpaper #& firefox
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = vesktop & nheko
exec-once = env LD_PRELOAD=/usr/lib32/libextest.so /usr/bin/steam-runtime %U -pipewire
exec-once = env LD_PRELOAD=/usr/lib32/libextest.so /usr/bin/steam-runtime %U -pipewire
# env XDG_SESSION_TYPE=x11 discord
#############################
@ -106,13 +106,14 @@ cursor {
# https://wiki.hyprland.org/Configuring/Variables/#general
general {
gaps_in = 5
gaps_in = 4
gaps_out = 10
border_size = 2
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
# col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.active_border = rgba(d65d0eee) rgba(eb994944) 45deg
col.inactive_border = rgba(595959aa)
# Set to true enable resizing windows by clicking and dragging on borders and gaps
@ -197,16 +198,21 @@ input {
follow_mouse = 1
sensitivity = -.76 # -1.0 - 1.0, 0 means no modification.
#sensitivity = -.76 # -1.0 - 1.0, 0 means no modification.
sensitivity = -.15 # -1.0 - 1.0, 0 means no modification.
touchpad {
natural_scroll = false
clickfinger_behavior = true
}
}
# https://wiki.hyprland.org/Configuring/Variables/#gestures
gestures {
workspace_swipe = false
workspace_swipe = true
workspace_swipe_invert = false
workspace_swipe_direction_lock = false
workspace_swipe_forever = true
}
# Example per-device config
@ -297,10 +303,10 @@ bind = ALT, TAB, exec, hyprctl dispatch focuscurrentorlast
# Media keys - https://www.reddit.com/r/hyprland/comments/1707yb8/probably_a_stupid_question_how_do_i_get_my_media/
# l -> do stuff even when locked
# e -> repeats when key is held
bindle=, XF86AudioRaiseVolume, exec, vol --up
bindle=, XF86AudioLowerVolume, exec, vol --down
bindle=, XF86MonBrightnessUp, exec, bri --up
bindle=, XF86MonBrightnessDown, exec, bri --down
bindle=, XF86AudioRaiseVolume, exec, ~/.bin/vol --up
bindle=, XF86AudioLowerVolume, exec, ~/.bin/vol --down
bindle=, XF86MonBrightnessUp, exec, ~/.bin/bri --up
bindle=, XF86MonBrightnessDown, exec, ~/.bin/bri --down
bindle=, XF86Search, exec, launchpad
# bindl=, XF86AudioMute, exec, amixer set Master toggle
bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle

View file

@ -1,4 +1,4 @@
#preload = /usr/share/hyprland/wall2.png
# wallpaper = , /usr/share/hyprland/wall2.png
preload = ~/Pictures/Wallpaper/outerwilds.webp
wallpaper = , ~/Pictures/Wallpaper/outerwilds.webp
preload = ~/Media/Images/andromeda.jpg
wallpaper = , ~/Media/Images/andromeda.jpg

View file

@ -1,6 +1,6 @@
include /usr/share/kitty/themes/gruvbox/gruvbox_dark_hard.conf
background_opacity 0.985
background_opacity 0.87
font_family Hack
italic_font auto

View file

@ -1,5 +1,5 @@
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH
export PATH=$HOME/.bin:$HOME/.local/bin:/usr/local/bin:$PATH
# Path to your Oh My Zsh installation.
ZSH=/usr/share/oh-my-zsh/

View file

@ -2,36 +2,36 @@
# mv existing file on PC to .pop.bak, then ln -s new file to it
mv ~/.config/bspwm/bspwmrc ~/.config/bspwm/bspwmrc.pop.bak
ln -s home/.config/bspwm/bspwmrc ~/.config/bspwm/bspwmrc
ln -s ~/Dev/dotfiles/home/.config/bspwm/bspwmrc ~/.config/bspwm/bspwmrc
mv ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.pop.bak
ln -s home/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc
ln -s ~/Dev/dotfiles/home/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc
mv ~/.config/hypr/hyprland.conf ~/.config/hypr/hyprland.conf.pop.bak
ln -s home/.config/hypr/hyprland.conf ~/.config/hypr/hyprland.conf
ln -s ~/Dev/dotfiles/home/.config/hypr/hyprland.conf ~/.config/hypr/hyprland.conf
mv ~/.config/hypr/hyprpaper.conf ~/.config/hypr/hyprpaper.conf.pop.bak
ln -s home/.config/hypr/hyprpaper.conf ~/.config/hypr/hyprpaper.conf
ln -s ~/Dev/dotfiles/home/.config/hypr/hyprpaper.conf ~/.config/hypr/hyprpaper.conf
mv ~/.config/kitty/kitty.conf ~/.config/kitty/kitty.conf.pop.bak
ln -s home/.config/kitty/kitty.conf ~/.config/kitty/kitty.conf
ln -s ~/Dev/dotfiles/home/.config/kitty/kitty.conf ~/.config/kitty/kitty.conf
mv ~/.config/nvim/init.vim ~/.config/nvim/init.vim.pop.bak
ln -s home/.config/nvim/init.vim ~/.config/nvim/init.vim
ln -s ~/Dev/dotfiles/home/.config/nvim/init.vim ~/.config/nvim/init.vim
mv ~/.config/picom/picom.conf ~/.config/picom/picom.conf.pop.bak
ln -s home/.config/picom/picom.conf ~/.config/picom/picom.conf
ln -s ~/Dev/dotfiles/home/.config/picom/picom.conf ~/.config/picom/picom.conf
mv ~/.config/waybar/config.jsonc ~/.config/waybar/config.jsonc.pop.bak
ln -s home/.config/waybar/config.jsonc ~/.config/waybar/config.jsonc
ln -s ~/Dev/dotfiles/home/.config/waybar/config.jsonc ~/.config/waybar/config.jsonc
mv ~/.config/waybar/style.css ~/.config/waybar/style.css.pop.bak
ln -s home/.config/waybar/style.css ~/.config/waybar/style.css
ln -s ~/Dev/dotfiles/home/.config/waybar/style.css ~/.config/waybar/style.css
mv ~/.config/wofi/style.css ~/.config/wofi/style.css.pop.bak
ln -s home/.config/wofi/style.css ~/.config/wofi/style.css
ln -s ~/Dev/dotfiles/home/.config/wofi/style.css ~/.config/wofi/style.css
mv ~/.Xresources ~/.Xresources.pop.bak
ln -s home/.Xresources ~/.Xresources
ln -s ~/Dev/dotfiles/home/.Xresources ~/.Xresources
mv ~/.xinitrc ~/.xinitrc.pop.bak
ln -s home/.xinitrc ~/.xinitrc
ln -s ~/Dev/dotfiles/home/.xinitrc ~/.xinitrc
mv ~/.zshrc ~/.zshrc.pop.bak
ln -s home/.zshrc ~/.zshrc
ln -s ~/Dev/dotfiles/home/.zshrc ~/.zshrc

6
root/entries_arch.conf Executable file
View file

@ -0,0 +1,6 @@
title Arch Linux
linux /vmlinuz-linux
initrd /intel-ucode.img
initrd /initramfs-linux.img
options root=UUID=4fac8a20-ab51-4ba7-b4c2-4c5bf9b0f3d9 rw zswap.enabled=1 resume=PARTUUID=64abb814-c1d3-495a-a3a8-f4c510168b9a resume_offset=43464704

2
todo.md Normal file
View file

@ -0,0 +1,2 @@
include ~/.bin
make sure populate.sh doesnt overwrite old backups when it uses mv...