refactor: border sizes reduced, background opacity reduced;
refactor: animations changed
This commit is contained in:
@@ -30,8 +30,7 @@ $privateBrowser = env GTK_THEME=Adwaita:light zen-browser --private-window
|
|||||||
# Le essential hyprland crap
|
# Le essential hyprland crap
|
||||||
exec-once = hyprpaper
|
exec-once = hyprpaper
|
||||||
exec-once = waybar & hypridle & hyprsunset &
|
exec-once = waybar & hypridle & hyprsunset &
|
||||||
exec-once = mullvad-vpn &
|
exec-once = mullvad-vpn
|
||||||
exec-once = galaxybudsclient /StartMinimized &
|
|
||||||
exec-once = swaync
|
exec-once = swaync
|
||||||
exec-once = ~/.config/hypr/scripts/random_wallpaper.sh
|
exec-once = ~/.config/hypr/scripts/random_wallpaper.sh
|
||||||
exec-once = ~/.config/hypr/scripts/autofreezer.sh
|
exec-once = ~/.config/hypr/scripts/autofreezer.sh
|
||||||
@@ -39,7 +38,7 @@ exec-once = ~/.config/bspwm/checkupdates.sh
|
|||||||
exec-once = libinput-gestures
|
exec-once = libinput-gestures
|
||||||
exec-once = copyq --start-server
|
exec-once = copyq --start-server
|
||||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||||
exec-once = thunar --daemon &
|
exec-once = thunar --daemon
|
||||||
exec-once = touch /tmp/toggle_ssocks
|
exec-once = touch /tmp/toggle_ssocks
|
||||||
exec-once = ~/.config/bspwm/proxy.sh &
|
exec-once = ~/.config/bspwm/proxy.sh &
|
||||||
exec-once = ~/.config/bspwm/checkupdates.sh
|
exec-once = ~/.config/bspwm/checkupdates.sh
|
||||||
@@ -88,7 +87,7 @@ general {
|
|||||||
gaps_in = 12.5
|
gaps_in = 12.5
|
||||||
gaps_out = 20
|
gaps_out = 20
|
||||||
|
|
||||||
border_size = 3
|
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 = rgba(E96375ff) rgba(9E2238ff) 45deg
|
col.active_border = rgba(E96375ff) rgba(9E2238ff) 45deg
|
||||||
@@ -115,6 +114,8 @@ decoration {
|
|||||||
rounding = 10
|
rounding = 10
|
||||||
rounding_power = 2
|
rounding_power = 2
|
||||||
|
|
||||||
|
dim_around = 1
|
||||||
|
|
||||||
# Change transparency of focused and unfocused windows
|
# Change transparency of focused and unfocused windows
|
||||||
active_opacity = 1.0
|
active_opacity = 1.0
|
||||||
inactive_opacity = 1.0
|
inactive_opacity = 1.0
|
||||||
@@ -173,7 +174,7 @@ animations {
|
|||||||
animation = global, 1, 10, default
|
animation = global, 1, 10, default
|
||||||
animation = border, 1, 5.39, easeOutQuint
|
animation = border, 1, 5.39, easeOutQuint
|
||||||
animation = windows, 1, 4.79, easeOutQuint
|
animation = windows, 1, 4.79, easeOutQuint
|
||||||
animation = windowsIn, 1, 5, easeOutQuint, slide
|
animation = windowsIn, 1, 5, easeOutQuint, popin 0%
|
||||||
animation = windowsOut, 1, 5, linear, popin 0%
|
animation = windowsOut, 1, 5, linear, popin 0%
|
||||||
animation = fadeIn, 1, 1.73, almostLinear
|
animation = fadeIn, 1, 1.73, almostLinear
|
||||||
animation = fadeOut, 1, 1.46, almostLinear
|
animation = fadeOut, 1, 1.46, almostLinear
|
||||||
@@ -259,7 +260,12 @@ input {
|
|||||||
|
|
||||||
follow_mouse = 0 # 2
|
follow_mouse = 0 # 2
|
||||||
float_switch_override_focus = 0
|
float_switch_override_focus = 0
|
||||||
sensitivity = 0.2 # -1.0 - 1.0, 0 means no modification.
|
|
||||||
|
# touchpad / canyon
|
||||||
|
# sensitivity = 0.2 # -1.0 - 1.0, 0 means no modification.
|
||||||
|
|
||||||
|
# ardor
|
||||||
|
sensitivity = 0.025 # -1.0 - 1.0, 0 means no modification.
|
||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
natural_scroll = true
|
natural_scroll = true
|
||||||
@@ -299,7 +305,7 @@ bind = $mainMod, Q, exec, $browser
|
|||||||
bind = $mainMod SHIFT, Q, exec, $privateBrowser
|
bind = $mainMod SHIFT, Q, exec, $privateBrowser
|
||||||
bind = $mainMod, Backslash, exec, $fastTerminal
|
bind = $mainMod, Backslash, exec, $fastTerminal
|
||||||
bind = $mainMod, Space, exec, $menu
|
bind = $mainMod, Space, exec, $menu
|
||||||
bind = $mainMod, N, exec, swaync-client -t -sw
|
bind = $mainMod, N, exec, swaync-client -t -sw || notify-send "Error SwayNC is down"
|
||||||
|
|
||||||
# Open floating terminal
|
# Open floating terminal
|
||||||
bind = $mainMod SHIFT, Return, exec, [float; size 800 600; move center] $fastTerminal --class kitty-float
|
bind = $mainMod SHIFT, Return, exec, [float; size 800 600; move center] $fastTerminal --class kitty-float
|
||||||
@@ -335,8 +341,12 @@ bind = $mainMod SHIFT, S, centerwindow,
|
|||||||
|
|
||||||
bind = $mainMod, P, pseudo, # dwindle
|
bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod, D, togglesplit, # dwindle
|
bind = $mainMod, D, togglesplit, # dwindle
|
||||||
|
|
||||||
|
# Screenshots
|
||||||
bind = $mainMod SHIFT, Print, exec, grimblast --freeze copysave area ~/Pictures/Screenshots/$(date +%Y-%m-%d_%H-%m-%s).jpg && play ~/Templates/Sounds/photo.mp3
|
bind = $mainMod SHIFT, Print, exec, grimblast --freeze copysave area ~/Pictures/Screenshots/$(date +%Y-%m-%d_%H-%m-%s).jpg && play ~/Templates/Sounds/photo.mp3
|
||||||
bind = $mainMod, Print, exec, play ~/Templates/Sounds/photo.mp3 & grimblast --freeze copysave output ~/Pictures/Screenshots/$(date +%Y-%m-%d_%H-%m-%s).jpg
|
bind = $mainMod, Print, exec, play ~/Templates/Sounds/photo.mp3 & grimblast --freeze copysave output ~/Pictures/Screenshots/$(date +%Y-%m-%d_%H-%m-%s).jpg
|
||||||
|
bind = $mainMod SHIFT, XF86AudioNext, exec, grimblast --freeze copysave area ~/Pictures/Screenshots/$(date +%Y-%m-%d_%H-%m-%s).jpg && play ~/Templates/Sounds/photo.mp3
|
||||||
|
bind = $mainMod, XF86AudioNext, exec, play ~/Templates/Sounds/photo.mp3 & grimblast --freeze copysave output ~/Pictures/Screenshots/$(date +%Y-%m-%d_%H-%m-%s).jpg
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, h, movefocus, l
|
bind = $mainMod, h, movefocus, l
|
||||||
@@ -514,6 +524,8 @@ windowrule = bordercolor rgba(ffff00ff) rgba(ffff0055),tag:voicechatuz
|
|||||||
# Zen - focus searchbar
|
# Zen - focus searchbar
|
||||||
bindrn = CTRL, Space, sendshortcut, , F6, class:^(zen)$
|
bindrn = CTRL, Space, sendshortcut, , F6, class:^(zen)$
|
||||||
|
|
||||||
|
bind = , XF86PowerOff, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 35% & ristretto -f ~/Templates/Images/theorist.jpg & play ~/Templates/Sounds/scream.mp3
|
||||||
|
|
||||||
# Disable binds temporarily
|
# Disable binds temporarily
|
||||||
bind = $mainMod, Escape, submap, clean
|
bind = $mainMod, Escape, submap, clean
|
||||||
submap = clean
|
submap = clean
|
||||||
@@ -571,7 +583,7 @@ windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned
|
|||||||
# Animation for rofi
|
# Animation for rofi
|
||||||
layerrule = ignorezero, rofi
|
layerrule = ignorezero, rofi
|
||||||
layerrule = blur, rofi
|
layerrule = blur, rofi
|
||||||
layerrule = animation slide left, rofi
|
layerrule = animation slide bottom, rofi
|
||||||
|
|
||||||
# Animation fpr swaync
|
# Animation fpr swaync
|
||||||
layerrule = blur, swaync-control-center
|
layerrule = blur, swaync-control-center
|
||||||
@@ -602,7 +614,7 @@ plugin {
|
|||||||
hyprfocus {
|
hyprfocus {
|
||||||
animation = hyprfocusIn, 1, 3, quick
|
animation = hyprfocusIn, 1, 3, quick
|
||||||
animation = hyprfocusOut, 1, 3, quick
|
animation = hyprfocusOut, 1, 3, quick
|
||||||
fade_opacity = 0.95
|
fade_opacity = 0.94
|
||||||
mode = flash
|
mode = flash
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
|
|
||||||
wallpaper = eDP-1,/home/greg/Pictures/Wallpapers/ryabina.jpg
|
wallpaper = eDP-1,/home/greg/Pictures/Wallpapers/oneshot_boat_centered.png
|
||||||
wallpaper = HDMI-A-1,/home/greg/Pictures/Wallpapers/ryabina.jpg
|
wallpaper = HDMI-A-1,/home/greg/Pictures/Wallpapers/oneshot_boat_centered.png
|
||||||
ipc = on
|
ipc = on
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Kolyan color theme made by Nikolai (WeirdCat)
|
# Kolyan color theme made by Nikolai (WeirdCat)
|
||||||
|
|
||||||
color0 #444551
|
color0 #545561
|
||||||
color1 #9E2238
|
color1 #9E2238
|
||||||
color2 #BB6F80
|
color2 #BB6F80
|
||||||
color3 #DA97B0
|
color3 #DA97B0
|
||||||
|
|||||||
@@ -959,7 +959,7 @@ hide_window_decorations yes
|
|||||||
#: Using zero as the percentage disables scaling in that dimension. A
|
#: Using zero as the percentage disables scaling in that dimension. A
|
||||||
#: single zero (the default) disables all scaling of the window logo.
|
#: single zero (the default) disables all scaling of the window logo.
|
||||||
|
|
||||||
# resize_debounce_time 0.1 0.5
|
resize_debounce_time 0.1
|
||||||
|
|
||||||
#: The time to wait (in seconds) before asking the program running in
|
#: The time to wait (in seconds) before asking the program running in
|
||||||
#: kitty to resize and redraw the screen during a live resize of the
|
#: kitty to resize and redraw the screen during a live resize of the
|
||||||
@@ -1178,7 +1178,7 @@ hide_window_decorations yes
|
|||||||
|
|
||||||
#: The foreground and background colors.
|
#: The foreground and background colors.
|
||||||
|
|
||||||
background_opacity 0.85
|
background_opacity 0.80
|
||||||
|
|
||||||
#: The opacity of the background. A number between zero and one, where
|
#: The opacity of the background. A number between zero and one, where
|
||||||
#: one is opaque and zero is fully transparent. This will only work if
|
#: one is opaque and zero is fully transparent. This will only work if
|
||||||
|
|||||||
@@ -23,12 +23,12 @@ configuration {
|
|||||||
/*****----- Global Properties -----*****/
|
/*****----- Global Properties -----*****/
|
||||||
* {
|
* {
|
||||||
font: "JetBrains Mono Nerd Font 10";
|
font: "JetBrains Mono Nerd Font 10";
|
||||||
background: #1c1c1cd0;
|
background: #1c1c1cc0;
|
||||||
background-alt: #303030ff;
|
background-alt: #303030ff;
|
||||||
button-shape-top: #505050ff;
|
button-shape-top: #505050ff;
|
||||||
button-shape-bottom: #303030ff;
|
button-shape-bottom: #303030ff;
|
||||||
background-button: #2e2d31ff;
|
background-button: #2e2d31ff;
|
||||||
background-input: #1c1c1cff;
|
background-input: #1c1c1cc0;
|
||||||
border: #48535Ccf;
|
border: #48535Ccf;
|
||||||
foreground: #FFe8EE;
|
foreground: #FFe8EE;
|
||||||
selected: #9E2238dd;
|
selected: #9E2238dd;
|
||||||
@@ -50,7 +50,7 @@ window {
|
|||||||
y-offset: 0px;
|
y-offset: 0px;
|
||||||
|
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
border: 3px;
|
border: 1px;
|
||||||
border-color: @border;
|
border-color: @border;
|
||||||
|
|
||||||
/* properties for all widgets */
|
/* properties for all widgets */
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
:root {
|
:root {
|
||||||
--cc-bg: #1c1c1cca;
|
--cc-bg: #1c1c1cba;
|
||||||
--noti-border-color: rgba(90, 104, 115, 0.8);
|
--noti-border-color: rgba(90, 104, 115, 0.8);
|
||||||
--noti-bg: #1c1c1cca;
|
--noti-bg: #1c1c1cca;
|
||||||
--noti-bg-alt:#1c1c1cca;
|
--noti-bg-alt:#1c1c1cca;
|
||||||
@@ -307,7 +307,7 @@ button:hover {
|
|||||||
background: var(--cc-bg);
|
background: var(--cc-bg);
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
border-radius: 10px 0 0 10px;
|
border-radius: 10px 0 0 10px;
|
||||||
border: 3px solid var(--noti-border-color);
|
border:1px solid var(--noti-border-color);
|
||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -178,6 +178,7 @@
|
|||||||
"format-icons": ["", "", "", "", "", "", "", "", ""]
|
"format-icons": ["", "", "", "", "", "", "", "", ""]
|
||||||
},
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
|
"full-at": 98,
|
||||||
"states": {
|
"states": {
|
||||||
"good": 85,
|
"good": 85,
|
||||||
"warning": 30,
|
"warning": 30,
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* GTK Color Definitions */
|
/* GTK Color Definitions */
|
||||||
@define-color bg-primary rgba(23, 28, 39, 0.8);
|
@define-color bg-primary rgba(23, 28, 39, 0.8);
|
||||||
@define-color bg-secondary rgba(23, 28, 39, 0.7);
|
@define-color bg-secondary rgba(23, 28, 39, 0.7);
|
||||||
@define-color border-color rgba(90, 104, 115, 0.8);
|
@define-color border-color rgba(90, 104, 115, 1);
|
||||||
@define-color text-primary #ffffff;
|
@define-color text-primary #ffffff;
|
||||||
@define-color text-secondary #888888;
|
@define-color text-secondary #888888;
|
||||||
@define-color accent-color #E96375;
|
@define-color accent-color #E96375;
|
||||||
@@ -40,7 +40,7 @@ window#waybar.chromium {
|
|||||||
/* Common module styling */
|
/* Common module styling */
|
||||||
#mpd {
|
#mpd {
|
||||||
background: linear-gradient(to bottom, @bg-primary, @bg-secondary);
|
background: linear-gradient(to bottom, @bg-primary, @bg-secondary);
|
||||||
border: 3px solid @border-color;
|
border: 1px solid @border-color;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
}
|
}
|
||||||
@@ -74,7 +74,7 @@ window#waybar.chromium {
|
|||||||
/* Workspaces */
|
/* Workspaces */
|
||||||
#workspaces {
|
#workspaces {
|
||||||
background: linear-gradient(to bottom, @bg-primary, @bg-secondary);
|
background: linear-gradient(to bottom, @bg-primary, @bg-secondary);
|
||||||
border: 3px solid @border-color;
|
border: 1px solid @border-color;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
border-radius: 0 0 10px 0;
|
border-radius: 0 0 10px 0;
|
||||||
@@ -114,21 +114,21 @@ window#waybar.chromium {
|
|||||||
|
|
||||||
#cpu {
|
#cpu {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
border: 3px solid @border-color;
|
border: 1px solid @border-color;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
border-radius: 0 0 0 10px;
|
border-radius: 0 0 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#memory {
|
#memory {
|
||||||
border: 3px solid @border-color;
|
border: 1px solid @border-color;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#memory.swap {
|
#memory.swap {
|
||||||
border: 3px solid @border-color;
|
border: 1px solid @border-color;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
border-radius: 0 0 10px 0;
|
border-radius: 0 0 10px 0;
|
||||||
@@ -136,7 +136,7 @@ window#waybar.chromium {
|
|||||||
|
|
||||||
#custom-goal {
|
#custom-goal {
|
||||||
background: linear-gradient(to bottom, @bg-primary, @bg-secondary);
|
background: linear-gradient(to bottom, @bg-primary, @bg-secondary);
|
||||||
border: 3px solid @border-color;
|
border: 1px solid @border-color;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
border-radius: 0 0 10px 10px;
|
border-radius: 0 0 10px 10px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
@@ -155,7 +155,7 @@ window#waybar.chromium {
|
|||||||
#network, #pulseaudio, #wireplumber, #custom-media, #tray, #mode,
|
#network, #pulseaudio, #wireplumber, #custom-media, #tray, #mode,
|
||||||
#idle_inhibitor, #scratchpad {
|
#idle_inhibitor, #scratchpad {
|
||||||
background: linear-gradient(to bottom, @bg-primary, @bg-secondary);
|
background: linear-gradient(to bottom, @bg-primary, @bg-secondary);
|
||||||
border: 3px solid @border-color;
|
border: 1px solid @border-color;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
@@ -165,7 +165,7 @@ window#waybar.chromium {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
border-left: 3px solid @border-color;
|
border-left: 1px solid @border-color;
|
||||||
border-radius: 0 0 0 10px;
|
border-radius: 0 0 0 10px;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
@@ -176,7 +176,6 @@ window#waybar.chromium {
|
|||||||
#wireplumber:hover, #custom-media:hover, #mode:hover, #idle_inhibitor:hover,
|
#wireplumber:hover, #custom-media:hover, #mode:hover, #idle_inhibitor:hover,
|
||||||
#scratchpad:hover, #power-profiles-daemon:hover {
|
#scratchpad:hover, #power-profiles-daemon:hover {
|
||||||
color: @accent-color;
|
color: @accent-color;
|
||||||
background: rgba(0, 0, 0, 0.2);
|
|
||||||
transition: color 0.5s ease-out, border-bottom 0.5s ease-out, background 0.5s ease-out;
|
transition: color 0.5s ease-out, border-bottom 0.5s ease-out, background 0.5s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user