the final frontier

This commit is contained in:
2024-11-17 20:32:32 -06:00
parent b490df7c32
commit d1f8eba241
37 changed files with 1865 additions and 259 deletions

View File

@@ -3,14 +3,12 @@ autogenerated = 0 # remove this line to remove the warning
source=~/.config/hypr/rose-pine.conf
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor=DP-3,2560x1440@170,0x0,1
monitor=DP-2,3840x2160@60,auto,1.5
workspace=10,monitor:DP-2
workspace=1,monitor:DP-3
monitor = HDMI-A-1, 2560x1440@60, 0x0, 1
exec-once = hyprctl dispatch workspace 1
exec-once = swaybg -i ~/Pictures/outset_island_night.jpg
exec-once = swaybg -i ~/Pictures/Wallpaper/wallhaven-z85eoy.jpg
exec-once = hyprlock
exec-once = waybar
# exec-once = waybar
exec-once = sunshine
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
# Execute your favorite apps at launch
@@ -21,12 +19,12 @@ exec-once = waybar
# Set programs that you use
$terminal = kitty
$fileManager = cosmic-files
$menu = rofi -show drun
$fileManager = cosmic-files
$menu = rofi -config ~/.config/rofi/apps.rasi -show drun
# Some default env vars.
env = XCURSOR_SIZE,24
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
env = QT_QPA_PLATFORMTHEME,qt6ct # change to qt6ct if you have that
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input {
@@ -35,6 +33,7 @@ input {
kb_model =
kb_options =
kb_rules =
accel_profile = flat
follow_mouse = 1
@@ -49,11 +48,10 @@ general {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
gaps_in = 5
gaps_out = 20
gaps_out = 5
border_size = 2
col.active_border = $rose
col.inactive_border = $muted
col.active_border = rgb(1d2021)
col.inactive_border = rgb(1d2021)
layout = dwindle
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
@@ -64,7 +62,15 @@ decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 10
blur {
enabled = yes
size = 5
passes = 3
new_optimizations = on
ignore_opacity = on
xray = false
}
drop_shadow = yes
shadow_range = 4
@@ -93,10 +99,6 @@ dwindle {
preserve_split = yes # you probably want this
}
master {
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
new_is_master = true
}
gestures {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
@@ -105,21 +107,21 @@ gestures {
misc {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
force_default_wallpaper = -1 # Set to 0 to disable the anime mascot wallpapers
force_default_wallpaper = 0 # Set to 0 to disable the anime mascot wallpapers
}
# Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
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.
# Window Rules
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
@@ -128,12 +130,14 @@ $mainMod = SUPER
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, Return, exec, $terminal
bind = $mainMod, Q, killactive,
bind = $mainMod, M, exit,
bind = $mainMod, M, exec, hyprlock
bind = $mainMod, E, exec, $fileManager
bind = $mainMod, V, togglefloating,
bind = $mainMod, Space, exec, $menu
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle
bind = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%+
bind = , XF86AudioLowerVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%-
# Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l

View File

@@ -0,0 +1,84 @@
background {
monitor =
path = ~/Pictures/Wallpaper/wallhaven-z85eoy.jpg
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
blur_passes = 3 # 0 disables blurring
blur_size = 13
contrast = 0.8916
brightness = 0.8172
vibrancy = 0.1696
vibrancy_darkness = 0.0
}
image {
monitor =
path = ~/NixOS-Configs/pfp.jpg
border_size = 2
border_color = rgba(255, 255, 255, 0)
size = 130
rounding = -1
rotate = 0
reload_time = -1
reload_cmd =
position = 0, 40
halign = center
valign = center
}
label {
monitor =
text = cmd[update:1000] echo -e "$(date +"%A, %B %d")"
color = rgba(235, 219, 178, 0.70)
font_size = 25
font_family = Roboto Bold
position = 0, 350
halign = center
valign = center
}
label {
monitor =
text = cmd[update:1000] echo "<span>$(date +"%I:%M")</span>"
color = rgba(235, 219, 178, 0.70)
font_size = 120
font_family = Roboto Bold
position = 0, 250
halign = center
valign = center
}
label {
monitor =
text = Joshua Elmasri
text_align = center # center/right or any value for default left. multi-line text alignment inside label container
color = rgba(235, 219, 178, 1.0)
font_size = 30
font_family = Roboto Bold
rotate = 0 # degrees, counter-clockwise
position = 0, -110
halign = center
valign = center
}
input-field {
monitor =
size = 300, 60
outline_thickness = 2
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = false
dots_fade_time = 0
outer_color = rgba(0, 0, 0, 0)
inner_color = rgba(255, 255, 255, 0.1)
font_color = rgb(235, 219, 178)
fade_on_empty = false
font_family = Roboto
placeholder_text = Password
hide_input = false
position = 0, -210
halign = center
valign = center
}