Unify desktop theming around Rider palette
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
# You can split this configuration into multiple files
|
||||
# Create your files separately and then link them to this file like this:
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
source = ~/.config/rider-palette/palette.hyprland.conf
|
||||
|
||||
|
||||
################
|
||||
@@ -36,7 +37,7 @@ monitor=DP-3,1920x1080@60, 3440x1200,1
|
||||
$terminal = alacritty
|
||||
$fileManager = thunar
|
||||
$navigator = firefox
|
||||
$menu = wofi --show drun
|
||||
$menu = walker
|
||||
|
||||
|
||||
#################
|
||||
@@ -49,6 +50,7 @@ $menu = wofi --show drun
|
||||
# exec-once = $terminal
|
||||
# exec-once = nm-applet &
|
||||
exec-once = waybar & hyprpaper & mako & hypridle
|
||||
exec-once = walker --gapplication-service
|
||||
|
||||
|
||||
#############################
|
||||
@@ -78,8 +80,8 @@ general {
|
||||
border_size = 1
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||||
col.active_border = rgba(33ccffff)
|
||||
col.inactive_border = rgba(595959ff)
|
||||
col.active_border = $func
|
||||
col.inactive_border = $border
|
||||
|
||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||
resize_on_border = false
|
||||
@@ -192,6 +194,7 @@ bind = $mainMod, E, exec, $fileManager bind = $mainMod, N, exec, $navigator
|
||||
bind = $mainMod, V, togglefloating
|
||||
bind = $mainMod, F, fullscreen
|
||||
bind = $mainMod, R, exec, $menu
|
||||
bind = $mainMod ALT, SPACE, exec, $menu
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, S, togglesplit, # dwindle
|
||||
bind = $mainMod, Q, exec, hyprlock
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
source = $HOME/.config/hypr/mocha.conf
|
||||
source = ~/.config/rider-palette/palette.hyprland.conf
|
||||
|
||||
$accent = $mauve
|
||||
$accentAlpha = $mauveAlpha
|
||||
$accent = $func
|
||||
$accentAlpha = $funcAlpha
|
||||
$font = JetBrainsMono Nerd Font
|
||||
|
||||
# GENERAL
|
||||
@@ -14,14 +14,14 @@ background {
|
||||
monitor =
|
||||
path = $HOME/.config/hypr/hyprlock-background.png
|
||||
blur_passes = 0
|
||||
color = $base
|
||||
color = $bg
|
||||
}
|
||||
|
||||
# LAYOUT
|
||||
label {
|
||||
monitor =
|
||||
text = Layout: $LAYOUT
|
||||
color = $text
|
||||
color = $fg_bright
|
||||
font_size = 25
|
||||
font_family = $font
|
||||
position = 30, -30
|
||||
@@ -33,7 +33,7 @@ label {
|
||||
label {
|
||||
monitor =
|
||||
text = $TIME
|
||||
color = $text
|
||||
color = $fg_bright
|
||||
font_size = 90
|
||||
font_family = $font
|
||||
position = -30, 0
|
||||
@@ -45,7 +45,7 @@ label {
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:43200000] date +"%A, %d %B %Y"
|
||||
color = $text
|
||||
color = $fg_bright
|
||||
font_size = 25
|
||||
font_family = $font
|
||||
position = -30, -150
|
||||
@@ -57,7 +57,7 @@ label {
|
||||
{
|
||||
monitor = "";
|
||||
text = "$FPRINTPROMPT";
|
||||
color = "$text";
|
||||
color = "$fg_bright";
|
||||
font_size = 14;
|
||||
font_family = font;
|
||||
position = "0, -107";
|
||||
@@ -85,15 +85,15 @@ input-field {
|
||||
dots_spacing = 0.2
|
||||
dots_center = true
|
||||
outer_color = $accent
|
||||
inner_color = $surface0
|
||||
font_color = $text
|
||||
inner_color = $cursor_line
|
||||
font_color = $fg_bright
|
||||
fade_on_empty = false
|
||||
placeholder_text = <span foreground="##$textAlpha"><i> Logged in as </i><span foreground="##$accentAlpha">$USER</span></span>
|
||||
placeholder_text = <span foreground="##$fgBrightAlpha"><i> Logged in as </i><span foreground="##$accentAlpha">$USER</span></span>
|
||||
hide_input = false
|
||||
check_color = $accent
|
||||
fail_color = $red
|
||||
fail_color = $error
|
||||
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
|
||||
capslock_color = $yellow
|
||||
capslock_color = $string
|
||||
position = 0, -47
|
||||
halign = center
|
||||
valign = center
|
||||
|
||||
Reference in New Issue
Block a user