feat: shared hyprpaper

This commit is contained in:
2026-03-31 18:55:17 -04:00
parent 2eabf8290a
commit 3762c33a8d
7 changed files with 20 additions and 18 deletions

View File

@@ -2,6 +2,7 @@
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples # for examples
export PATH="$HOME/.cargo/bin:$PATH"
# If not running interactively, don't do anything # If not running interactively, don't do anything
case $- in case $- in
*i*) ;; *i*) ;;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

View File

@@ -17,7 +17,6 @@
# You can split this configuration into multiple files # You can split this configuration into multiple files
# Create your files separately and then link them to this file like this: # Create your files separately and then link them to this file like this:
# source = ~/.config/hypr/myColors.conf # source = ~/.config/hypr/myColors.conf
source = ~/.config/rider-palette/palette.hyprland.conf
################ ################
@@ -37,7 +36,7 @@ monitor=DP-3,1920x1080@60, 3440x1200,1
$terminal = alacritty $terminal = alacritty
$fileManager = thunar $fileManager = thunar
$navigator = firefox $navigator = firefox
$menu = walker $menu = wofi --show drun
################# #################
@@ -50,7 +49,6 @@ $menu = walker
# exec-once = $terminal # exec-once = $terminal
# exec-once = nm-applet & # exec-once = nm-applet &
exec-once = waybar & hyprpaper & mako & hypridle exec-once = waybar & hyprpaper & mako & hypridle
exec-once = walker --gapplication-service
############################# #############################
@@ -80,8 +78,8 @@ general {
border_size = 1 border_size = 1
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
col.active_border = $func col.active_border = rgba(33ccffff)
col.inactive_border = $border col.inactive_border = rgba(595959ff)
# Set to true enable resizing windows by clicking and dragging on borders and gaps # Set to true enable resizing windows by clicking and dragging on borders and gaps
resize_on_border = false resize_on_border = false
@@ -194,7 +192,6 @@ bind = $mainMod, E, exec, $fileManager bind = $mainMod, N, exec, $navigator
bind = $mainMod, V, togglefloating bind = $mainMod, V, togglefloating
bind = $mainMod, F, fullscreen bind = $mainMod, F, fullscreen
bind = $mainMod, R, exec, $menu bind = $mainMod, R, exec, $menu
bind = $mainMod ALT, SPACE, exec, $menu
bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, S, togglesplit, # dwindle bind = $mainMod, S, togglesplit, # dwindle
bind = $mainMod, Q, exec, hyprlock bind = $mainMod, Q, exec, hyprlock

View File

@@ -1,14 +1,13 @@
preload = ~/Pictures/background.png preload = ~/repos/dotfiles/hypr/.config/hypr/assets/background.png
splash = false
#set the default wallpaper(s) seen on initial workspace(s) --depending on the number of monitors used #set the default wallpaper(s) seen on initial workspace(s) --depending on the number of monitors used
wallpaper = DP-1,~/Pictures/background.png wallpaper {
wallpaper = DP-2,~/Pictures/background.png monitor =
wallpaper = DP-3,~/Pictures/background.png path = ~/repos/dotfiles/hypr/.config/hypr/assets/background.png
}
#enable splash text rendering over the wallpaper #enable splash text rendering over the wallpaper
#splash = true
#fully disable ipc #fully disable ipc
# ipc = off # ipc = off

View File

@@ -91,7 +91,7 @@
} }
}, },
"clock": { "clock": {
"format": "󰃰 {:%a %d %b} 󰥔 {:%H:%M}", "format": "{:%R %a %d %b}",
"rotate": 0, "rotate": 0,
"on-click": "walker", "on-click": "walker",
"tooltip-format": "<tt>{calendar}</tt>", "tooltip-format": "<tt>{calendar}</tt>",

View File

@@ -46,9 +46,10 @@ tooltip {
#memory, #memory,
#tray, #tray,
#custom-power { #custom-power {
background: @background; background: alpha(@background, 0.56);
border: 1px solid alpha(@accent-alt, 0.22); border: 1px solid alpha(@foreground, 0.14);
border-radius: 14px; border-radius: 14px;
box-shadow: 0 8px 24px alpha(@background, 0.22);
margin: 0 5px; margin: 0 5px;
padding: 0 12px; padding: 0 12px;
min-height: 34px; min-height: 34px;
@@ -141,7 +142,7 @@ tooltip {
#custom-power:hover, #custom-power:hover,
#clock:hover { #clock:hover {
box-shadow: none; box-shadow: none;
background: @background-alt; background: alpha(@background-alt, 0.68);
} }
#custom-launcher:hover, #custom-launcher:hover,

View File

@@ -8,6 +8,9 @@ fi
# If you come from bash you might have to change your $PATH. # 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
# Export path to include Cargo
export PATH="$HOME/.cargo/bin:$PATH"
# Path to your Oh My Zsh installation. # Path to your Oh My Zsh installation.
export ZSH="$HOME/.oh-my-zsh" export ZSH="$HOME/.oh-my-zsh"
@@ -130,3 +133,4 @@ fi
if ls --color=auto -d . >/dev/null 2>&1; then if ls --color=auto -d . >/dev/null 2>&1; then
alias ls='ls --color=auto' alias ls='ls --color=auto'
fi fi
export PATH="$HOME/go/bin:$HOME/.cargo/bin:$PATH"