latest user files

This commit is contained in:
2024-10-10 08:27:07 +02:00
parent 9a37e67d11
commit 43621c8201
47 changed files with 2767 additions and 93 deletions
+1 -2
View File
@@ -18,7 +18,6 @@ bind = $mainMod, N, exec, pkill rofi || ~/.config/rofi/nm-vpn/nm-vpn.sh
bind = $mainMod, R, exec, pkill rofi || ~/.config/rofi/launcher/launcher.sh run
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, Q, killactive,
bind = $mainMod, S, togglesplit, # dwindle
bind = $mainMod, T, exec, pkill rofi || rofi -show fb -modes "fb:~/.config/rofi/settings-menu/setmen.sh" -theme $HOME/.config/rofi/settings-menu/settings-menu.rasi
bind = $mainMod, U, exec, $HOME/.config/conky/conkytoggler
bind = $mainMod, V, togglefloating,
@@ -83,7 +82,7 @@ bind=,PRINT,exec, hyprm-screenshot
bind = CTRL ALT, DELETE, exec, alacritty -t "BTOP" -e btop -p 1
#bind = CTRL ALT, DELETE, exec, env GTK_THEME=Adwaita:dark resources
#bind = $mainMod, F4, exec, ~/.config/rofi/powermenu/powermenu.sh
bind = $mainMod, O, exec, ~/.config/rofi/powermenu/powermenu.sh
+20 -19
View File
@@ -2,7 +2,8 @@
general {
ignore_empty_input = true
hide_cursor = true
grace = 5
grace = 1
font_family = JetBrainsMono Nerd Font
}
background {
@@ -13,23 +14,21 @@ background {
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
blur_passes = 1 # 0 disables blurring
blur_size = 4
size = 4
passes = 2
ignore_opacity = true
new_optimizations = true
xray = false
noise = 0.0117
contrast = 0.8916
brightness = 0.8172
#vibrancy = 0.1696
# vibrancy_darkness = 0
special = false
size = 4
passes = 2
ignore_opacity = true
new_optimizations = true
xray = false
noise = 0.0117
contrast = 0.8916
brightness = 0.4172
# vibrancy = 0.1696
# vibrancy_darkness = 0
}
image {
monitor =
path = ~/.face
path = $HOME/.face
size = 100 # lesser side if not 1:1 ratio
rounding = -1 # negative values mean circle
border_size = 2
@@ -45,8 +44,8 @@ image {
label {
monitor =
text = $TIME
color = rgba(200, 200, 200, 1.0)
text = cmd[update:1000] echo $TIME
color = rgba(180, 190, 254, 1.0)
font_size = 25
font_family = JetBrainsMono Nerd Font
@@ -54,7 +53,7 @@ label {
halign = center
valign = center
shadow_passes = 1
shadow_passes = 0
shadow_size = 3
shadow_color = rgb(0,0,0)
shadow_boost = 1.2
@@ -63,9 +62,9 @@ label {
input-field {
monitor =
size = 200, 50
outline_thickness = 3
outline_thickness = 2
dots_size = 0.24 # Scale of input-field height, 0.2 - 0.8
dots_spacing = 0.12 # Scale of dots' absolute size, 0.0 - 1.0
dots_spacing = 0.5 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = true
outer_color = rgb(313244)
inner_color = rgb(30, 30, 46)
@@ -77,4 +76,6 @@ input-field {
position = 0, 0
halign = center
valign = center
rounding = 0.1
}