changed desktop screenshot

This commit is contained in:
pagedmov
2024-10-21 22:53:08 -04:00
parent bb7a221775
commit 94f4b44b71
5 changed files with 6 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 314 KiB

After

Width:  |  Height:  |  Size: 2.4 MiB

View File

@@ -44,6 +44,8 @@
"4,persistent=true,monitor:eDP-1" "4,persistent=true,monitor:eDP-1"
]; ];
layerrule = "blur,waybar";
input = { input = {
kb_layout = "us"; kb_layout = "us";
follow_mouse = 1; follow_mouse = 1;

View File

@@ -47,6 +47,7 @@ in
margin-top = 5; margin-top = 5;
margin-right = if desktop then 8 else 5; margin-right = if desktop then 8 else 5;
mode = "dock"; mode = "dock";
"gtk-layer-shell" = true;
modules-left = [ modules-left = [
"hyprland/workspaces" "hyprland/workspaces"
@@ -176,6 +177,7 @@ in
margin-bottom = 8; margin-bottom = 8;
name = "sideBar"; name = "sideBar";
mode = "dock"; mode = "dock";
"gtk-layer-shell" = true;
modules-left = if desktop then [ modules-left = if desktop then [
"hyprland/workspaces" "hyprland/workspaces"

View File

@@ -39,7 +39,7 @@ in
window#waybar { window#waybar {
border-radius: 20px; border-radius: 20px;
border: 3px solid #${colors.color7}; border: 3px solid #${colors.color7};
background: rgba(46,52,64,0.9); background: rgba(46,52,64,0.15);
margin: 20px; margin: 20px;
} }
window#waybar.empty #window { window#waybar.empty #window {

View File

@@ -12,7 +12,7 @@
image = wallpaper; image = wallpaper;
polarity = "dark"; polarity = "dark";
autoEnable = true; autoEnable = true;
opacity.terminal = 0.30; opacity.terminal = 0.05;
targets = { targets = {
console.enable = true; console.enable = true;
feh.enable = true; feh.enable = true;