mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 09:36:46 +00:00
quickshell and hyprland additions
This commit is contained in:
@@ -23,9 +23,18 @@ env = XDG_SESSION_TYPE,wayland
|
||||
env = XDG_SESSION_DESKTOP,Hyprland
|
||||
env = XDG_SCREENSHOTS_DIR,$HOME/Pictures/Screenshots
|
||||
|
||||
env = LIBVA_DRIVER_NAME,nvidia
|
||||
env = GBM_BACKEND,nvidia-drm
|
||||
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
# env = LIBVA_DRIVER_NAME,nvidia
|
||||
# env = GBM_BACKEND,nvidia-drm
|
||||
# env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
|
||||
env = AQ_DRM_DEVICES,/dev/dri/card2:/dev/dri/card1
|
||||
|
||||
# Toolkit Backend Variables
|
||||
env = GDK_BACKEND,wayland,x11,*
|
||||
env = QT_QPA_PLATFORM,wayland;xcb
|
||||
env = CLUTTER_BACKEND,wayland
|
||||
|
||||
env = GDK_BACKEND,wayland,x11,*
|
||||
|
||||
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
||||
env = QT_QPA_PLATFORM,wayland;xcb
|
||||
@@ -33,6 +42,7 @@ env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
||||
env = QT_QPA_PLATFORMTHEME,qt5ct
|
||||
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
################
|
||||
### MONITORS ###
|
||||
################
|
||||
@@ -63,14 +73,14 @@ exec-once = ~/.config/hypr/start.sh
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||
general {
|
||||
gaps_in = 5
|
||||
gaps_out = 20
|
||||
gaps_in = 3
|
||||
gaps_out = 5
|
||||
|
||||
border_size = 2
|
||||
col.active_border = rgb(44475a) rgb(bd93f9) 90deg
|
||||
col.inactive_border = rgba(44475aaa)
|
||||
col.nogroup_border = rgba(282a36dd)
|
||||
col.nogroup_border_active = rgb(bd93f9) rgb(44475a) 90deg
|
||||
col.active_border = 0xffd3869b
|
||||
col.inactive_border = 0xff45475a
|
||||
# col.nogroup_border = rgba(282a36dd)
|
||||
# col.nogroup_border_active = rgb(bd93f9) rgb(44475a) 90deg
|
||||
|
||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||
resize_on_border = false
|
||||
@@ -89,19 +99,20 @@ decoration {
|
||||
rounding = 10
|
||||
|
||||
# Change transparency of focused and unfocused windows
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 1.0
|
||||
active_opacity = 0.9
|
||||
inactive_opacity = 0.9
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 4
|
||||
render_power = 3
|
||||
color = rgba(1E202966)
|
||||
}
|
||||
range = 4
|
||||
render_power = 3
|
||||
color = 0x33000000
|
||||
color_inactive = 0x22000000
|
||||
}
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
passes = 1
|
||||
size = 2
|
||||
passes = 4
|
||||
vibrancy = 0.1696
|
||||
}
|
||||
}
|
||||
@@ -141,6 +152,7 @@ misc {
|
||||
animate_mouse_windowdragging = true
|
||||
enable_swallow = true
|
||||
disable_hyprland_logo = true
|
||||
vfr = true
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$path = ~/Pictures/Wallpapers/kdh.jpg
|
||||
$path = ~/Pictures/Wallpapers/gruvroad.png
|
||||
wallpaper {
|
||||
monitor = eDP-1
|
||||
path = $path
|
||||
|
||||
110
.config/hypr/scheme/current.conf
Normal file
110
.config/hypr/scheme/current.conf
Normal file
@@ -0,0 +1,110 @@
|
||||
$primary_paletteKeyColor = 9b6f28
|
||||
$secondary_paletteKeyColor = 8a7457
|
||||
$tertiary_paletteKeyColor = 697d57
|
||||
$neutral_paletteKeyColor = 7f766c
|
||||
$neutral_variant_paletteKeyColor = 817567
|
||||
$background = 18120b
|
||||
$onBackground = ede0d4
|
||||
$surface = 18120b
|
||||
$surfaceDim = 18120b
|
||||
$surfaceBright = 3f382f
|
||||
$surfaceContainerLowest = 120d07
|
||||
$surfaceContainerLow = 201b13
|
||||
$surfaceContainer = 251f17
|
||||
$surfaceContainerHigh = 2f2921
|
||||
$surfaceContainerHighest = 3b342b
|
||||
$onSurface = ede0d4
|
||||
$surfaceVariant = 4f4539
|
||||
$onSurfaceVariant = d3c4b4
|
||||
$inverseSurface = ede0d4
|
||||
$inverseOnSurface = 362f27
|
||||
$outline = 9b8f80
|
||||
$outlineVariant = 4f4539
|
||||
$shadow = 000000
|
||||
$scrim = 000000
|
||||
$surfaceTint = f3bd6e
|
||||
$primary = f3bd6e
|
||||
$onPrimary = 442b00
|
||||
$primaryContainer = 624000
|
||||
$onPrimaryContainer = ffddb2
|
||||
$inversePrimary = 7f5610
|
||||
$secondary = ddc2a1
|
||||
$onSecondary = 3e2e16
|
||||
$secondaryContainer = 56442a
|
||||
$onSecondaryContainer = fadebc
|
||||
$tertiary = b7cea2
|
||||
$onTertiary = 243516
|
||||
$tertiaryContainer = 82976f
|
||||
$onTertiaryContainer = 000000
|
||||
$error = ffb4ab
|
||||
$onError = 690005
|
||||
$errorContainer = 93000a
|
||||
$onErrorContainer = ffdad6
|
||||
$primaryFixed = ffddb2
|
||||
$primaryFixedDim = f3bd6e
|
||||
$onPrimaryFixed = 291800
|
||||
$onPrimaryFixedVariant = 624000
|
||||
$secondaryFixed = fadebc
|
||||
$secondaryFixedDim = ddc2a1
|
||||
$onSecondaryFixed = 271904
|
||||
$onSecondaryFixedVariant = 56442a
|
||||
$tertiaryFixed = d3eabc
|
||||
$tertiaryFixedDim = b7cea2
|
||||
$onTertiaryFixed = 0f2004
|
||||
$onTertiaryFixedVariant = 3a4c2a
|
||||
$term0 = 353433
|
||||
$term1 = d07d00
|
||||
$term2 = ffc243
|
||||
$term3 = ffe1bb
|
||||
$term4 = b9ab66
|
||||
$term5 = e79953
|
||||
$term6 = e8c66d
|
||||
$term7 = e8d5bf
|
||||
$term8 = afa090
|
||||
$term9 = f19300
|
||||
$term10 = ffd891
|
||||
$term11 = fff2e4
|
||||
$term12 = cfc092
|
||||
$term13 = f6b072
|
||||
$term14 = ffd673
|
||||
$term15 = ffffff
|
||||
$rosewater = ffefe2
|
||||
$flamingo = fbdcc3
|
||||
$pink = ffd5b8
|
||||
$mauve = ffad7f
|
||||
$red = f6a14d
|
||||
$maroon = f0b279
|
||||
$peach = fac482
|
||||
$yellow = ffefdb
|
||||
$green = ffdc85
|
||||
$teal = f5df89
|
||||
$sky = e1df87
|
||||
$sapphire = b3d27e
|
||||
$blue = ffa2bd
|
||||
$lavender = ffbcbb
|
||||
$klink = 559652
|
||||
$klinkSelection = 559652
|
||||
$kvisited = c66716
|
||||
$kvisitedSelection = c66716
|
||||
$knegative = c67400
|
||||
$knegativeSelection = c67400
|
||||
$kneutral = ed9800
|
||||
$kneutralSelection = ed9800
|
||||
$kpositive = cea400
|
||||
$kpositiveSelection = cea400
|
||||
$text = ede0d4
|
||||
$subtext1 = d3c4b4
|
||||
$subtext0 = 9b8f80
|
||||
$overlay2 = 887c6e
|
||||
$overlay1 = 73695c
|
||||
$overlay0 = 61584c
|
||||
$surface2 = 50473c
|
||||
$surface1 = 3e362d
|
||||
$surface0 = 2b241c
|
||||
$base = 18120b
|
||||
$mantle = 18120b
|
||||
$crust = 17110a
|
||||
$success = B5CCBA
|
||||
$onSuccess = 213528
|
||||
$successContainer = 374B3E
|
||||
$onSuccessContainer = D1E9D6
|
||||
@@ -20,10 +20,11 @@ run_and_time() {
|
||||
|
||||
echo "--- Hyprland Startup: $(date) ---"
|
||||
|
||||
run_and_time qs -c nucleus-shell
|
||||
run_and_time qs -c caelestia
|
||||
# run_and_time systemctl --user start hyprpaper
|
||||
# run_and_time systemctl --user start hypridle
|
||||
# run_and_time systemctl --user start hyprpolkitagent
|
||||
run_and_time systemctl --user start xdg-desktop-portal-hyprland
|
||||
run_and_time ssh-agent
|
||||
run_and_time copyq
|
||||
run_and_time kdeconnect-indicator
|
||||
|
||||
Reference in New Issue
Block a user