Compare commits
4 Commits
1460b7a8e0
...
b07e2ab804
| Author | SHA1 | Date | |
|---|---|---|---|
|
b07e2ab804
|
|||
|
3bdafc039e
|
|||
|
876ccbe936
|
|||
|
70715b15c3
|
@@ -5,9 +5,17 @@
|
|||||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||||
# Or execute your favorite apps at launch like this:
|
# Or execute your favorite apps at launch like this:
|
||||||
|
|
||||||
exec-once = waybar & hyprpaper
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
|
exec-once = gnome-keyring-daemon --start --components=secrets
|
||||||
|
|
||||||
|
exec-once = waybar
|
||||||
|
exec-once = swww-daemon
|
||||||
exec-once = swaync
|
exec-once = swaync
|
||||||
|
exec-once = sh -c "/home/stereov/.local/share/JetBrains/Toolbox/bin/jetbrains-toolbox %u & sleep 6 && hyprctl dispatch closewindow class:jetbrains-toolbox"
|
||||||
|
exec-once = "/home/stereov/Developer/antistereov/randrwall/randrwall.py reload"
|
||||||
|
|
||||||
exec-once = gsettings set org.gnome.desktop.interface gtk-theme 'adw-gtk3-dark'
|
exec-once = gsettings set org.gnome.desktop.interface gtk-theme 'adw-gtk3-dark'
|
||||||
exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
||||||
|
|
||||||
|
exec-once = flatpak run com.seafile.Client
|
||||||
|
|
||||||
|
|||||||
@@ -5,5 +5,6 @@
|
|||||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||||
source = ~/.config/hypr/bindings/tiling.conf
|
source = ~/.config/hypr/bindings/tiling.conf
|
||||||
source = ~/.config/hypr/bindings/hyprshot.conf
|
source = ~/.config/hypr/bindings/hyprshot.conf
|
||||||
|
source = ~/.config/hypr/bindings/randrwall.conf
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
5
hypr/bindings/randrwall.conf
Normal file
5
hypr/bindings/randrwall.conf
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
$randrwall = "/home/stereov/Developer/antistereov/randrwall/randrwall.py"
|
||||||
|
|
||||||
|
bind = SUPER SHIFT, W, exec, $randrwall random
|
||||||
|
bind = SUPER SHIFT, F, exec, $randrwall favorite
|
||||||
@@ -6,7 +6,8 @@ bind = $mainMod, RETURN, exec, $terminal
|
|||||||
bind = $mainMod, W, killactive,
|
bind = $mainMod, W, killactive,
|
||||||
bind = $mainMod, M, exit,
|
bind = $mainMod, M, exit,
|
||||||
bind = $mainMod, E, exec, $fileManager
|
bind = $mainMod, E, exec, $fileManager
|
||||||
bind = $mainMod, V, togglefloating,
|
bind = $mainMod, B, exec, $browser
|
||||||
|
bind = $mainMod, F, togglefloating,
|
||||||
bind = ALT, space, exec, $menu
|
bind = ALT, space, exec, $menu
|
||||||
bind = $mainMod, P, pseudo, # dwindle
|
bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod SHIFT, J, togglesplit, # dwindle
|
bind = $mainMod SHIFT, J, togglesplit, # dwindle
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
preload = /usr/share/backgrounds/Dynamic_Wallpapers/Ocean/Ocean-1.png
|
preload = /home/stereov/.config/wallpaper/current.png
|
||||||
wallpaper = , /usr/share/backgrounds/Dynamic_Wallpapers/Ocean/Ocean-1.png
|
wallpaper = , /home/stereov/.config/wallpaper/current.png
|
||||||
|
splash = true
|
||||||
|
|||||||
@@ -8,73 +8,79 @@ source = ~/.config/hypr/colors.conf
|
|||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||||
general {
|
general {
|
||||||
gaps_in = 5
|
gaps_in = 5
|
||||||
gaps_out = 5
|
gaps_out = 5
|
||||||
|
|
||||||
border_size = 2
|
border_size = 2
|
||||||
|
|
||||||
# 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 = $accent
|
col.active_border = $accent
|
||||||
col.inactive_border = $surface2
|
col.inactive_border = $surface2
|
||||||
|
|
||||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||||
resize_on_border = false
|
resize_on_border = false
|
||||||
|
|
||||||
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||||||
allow_tearing = false
|
allow_tearing = false
|
||||||
|
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 10
|
rounding = 10
|
||||||
|
|
||||||
# Change transparency of focused and unfocused windows
|
# Change transparency of focused and unfocused windows
|
||||||
active_opacity = 0.995
|
active_opacity = 0.99
|
||||||
inactive_opacity = 0.95
|
inactive_opacity = 0.9
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = true
|
||||||
size = 3
|
size = 5
|
||||||
passes = 1
|
passes = 1
|
||||||
|
vibrancy = 0.1696
|
||||||
vibrancy = 0.1696
|
ignore_opacity = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#animations
|
# https://wiki.hyprland.org/Configuring/Variables/#animations
|
||||||
animations {
|
animations {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
||||||
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
||||||
|
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||||
|
|
||||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
animation = windows, 1, 7, myBezier
|
||||||
|
animation = windowsOut, 1, 7, default, popin 80%
|
||||||
animation = windows, 1, 7, myBezier
|
animation = border, 1, 10, default
|
||||||
animation = windowsOut, 1, 7, default, popin 80%
|
animation = borderangle, 1, 8, default
|
||||||
animation = border, 1, 10, default
|
animation = fade, 1, 7, default
|
||||||
animation = borderangle, 1, 8, default
|
animation = workspaces, 1, 6, default
|
||||||
animation = fade, 1, 7, default
|
|
||||||
animation = workspaces, 1, 6, default
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||||
dwindle {
|
dwindle {
|
||||||
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||||
preserve_split = true # You probably want this
|
preserve_split = true # You probably want this
|
||||||
}
|
}
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||||
master {
|
master {
|
||||||
new_status = master
|
new_status = master
|
||||||
}
|
}
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#misc
|
# https://wiki.hyprland.org/Configuring/Variables/#misc
|
||||||
misc {
|
misc {
|
||||||
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
|
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||||
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
|
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
|
||||||
|
disable_splash_rendering = true
|
||||||
|
background_color = 0x000000
|
||||||
}
|
}
|
||||||
|
|
||||||
|
layerrule {
|
||||||
|
name = waybar_blur
|
||||||
|
match:namespace = waybar
|
||||||
|
blur = on
|
||||||
|
ignore_alpha = 0.5
|
||||||
|
}
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
# Set programs that you use
|
# Set programs that you use
|
||||||
$terminal = kitty
|
$terminal = kitty
|
||||||
$fileManager = nautilus
|
$fileManager = nautilus
|
||||||
|
$browser = flatpak run app.zen_browser.zen
|
||||||
$menu = wofi --show drun --allow-images
|
$menu = wofi --show drun --allow-images
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
5
swww/config
Normal file
5
swww/config
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
transition-type = grow
|
||||||
|
transition-duration = 1.2
|
||||||
|
transition-fps = 60
|
||||||
|
transition-angle = 30
|
||||||
|
transition-step = 90
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"layer": "bottom",
|
"layer": "bottom",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"height": 40,
|
"height": 30,
|
||||||
"spacing": 2,
|
"spacing": 2,
|
||||||
"exclusive": true,
|
"exclusive": true,
|
||||||
"gtk-layer-shell": true,
|
"gtk-layer-shell": true,
|
||||||
@@ -15,6 +15,7 @@
|
|||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"clock",
|
"clock",
|
||||||
"clock#simpleclock",
|
"clock#simpleclock",
|
||||||
|
"battery",
|
||||||
"tray",
|
"tray",
|
||||||
"custom/notification",
|
"custom/notification",
|
||||||
"custom/power",
|
"custom/power",
|
||||||
@@ -47,7 +48,8 @@
|
|||||||
"active-only": false,
|
"active-only": false,
|
||||||
},
|
},
|
||||||
"hyprland/window": {
|
"hyprland/window": {
|
||||||
"format": "{title}",
|
"format": "{initialTitle}",
|
||||||
|
"icon": true
|
||||||
},
|
},
|
||||||
"tray": {
|
"tray": {
|
||||||
"show-passive-items": true,
|
"show-passive-items": true,
|
||||||
@@ -55,10 +57,10 @@
|
|||||||
},
|
},
|
||||||
"clock#simpleclock": {
|
"clock#simpleclock": {
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"format": " {:%H:%M}",
|
"format": " {:%H:%M}",
|
||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
"format": " {:L%a %d %b}",
|
"format": " {:L%a %d %b}",
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"format": {
|
"format": {
|
||||||
"days": "<span weight='normal'>{}</span>",
|
"days": "<span weight='normal'>{}</span>",
|
||||||
@@ -72,14 +74,15 @@
|
|||||||
"on-scroll": 1,
|
"on-scroll": 1,
|
||||||
},
|
},
|
||||||
"tooltip-format": "<span color='#cdd6f4' font='Lexend 16'><tt><small>{calendar}</small></tt></span>",
|
"tooltip-format": "<span color='#cdd6f4' font='Lexend 16'><tt><small>{calendar}</small></tt></span>",
|
||||||
|
"on-click": "gnome-calendar"
|
||||||
},
|
},
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"format": " {usage}%",
|
"format": " {usage}%",
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
},
|
},
|
||||||
"memory": {
|
"memory": {
|
||||||
"format": " {used:0.1f}Gi",
|
"format": " {used:0.1f}Gi",
|
||||||
},
|
},
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
"format": "{icon} {volume}%",
|
"format": "{icon} {volume}%",
|
||||||
@@ -90,6 +93,16 @@
|
|||||||
},
|
},
|
||||||
"on-click": "pavucontrol",
|
"on-click": "pavucontrol",
|
||||||
},
|
},
|
||||||
|
"battery": {
|
||||||
|
"format": "{icon} {capacity}%",
|
||||||
|
"format-icons": ["", "", "", "", ""],
|
||||||
|
"states": {
|
||||||
|
"critical": 25,
|
||||||
|
},
|
||||||
|
"events": {
|
||||||
|
"on-dischargin-critical": "notify-send -u critical 'Low Battery'"
|
||||||
|
}
|
||||||
|
},
|
||||||
"custom/sep": {
|
"custom/sep": {
|
||||||
"format": "|",
|
"format": "|",
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
|
|||||||
@@ -1,22 +1,26 @@
|
|||||||
|
@define-color bg #1e1e2e;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
font-family: Lexend, "JetBrainsMono NFP";
|
font-family: "Adwaita Sans", "JetBrainsMono Nerd Font";
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: 600;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
transition-property: background-color;
|
min-height: 0;
|
||||||
transition-duration: 0.5s;
|
background: transparent;
|
||||||
/* background-color: #1e1e2e; */
|
|
||||||
/* background-color: #181825; */
|
|
||||||
background-color: rgba(24, 24, 37, 0.6);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window#waybar.empty #window {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0.3rem 0.6rem;
|
padding: 0.1rem 0.6rem;
|
||||||
margin: 0.4rem 0.25rem;
|
margin: 0.1rem 0.25rem;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
/* background-color: #181825; */
|
/* background-color: #181825; */
|
||||||
background-color: #1e1e2e;
|
background-color: #1e1e2e;
|
||||||
@@ -47,13 +51,14 @@ window#waybar {
|
|||||||
#cpu,
|
#cpu,
|
||||||
#tray,
|
#tray,
|
||||||
#memory,
|
#memory,
|
||||||
|
#battery,
|
||||||
#window,
|
#window,
|
||||||
#mpris {
|
#mpris {
|
||||||
padding: 0.3rem 0.6rem;
|
padding: 0.1rem 0.6rem;
|
||||||
margin: 0.4rem 0.25rem;
|
margin: 0.1rem 0.25rem;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
/* background-color: #181825; */
|
/* background-color: #181825; */
|
||||||
background-color: #1e1e2e;
|
background-color: alpha(@bg, 0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
#mpris.playing {
|
#mpris.playing {
|
||||||
@@ -69,10 +74,6 @@ window#waybar {
|
|||||||
color: #585b70;
|
color: #585b70;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar.empty #window {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#cpu {
|
#cpu {
|
||||||
color: #94e2d5;
|
color: #94e2d5;
|
||||||
}
|
}
|
||||||
@@ -89,9 +90,6 @@ window#waybar.empty #window {
|
|||||||
color: #89b4fa;
|
color: #89b4fa;
|
||||||
}
|
}
|
||||||
|
|
||||||
#window {
|
|
||||||
color: #cdd6f4;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
color: #b4befe;
|
color: #b4befe;
|
||||||
@@ -109,7 +107,16 @@ window#waybar.empty #window {
|
|||||||
color: #f38ba8;
|
color: #f38ba8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#battery {
|
||||||
|
color: #94e2d5;
|
||||||
|
}
|
||||||
|
|
||||||
|
#battery.critical {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
|
||||||
tooltip {
|
tooltip {
|
||||||
background-color: #181825;
|
background-color: #181825;
|
||||||
border: 2px solid #89b4fa;
|
border: 2px solid #89b4fa;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user