feat: updates
This commit is contained in:
@@ -5,10 +5,13 @@
|
|||||||
# 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 = waybar
|
||||||
|
exec-once = hyprpaper
|
||||||
|
exec-once = sleep 1 && hyprctl hyprpaper reload ,/home/stereov/.config/wallpaper/current.png
|
||||||
exec-once = swaync
|
exec-once = swaync
|
||||||
|
|
||||||
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
|
exec-once = flatpak run com.seafile.Client
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
preload = /data/Cloud Storage/Media/Pictures/Wallpaper/Abstract/martin-martz-wRuhOOaG-Z4-unsplash.jpg
|
preload = /home/stereov/.config/wallpaper/current.png
|
||||||
wallpaper = , /data/Cloud Storage/Media/Pictures/Wallpaper/Abstract/martin-martz-wRuhOOaG-Z4-unsplash.jpg
|
wallpaper = , /home/stereov/.config/wallpaper/current.png
|
||||||
|
|||||||
@@ -32,13 +32,13 @@ 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
|
||||||
@@ -74,7 +74,8 @@ 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 = false # If true disables the random hyprland logo / anime girl background. :(
|
||||||
|
disable_splash_rendering = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -55,10 +55,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 +72,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}%",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
* {
|
* {
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
font-family: Lexend, "JetBrainsMono NFP";
|
font-family: Lexend, "JetBrainsMono Nerd Font";
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
@@ -11,7 +11,7 @@ window#waybar {
|
|||||||
transition-duration: 0.5s;
|
transition-duration: 0.5s;
|
||||||
/* background-color: #1e1e2e; */
|
/* background-color: #1e1e2e; */
|
||||||
/* background-color: #181825; */
|
/* background-color: #181825; */
|
||||||
background-color: rgba(24, 24, 37, 0.6);
|
background-color: rgba(24, 24, 37, 0.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
|
|||||||
Reference in New Issue
Block a user