Compare commits

...

5 commits
lappy ... main

Author SHA1 Message Date
kirreen
40dd13becc updated drop shadows and changed some steam chat stuff 2024-11-12 20:38:26 +01:00
kirreen
8db9ece72e Animated border, maybe nice? 2024-10-10 22:54:56 +02:00
kirreen
91f029d5aa nicer waybar 2024-10-10 18:01:36 +02:00
kirreen
20bb369f11 wrong path for pc duh 2024-10-10 17:02:46 +02:00
kirreen
0375e85d8c Merged lappy, did some changes for PC... 2024-10-10 16:51:59 +02:00
8 changed files with 125 additions and 77 deletions

12
home/.bin/bri Executable file
View file

@ -0,0 +1,12 @@
#!/usr/bin/env zsh
if \[ "$1" = "--up" \]; then
# eww -c $HOME/.dotfiles/eww/bar o bri && brightnessctl -q s 5%+ && sleep 3 && eww -c $HOME/.dotfiles/eww/bar c bri
swayosd-client --brightness raise
# brightnessctl -q s 5%+
elif \[ "$1" = "--down" \]; then
# eww -c $HOME/.dotfiles/eww/bar o bri && brightnessctl -q s 5%- && sleep 3 && eww -c $HOME/.dotfiles/eww/bar c bri
swayosd-client --brightness lower
# brightnessctl -q s 5%-
elif \[ "$1" = "--get" \]; then
echo $(brightnessctl | head -n 2 | tail -n 1 | awk '{print $4}' | tr -d '(%)')
fi

10
home/.bin/vol Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env zsh
if [ "$1" = "--up" ]; then
# eww -c $HOME/.dotfiles/eww/bar o vol && wpctl set-volume u/DEFAULT_AUDIO_SINK@ 5%+ && sleep 3 && eww -c $HOME/.dotfiles/eww/bar c vol
swayosd-client --output-volume raise
# wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
elif [ "$1" = "--down" ]; then
# eww -c $HOME/.dotfiles/eww/bar o vol && wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- && sleep 3 && eww -c $HOME/.dotfiles/eww/bar c vol
swayosd-client --output-volume lower
# wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
fi

View file

