stuff
This commit is contained in:
@@ -4,11 +4,15 @@ source=~/.config/hypr/rose-pine.conf
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor = HDMI-A-1, 2560x1440@60, 0x0, 1
|
||||
#monitor = HDMI-A-1, disable
|
||||
#monitor = sunshine, highres@highrr, 0x0, 1
|
||||
exec-once = hyprctl dispatch workspace 1
|
||||
exec-once = swaybg -i ~/Pictures/Wallpaper/wallhaven-z85eoy.jpg
|
||||
exec-once = swaybg -i ~/NixOS-Configs/Wallpaper/sDpJ0mPGhn4FnbWOsOI4HoiYUvnyKjJck4RJnPZo-3609584059.jpg
|
||||
#exec-once = linux-wallpaperengine --screen-root HDMI-A-1 --silent --fps 60 3000562427
|
||||
exec-once = hyprlock
|
||||
# exec-once = waybar
|
||||
exec-once = hyprpanel
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
exec-once = sunshine
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
@@ -51,8 +55,8 @@ general {
|
||||
gaps_in = 5
|
||||
gaps_out = 5
|
||||
border_size = 2
|
||||
col.active_border = rgb(1d2021)
|
||||
col.inactive_border = rgb(1d2021)
|
||||
col.active_border = rgb(3d59a1)
|
||||
col.inactive_border = rgb(787c99)
|
||||
layout = dwindle
|
||||
|
||||
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||||
@@ -73,10 +77,11 @@ decoration {
|
||||
xray = false
|
||||
}
|
||||
|
||||
drop_shadow = yes
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
shadow {
|
||||
enabled = true
|
||||
offset = 3, 3
|
||||
color = rgba(323232cc)
|
||||
}
|
||||
}
|
||||
|
||||
animations {
|
||||
@@ -100,6 +105,7 @@ dwindle {
|
||||
preserve_split = yes # you probably want this
|
||||
}
|
||||
|
||||
layerrule = unset, overlay
|
||||
|
||||
gestures {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
background {
|
||||
monitor =
|
||||
path = ~/Pictures/Wallpaper/wallhaven-z85eoy.jpg
|
||||
path = ~/NixOS-Configs/WE-Lake.png
|
||||
|
||||
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
|
||||
blur_passes = 3 # 0 disables blurring
|
||||
@@ -18,7 +18,7 @@ image {
|
||||
border_size = 2
|
||||
border_color = rgba(255, 255, 255, 0)
|
||||
size = 130
|
||||
rounding = -1
|
||||
rounding = 100
|
||||
rotate = 0
|
||||
reload_time = -1
|
||||
reload_cmd =
|
||||
@@ -30,7 +30,7 @@ image {
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo -e "$(date +"%A, %B %d")"
|
||||
color = rgba(235, 219, 178, 0.70)
|
||||
color = rgba(122, 162, 247, 0.70)
|
||||
font_size = 25
|
||||
font_family = Roboto Bold
|
||||
position = 0, 350
|
||||
@@ -41,7 +41,7 @@ label {
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "<span>$(date +"%I:%M")</span>"
|
||||
color = rgba(235, 219, 178, 0.70)
|
||||
color = rgba(122, 162, 247, 0.70)
|
||||
font_size = 120
|
||||
font_family = Roboto Bold
|
||||
position = 0, 250
|
||||
@@ -53,7 +53,7 @@ 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)
|
||||
color = rgba(122, 162, 247, 1.0)
|
||||
font_size = 30
|
||||
font_family = Roboto Bold
|
||||
rotate = 0 # degrees, counter-clockwise
|
||||
@@ -73,7 +73,7 @@ input-field {
|
||||
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)
|
||||
font_color = rgb(169, 177, 214)
|
||||
fade_on_empty = false
|
||||
font_family = Roboto
|
||||
placeholder_text = Password
|
||||
|
||||
Reference in New Issue
Block a user