Skip to content

Commit

Permalink
Add some config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ergotu committed May 18, 2024
1 parent c30ca40 commit 7e3bbec
Show file tree
Hide file tree
Showing 163 changed files with 5,223 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/files/var/home/.config/.settings/blur.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
50x30
1 change: 1 addition & 0 deletions config/files/var/home/.config/.settings/browser.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chromium
1 change: 1 addition & 0 deletions config/files/var/home/.config/.settings/editor.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mousepad
1 change: 1 addition & 0 deletions config/files/var/home/.config/.settings/eww-monitor.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
auto
1 change: 1 addition & 0 deletions config/files/var/home/.config/.settings/filemanager.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dolphin
8 changes: 8 additions & 0 deletions config/files/var/home/.config/.settings/hyprpaper.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Preload Wallpapers
preload = WALLPAPER

# Set Wallpapers
wallpaper = ,WALLPAPER

# Disable Splash
splash = false
1 change: 1 addition & 0 deletions config/files/var/home/.config/.settings/networkmanager.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nm-connection-editor
1 change: 1 addition & 0 deletions config/files/var/home/.config/.settings/rofi-border.rasi
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* { border-width: 3px; }
1 change: 1 addition & 0 deletions config/files/var/home/.config/.settings/rofi-font.rasi
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
configuration { font: "Fira Sans 11"; }
1 change: 1 addition & 0 deletions config/files/var/home/.config/.settings/software.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alacritty -e pacseek
1 change: 1 addition & 0 deletions config/files/var/home/.config/.settings/terminal.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pytaxis
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hyprpaper
1 change: 1 addition & 0 deletions config/files/var/home/.config/hypr/conf/animation.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source = ~/.config/hypr/conf/animations/default.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# -----------------------------------------------------
# Animations
# name "Moving"
# -----------------------------------------------------
animations {
enabled = true
bezier = overshot, 0.05, 0.9, 0.1, 1.05
bezier = smoothOut, 0.5, 0, 0.99, 0.99
bezier = smoothIn, 0.5, -0.5, 0.68, 1.5
animation = windows, 1, 5, overshot, slide
animation = windowsOut, 1, 3, smoothOut
animation = windowsIn, 1, 3, smoothOut
animation = windowsMove, 1, 4, smoothIn, slide
animation = border, 1, 5, default
animation = fade, 1, 5, smoothIn
animation = fadeDim, 1, 5, smoothIn
animation = workspaces, 1, 6, default
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# -----------------------------------------------------
# Animations
# name "Fast"
# -----------------------------------------------------
animations {
enabled = true
bezier = linear, 0, 0, 1, 1
bezier = md3_standard, 0.2, 0, 0, 1
bezier = md3_decel, 0.05, 0.7, 0.1, 1
bezier = md3_accel, 0.3, 0, 0.8, 0.15
bezier = overshot, 0.05, 0.9, 0.1, 1.1
bezier = crazyshot, 0.1, 1.5, 0.76, 0.92
bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0
bezier = fluent_decel, 0.1, 1, 0, 1
bezier = easeInOutCirc, 0.85, 0, 0.15, 1
bezier = easeOutCirc, 0, 0.55, 0.45, 1
bezier = easeOutExpo, 0.16, 1, 0.3, 1
animation = windows, 1, 3, md3_decel, popin 60%
animation = border, 1, 10, default
animation = fade, 1, 2.5, md3_decel
animation = workspaces, 1, 3.5, easeOutExpo, slide
animation = specialWorkspace, 1, 3, md3_decel, slidevert
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# -----------------------------------------------------
# Animations
# name: "High"
# -----------------------------------------------------
animations {
enabled = true
bezier = wind, 0.05, 0.9, 0.1, 1.05
bezier = winIn, 0.1, 1.1, 0.1, 1.1
bezier = winOut, 0.3, -0.3, 0, 1
bezier = liner, 1, 1, 1, 1
animation = windows, 1, 6, wind, slide
animation = windowsIn, 1, 6, winIn, slide
animation = windowsOut, 1, 5, winOut, slide
animation = windowsMove, 1, 5, wind, slide
animation = border, 1, 1, liner
animation = borderangle, 1, 30, liner, loop
animation = fade, 1, 10, default
animation = workspaces, 1, 5, wind
}
14 changes: 14 additions & 0 deletions config/files/var/home/.config/hypr/conf/animations/default.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# -----------------------------------------------------
# Animations
# name "Default"
# -----------------------------------------------------
animations {
enabled = true
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
animation = windows, 1, 7, myBezier
animation = windowsOut, 1, 7, default, popin 80%
animation = border, 1, 10, default
animation = borderangle, 1, 8, default
animation = fade, 1, 7, default
animation = workspaces, 1, 6, default
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# -----------------------------------------------------
# Animations
# name "Default"
# -----------------------------------------------------
animations {
enabled = false
}
27 changes: 27 additions & 0 deletions config/files/var/home/.config/hypr/conf/autostart.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# -----------------------------------------------------
# Autostart
# -----------------------------------------------------

# Setup XDG for screen sharing
exec-once = ~/.config/hypr/scripts/xdg.sh

# Start Polkit
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1

# Load Dunst Notification Manager
exec-once = dunst

# Load GTK settings
exec-once = ~/.config/hypr/scripts/gtk.sh

# Using hypridle to start hyprlock
exec-once = hypridle

# Load cliphist history
exec-once = wl-paste --watch cliphist store

# Initialize Wallpaper Engine
exec-once = ~/.config/hypr/scripts/init-wallpaper-engine.sh

# Start ewww daemon
# exec-once = ~/.config/hypr/scripts/eww.sh
1 change: 1 addition & 0 deletions config/files/var/home/.config/hypr/conf/cursor.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
exec-once = hyprctl setcursor Bibata-Modern-Ice 24
12 changes: 12 additions & 0 deletions config/files/var/home/.config/hypr/conf/custom.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Add your additional Hyprland configurations here
#
# This is an additional key binding
# bind = $mainMod CTRL, up, workspace, empty
#
# Example for xwayland
# xwayland {
# force_zero_scaling = true
# }

# qt5ct environment variable
# env = QT_QPA_PLATFORMTHEME,qt5ct
1 change: 1 addition & 0 deletions config/files/var/home/.config/hypr/conf/decoration.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source = ~/.config/hypr/conf/decorations/default.conf
25 changes: 25 additions & 0 deletions config/files/var/home/.config/hypr/conf/decorations/default.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# -----------------------------------------------------
# General window decoration
# name: "Default"
# -----------------------------------------------------

decoration {
rounding = 10
blur {
enabled = true
size = 6
passes = 2
new_optimizations = on
ignore_opacity = true
xray = true
# blurls = waybar
}
active_opacity = 1.0
inactive_opacity = 0.8
fullscreen_opacity = 1.0

drop_shadow = true
shadow_range = 30
shadow_render_power = 3
col.shadow = 0x66000000
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# -----------------------------------------------------
# General window decoration
# name: "No Rounding More Blur"
# -----------------------------------------------------

decoration {
rounding = 0
blur {
enabled = true
size = 12
passes = 6
new_optimizations = on
ignore_opacity = true
xray = true
# blurls = waybar
}
active_opacity = 1.0
inactive_opacity = 0.6
fullscreen_opacity = 1.0

drop_shadow = true
shadow_range = 30
shadow_render_power = 3
col.shadow = 0x66000000
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# -----------------------------------------------------
# General window decoration
# name: "No Rounding"
# -----------------------------------------------------

decoration {
rounding = 0
blur {
enabled = true
size = 6
passes = 2
new_optimizations = on
ignore_opacity = true
xray = true
# blurls = waybar
}
active_opacity = 1.0
inactive_opacity = 0.8
fullscreen_opacity = 1.0

drop_shadow = true
shadow_range = 30
shadow_render_power = 3
col.shadow = 0x66000000
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# -----------------------------------------------------
# General window decoration
# name: "Rounding All Blur No Shadows"
# -----------------------------------------------------

decoration {
rounding = 10
blur {
enabled = true
size = 12
passes = 4
new_optimizations = on
ignore_opacity = true
xray = true
blurls = waybar
}
active_opacity = 0.9
inactive_opacity = 0.6
fullscreen_opacity = 0.9

drop_shadow = false
shadow_range = 30
shadow_render_power = 3
col.shadow = 0x66000000
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# -----------------------------------------------------
# General window decoration
# name: "Rounding All Blur"
# -----------------------------------------------------

decoration {
rounding = 10
blur {
enabled = true
size = 12
passes = 4
new_optimizations = on
ignore_opacity = true
xray = true
blurls = waybar
}
active_opacity = 0.9
inactive_opacity = 0.6
fullscreen_opacity = 0.9

drop_shadow = true
shadow_range = 30
shadow_render_power = 3
col.shadow = 0x66000000
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# -----------------------------------------------------
# General window decoration
# name: "Rounding More Blur"
# -----------------------------------------------------

decoration {
rounding = 10
blur {
enabled = true
size = 12
passes = 6
new_optimizations = on
ignore_opacity = true
xray = true
# blurls = waybar
}
active_opacity = 1.0
inactive_opacity = 0.6
fullscreen_opacity = 1.0

drop_shadow = true
shadow_range = 30
shadow_render_power = 3
col.shadow = 0x66000000
}
25 changes: 25 additions & 0 deletions config/files/var/home/.config/hypr/conf/decorations/rounding.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# -----------------------------------------------------
# General window decoration
# name: "Default"
# -----------------------------------------------------

decoration {
rounding = 10
blur {
enabled = true
size = 6
passes = 2
new_optimizations = on
ignore_opacity = true
xray = true
# blurls = waybar
}
active_opacity = 1.0
inactive_opacity = 0.8
fullscreen_opacity = 1.0

drop_shadow = true
shadow_range = 30
shadow_render_power = 3
col.shadow = 0x66000000
}
1 change: 1 addition & 0 deletions config/files/var/home/.config/hypr/conf/environment.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source = ~/.config/hypr/conf/environments/default.conf
14 changes: 14 additions & 0 deletions config/files/var/home/.config/hypr/conf/environments/default.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# -----------------------------------------------------
# Environment Variables
# name: "Default"
# -----------------------------------------------------

env = XCURSOR_SIZE,24
env = XDG_CURRENT_DESKTOP,Hyprland
env = XDG_SESSION_TYPE,wayland
env = XDG_SESSION_DESKTOP,Hyprland
env = QT_QPA_PLATFORM,wayland
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
env = MOZ_ENABLE_WAYLAND,1
env = GDK_SCALE,1
16 changes: 16 additions & 0 deletions config/files/var/home/.config/hypr/conf/environments/kvm.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# -----------------------------------------------------
# Environment Variables
# name: "KVM"
# -----------------------------------------------------

env = XCURSOR_SIZE,24
env = XDG_CURRENT_DESKTOP,Hyprland
env = XDG_SESSION_TYPE,wayland
env = XDG_SESSION_DESKTOP,Hyprland
env = QT_QPA_PLATFORM,wayland
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
env = MOZ_ENABLE_WAYLAND,1
env = GDK_SCALE,1
env = WLR_NO_HARDWARE_CURSORS, 1
env = WLR_RENDERER_ALLOW_SOFTWARE, 1
Loading

0 comments on commit 7e3bbec

Please sign in to comment.