Updated Hypr, Yazi
This commit is contained in:
0
roles/hypr/files/devices.conf
Normal file → Executable file
0
roles/hypr/files/devices.conf
Normal file → Executable file
@@ -5,5 +5,5 @@ env = HYPRCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_THEME,rose-pine-hyprcursor
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
env = QT_QPA_PLATFORMTHEME,qt5ct
|
||||
env = QT_QPA_PLATFORMTHEME,gtk3
|
||||
env = QT_STYLE_OVERRIDE,qt5ct
|
||||
|
||||
10
roles/hypr/files/hyprland.conf
Normal file → Executable file
10
roles/hypr/files/hyprland.conf
Normal file → Executable file
@@ -54,11 +54,6 @@ decoration {
|
||||
blurls = rofi
|
||||
blurls = gtk-layer-shell
|
||||
}
|
||||
|
||||
drop_shadow = yes
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
}
|
||||
|
||||
# Animations
|
||||
@@ -81,11 +76,6 @@ dwindle {
|
||||
preserve_split = yes
|
||||
}
|
||||
|
||||
# Gestures
|
||||
gestures {
|
||||
workspace_swipe = on
|
||||
}
|
||||
|
||||
# Misc
|
||||
misc {
|
||||
#mouse_move_enables_dpms = true
|
||||
|
||||
@@ -1,80 +0,0 @@
|
||||
source = $HOME/.config/hypr/themes/catppuccin/mocha.conf
|
||||
|
||||
$accent = $sapphire
|
||||
$accentAlpha = 7dc4e4 # $sapphireAlpha Doesn't work???
|
||||
$font = CaskaydiaCove Nerd Font
|
||||
|
||||
# GENERAL
|
||||
general {
|
||||
disable_loading_bar = true
|
||||
hide_cursor = true
|
||||
}
|
||||
|
||||
# BACKGROUND
|
||||
background {
|
||||
monitor =
|
||||
path = ~/.config/background
|
||||
blur_passes = 0
|
||||
color = $base
|
||||
}
|
||||
|
||||
# DATE
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:30000] echo "$(date +"%R")"
|
||||
color = $text
|
||||
font_size = 90
|
||||
font_family = $font
|
||||
position = -30, 0
|
||||
halign = right
|
||||
valign = top
|
||||
}
|
||||
|
||||
# TIME
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:43200000] echo "$(date +"%A, %d %B %Y")"
|
||||
color = $text
|
||||
font_size = 25
|
||||
font_family = $font
|
||||
position = -30, -150
|
||||
halign = right
|
||||
valign = top
|
||||
}
|
||||
|
||||
# USER AVATAR
|
||||
image {
|
||||
monitor =
|
||||
path = /var/lib/AccountsService/icons/$USER
|
||||
border_color = $accent
|
||||
border_size = 2
|
||||
rounding = -1
|
||||
size = 200
|
||||
position = 0, 150
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# INPUT FIELD
|
||||
input-field {
|
||||
monitor =
|
||||
size = 300, 60
|
||||
outline_thickness = 2
|
||||
dots_size = 0.2
|
||||
dots_spacing = 0.2
|
||||
dots_center = true
|
||||
outer_color = $accent
|
||||
inner_color = $surface0
|
||||
font_color = $text
|
||||
fade_on_empty = false
|
||||
placeholder_text = <span foreground="##$textAlpha"><i> Logged in as </i><span foreground="##$accentAlpha">$USER</span></span>
|
||||
hide_input = false
|
||||
check_color = $accent
|
||||
fail_color = $red
|
||||
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
|
||||
capslock_color = $peach
|
||||
numlock_color = $green
|
||||
position = 0, -35
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
@@ -8,12 +8,13 @@ bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, M, fullscreen,
|
||||
bind = $mainMod, S, togglesplit,
|
||||
bind = $mainMod, F, togglefloating,
|
||||
bind = $mainMod, O, exec, hyprlock
|
||||
bind = $mainMod, O, global, caelestia:lock
|
||||
bind = $mainMod, G, global, caelestia:dashboard
|
||||
bind = $mainMod, F4, exec, ags -t powermenu
|
||||
bind = $mainMod, SPACE, exec, ags -t launcher
|
||||
bind = $mainMod, SPACE, global, caelestia:launcher
|
||||
bind = $mainMod, TAB, exec, ags -t overview
|
||||
bind = $mainMod, V, exec, ags -t clipboard
|
||||
bind = $mainMod, COMMA, exec, ags -t symbols
|
||||
bind = $mainMod, V, exec, caelestia clipboard
|
||||
bind = $mainMod, COMMA, exec, caelestia emoji -p
|
||||
bind = $mainMod SHIFT, S, exec, grimblast --freeze copy area
|
||||
bind = $mainMod CTRL, S, exec, grimblast --freeze copysave area ~/Pictures/Screenshots/"$(date --rfc-3339=seconds)".png
|
||||
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
timeout_lock=900
|
||||
timeout_DPMS=1080
|
||||
|
||||
swayidle -w \
|
||||
timeout ${timeout_lock} "hyprlock & disown" \
|
||||
timeout ${timeout_DPMS} "hyprctl dispatch dpms off"
|
||||
@@ -3,7 +3,6 @@
|
||||
kewlfft.aur.aur:
|
||||
name:
|
||||
- hyprland
|
||||
- hyprlock
|
||||
state: present
|
||||
|
||||
- name: "[Hyprland] Create config folder"
|
||||
|
||||
@@ -1,16 +1,15 @@
|
||||
# First for systray
|
||||
exec-once = ags
|
||||
# Shell
|
||||
exec-once = caelestia shell -d
|
||||
|
||||
# Programms
|
||||
{% if system == "desktop_full" %}
|
||||
exec-once = armcord
|
||||
exec-once = youtube-music
|
||||
exec-once = legcord
|
||||
exec-once = feishin
|
||||
exec-once = nextcloud
|
||||
{% endif %}
|
||||
exec-once = nm-applet
|
||||
exec-once = blueman-applet
|
||||
exec-once = playerctld daemon
|
||||
exec-once = ~/.config/hypr/scripts/idle.sh
|
||||
|
||||
# Clipboard
|
||||
exec-once = wl-paste --type text --watch cliphist store #Stores only text data
|
||||
|
||||
@@ -12,19 +12,13 @@ monitor = ,preferred,auto,1
|
||||
|
||||
|
||||
# Window Rules - (hyprctl -j clients | grep class)
|
||||
windowrule = workspace 2,^(YouTube Music)$
|
||||
windowrule = workspace 4,^(explorer.exe)$
|
||||
windowrule = workspace 4,^(lutris)$
|
||||
windowrule = workspace 5,^(discord)$
|
||||
windowrule = workspace 5,^(armcord)$
|
||||
windowrule = workspace 5,^(WebCord)$
|
||||
windowrule = workspace 5,^(Element)$
|
||||
windowrule = workspace 5,^(de.keule.client.ui.JavaFX)$
|
||||
|
||||
windowrule = float,^(lutris)$
|
||||
windowrule = size 965 545, ^(lutris)$
|
||||
windowrule = float,title:^.*culator.*$
|
||||
windowrule = workspace 2, class:feishin
|
||||
windowrule = workspace 5, class:discord
|
||||
windowrule = workspace 5, class:legcord
|
||||
|
||||
# windowrule = float,class:lutris
|
||||
# windowrule = size 965 545, class:lutris
|
||||
# windowrule = float,title:^.*culator.*$
|
||||
|
||||
# Workspace
|
||||
{% if system == "desktop_full" %}
|
||||
|
||||
Reference in New Issue
Block a user