@ -23,19 +23,21 @@
# See https://wiki.hyprland.org/Configuring/Monitors/
#monitor=,preferred,auto,auto
monitor=eDP-1, 1920x1080, 0x0, 1
monitor=DP-3, highrr, 1920x0, 1 #, bitdepth, 10
monitor=DP-4, 1920x1080, 0x0, 1
monitor=Unknown-1, disable
workspace=1,monitor:eDP-1
workspace=2,monitor:eDP-1
workspace=3,monitor:eDP-1
workspace=4,monitor:eDP-1
workspace=5,monitor:eDP-1
workspace=6,monitor:eDP-1
workspace=7,monitor:eDP-1
workspace=8,monitor:eDP-1
workspace=9,monitor:eDP-1
workspace=10,monitor:eDP-1
workspace=1,monitor:DP-3
workspace=2,monitor:DP-3
workspace=3,monitor:DP-3
workspace=4,monitor:DP-3
workspace=5,monitor:DP-3
workspace=6,monitor:DP-4
workspace=7,monitor:DP-4
workspace=8,monitor:DP-4
workspace=9,monitor:DP-4
workspace=10,monitor:DP-4
xwayland {
@ -66,7 +68,8 @@ $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
exec-once = swayosd-server
# env XDG_SESSION_TYPE=x11 discord
#############################
@ -77,11 +80,11 @@ exec-once = vesktop & nheko
env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24
# env = LIBVA_DRIVER_NAME,nvidia
env = LIBVA_DRIVER_NAME,nvidia
env = XDG_SESSION_TYPE,wayland
# env = GBM_BACKEND,nvidia-drm
# env = __GLX_VENDOR_LIBRARY_NAME,nvidia
# env = WLR_DRM_DEVICES,/home/kirreen/.config/hypr/card
env = GBM_BACKEND,nvidia-drm
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
env = WLR_DRM_DEVICES,/home/kirreen/.config/hypr/card
env = HYPRSHOT_DIR,/home/kirreen/Pictures/Screenshots
env = GTK_THEME="Adwaita:dark"
@ -111,7 +114,8 @@ general {
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
# col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.active_border = rgba(d65d0eee) rgba(eb994944) 45deg
# col.active_border = rgba(d65d0ecc) rgba(eb994944) 45deg
col.active_border = rgba(d65d0ecc) rgba(eb994980) 45deg
col.inactive_border = rgba(595959aa)
# Set to true enable resizing windows by clicking and dragging on borders and gaps
@ -131,18 +135,21 @@ decoration {
active_opacity = 1.0
inactive_opacity = 1.0
drop_shadow = true
shadow_range = 4
shadow_render_power = 3
col.shadow = rgba(1a1a1aee)
shadow:enabled = true
shadow:range = 4
shadow:render_power = 3
shadow:color = rgba(1a1a1aee)
# https://wiki.hyprland.org/Configuring/Variables/#blur
blur {
enabled = true
size = 3
passes = 1
size = 2
passes = 2
vibrancy = 0.1696
vibrancy = 0.5
vibrancy_darkness = 0.5
noise = 0.17
contrast = .85
}
}
@ -159,7 +166,9 @@ animations {
animation = windowsOut, 1, 3, default, slide
#animation = windowsOut, 1, 7, default, popin 80%
animation = border, 1, 10, default
animation = borderangle, 1, 8, default
#animation = borderangle, 1, 8, default
bezier = linear, 0.0, 0.0, 1.0, 1.0
animation = borderangle, 1, 80, linear, loop
animation = fade, 1, 7, default
animation = workspaces, 1, 6, default
}
@ -196,8 +205,8 @@ input {
follow_mouse = 1
#sensitivity = -.76 # -1.0 - 1.0, 0 means no modification.
sensitivity = -.15 # -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
@ -355,13 +364,13 @@ windowrulev2 = workspace 3 silent, title:^(Friends List)$
windowrulev2 = workspace 3 silent, title:^(tollyx)
# steam chat lol
windowrulev2 = workspace 3 silent, title:^(Nalleball)
windowrulev2 = workspace 3 silent, title:(.* \+ . Chat)
windowrulev2 = workspace 3 silent, title:(\+ . Chat)
windowrulev2 = size 576 499, title:^(tollyx)
windowrulev2 = move 1612 57, title:^(tollyx)
windowrulev2 = size 576 499, title:^(Nalleball)
windowrulev2 = move 1612 57, title:^(Nalleball)
windowrulev2 = size 576 499, title:(* \+ . Chat)
windowrulev2 = move 1612 57, title:(* \+ . Chat)
windowrulev2 = size 576 499, title:(\+ . Chat)
windowrulev2 = move 1612 57, title:(\+ . Chat)
windowrulev2 = float, title:^(Steam Big Picture Mode)
windowrulev2 = workspace 4, title:^(Steam Big Picture Mode)

View file

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

View file

@ -3,7 +3,7 @@
// "layer": "top", // Waybar at top layer
// "position": "bottom", // Waybar position (top|bottom|left|right)
"height": 30, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
// "width": 90%, // Waybar width
"spacing": 4, // Gaps between modules (4px)
// Choose the order of the modules
"modules-left": [
@ -29,8 +29,8 @@
"sway/language",
"battery",
"battery#bat2",
"clock",
"tray"
"tray",
"clock"
],
// Modules configuration
"hyprland/workspaces": {

View file

@ -10,12 +10,13 @@
* {
border: none;
border-radius: 0;
border-radius: 24px;
font-family: Nerd Font Hack;
font-size: 14px;
min-height: 24px;
min-height: 16px;
background-color: rgba(40, 42, 46, 0.86);
}
/*
window#waybar {
background: transparent;
}
@ -23,9 +24,9 @@ window#waybar {
window#waybar.hidden {
opacity: 0.2;
}
*/
#window {
margin-top: 8px;
margin-top: 0px;
padding-left: 16px;
padding-right: 16px;
border-radius: 26px;
@ -35,7 +36,7 @@ window#waybar.hidden {
background: #282a36;
*/
color: white;
background: #585858;
background-color: rgba(88, 88, 88, 0.0);
}
window#waybar.termite #window,
@ -47,10 +48,10 @@ window#waybar.PCSX2 #window {
}
#workspaces {
margin-top: 8px;
margin-left: 12px;
margin-top: 0px;
margin-left: 2px;
margin-bottom: 0;
border-radius: 26px;
/*border-radius: 26px;*/
background: #282a36;
transition: none;
}
@ -63,18 +64,20 @@ window#waybar.PCSX2 #window {
}
#workspaces button.active {
color: #9aedfe;
/*color: #9aedfe;*/
color: #d65d0e;
/*background-color: #231531;*/
}
#workspaces button:hover {
transition: none;
box-shadow: inherit;
text-shadow: inherit;
color: #ff79c6;
color: #9aedfe;
}
#mpd {
margin-top: 8px;
margin-top: 0px;
margin-left: 8px;
padding-left: 16px;
padding-right: 16px;
@ -93,7 +96,7 @@ window#waybar.PCSX2 #window {
}
#network {
margin-top: 8px;
margin-top: 0px;
margin-left: 8px;
padding-left: 16px;
padding-right: 16px;
@ -101,11 +104,11 @@ window#waybar.PCSX2 #window {
border-radius: 26px;
transition: none;
color: #4d4d4d;
background: #bd93f9;
background: #282A2E;
}
#pulseaudio {
margin-top: 8px;
margin-top: 0px;
margin-left: 8px;
padding-left: 16px;
padding-right: 16px;
@ -113,11 +116,11 @@ window#waybar.PCSX2 #window {
border-radius: 26px;
transition: none;
color: #4d4d4d;
background: #9aedfe;
background: #282A2E;
}
#temperature {
margin-top: 8px;
margin-top: 0px;
margin-left: 8px;
padding-left: 16px;
padding-right: 16px;
@ -125,35 +128,35 @@ window#waybar.PCSX2 #window {
border-radius: 26px;
transition: none;
color: #4d4d4d;
background: #5af78e;
background: #282A2E;
}
#cpu {
margin-top: 8px;
margin-top: 0px;
margin-left: 8px;
padding-left: 16px;
padding-right: 16px;
margin-bottom: 0;
border-radius: 26px;
transition: none;
color: #4d4d4d;
background: #f1fa8c;
color: #6d6d6d;
background: #282A2E;
}
#memory {
margin-top: 8px;
margin-top: 0px;
margin-left: 8px;
padding-left: 16px;
padding-right: 16px;
margin-bottom: 0;
border-radius: 26px;
transition: none;
color: #4d4d4d;
background: #ff6e67;
color: #6d6d6d;
background: #282A2E;
}
#clock {
margin-top: 8px;
margin-top: 0px;
margin-left: 8px;
margin-right: 12px;
padding-left: 16px;
@ -161,6 +164,14 @@ window#waybar.PCSX2 #window {
margin-bottom: 0;
border-radius: 26px;
transition: none;
color: #f8f8f2;
background: #282a36;
color: #d65d0e;
font-size: 16px;
font-weight: bold;
background: #282A2E;
}
#tray menu menuitem {
color: #999999;
}
#tray menu menuitem:hover {
color: #ffffff;
}

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 ~/Dev/dotfiles/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 ~/Dev/dotfiles/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 ~/Dev/dotfiles/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 ~/Dev/dotfiles/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 ~/Dev/dotfiles/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 ~/Dev/dotfiles/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 ~/Dev/dotfiles/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 ~/Dev/dotfiles/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 ~/Dev/dotfiles/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 ~/Dev/dotfiles/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 ~/Dev/dotfiles/home/.Xresources ~/.Xresources
ln -s ~/dev/dotfiles/home/.Xresources ~/.Xresources
mv ~/.xinitrc ~/.xinitrc.pop.bak
ln -s ~/Dev/dotfiles/home/.xinitrc ~/.xinitrc
ln -s ~/dev/dotfiles/home/.xinitrc ~/.xinitrc
mv ~/.zshrc ~/.zshrc.pop.bak
ln -s ~/Dev/dotfiles/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