From dd8866242ed81e103351cda1a4333b2e98946dc0 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Thu, 23 May 2024 19:00:19 -0400 Subject: [PATCH 1/3] fix: add pyprland to packages --- .install/packages/hyprland-packages.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.install/packages/hyprland-packages.sh b/.install/packages/hyprland-packages.sh index 35c57dc..afac20a 100644 --- a/.install/packages/hyprland-packages.sh +++ b/.install/packages/hyprland-packages.sh @@ -12,6 +12,7 @@ packagesPacman=( ); packagesYay=( + "pyprland" "swww" "wlogout" "nwg-look" From 24f4e6e4242f5f4deef47ab2593fe4147b6f2320 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Sat, 25 May 2024 14:46:40 -0400 Subject: [PATCH 2/3] update: use kitty as drop-down term --- .install/packages/hyprland-packages.sh | 1 + hypr/pyprland.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.install/packages/hyprland-packages.sh b/.install/packages/hyprland-packages.sh index afac20a..5ca80b0 100644 --- a/.install/packages/hyprland-packages.sh +++ b/.install/packages/hyprland-packages.sh @@ -9,6 +9,7 @@ packagesPacman=( "cliphist" "hyprlock" "hypridle" + "kitty" ); packagesYay=( diff --git a/hypr/pyprland.toml b/hypr/pyprland.toml index b342481..2ab74e8 100644 --- a/hypr/pyprland.toml +++ b/hypr/pyprland.toml @@ -7,6 +7,6 @@ plugins = [ [scratchpads.term] animation = "fromTop" -command = "alacritty --class alacritty-dropterm" -class = "alacritty-dropterm" +command = "kitty --class kitty-dropterm" +class = "kitty-dropterm" size = "75% 60%" From 985b12cc6e344535d28ede868bc9071b208b38c0 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Sun, 26 May 2024 00:50:57 -0400 Subject: [PATCH 3/3] update: wazbar --- .../themes/ml4w-blur-custom/colored/style.css | 8 +++---- waybar/themes/ml4w-blur-custom/config | 8 +++---- waybar/themes/ml4w-blur-custom/modules.json | 21 ++++++++++++------- waybar/themes/ml4w-blur-custom/style.css | 10 +++++---- 4 files changed, 27 insertions(+), 20 deletions(-) diff --git a/waybar/themes/ml4w-blur-custom/colored/style.css b/waybar/themes/ml4w-blur-custom/colored/style.css index f9008da..414f780 100644 --- a/waybar/themes/ml4w-blur-custom/colored/style.css +++ b/waybar/themes/ml4w-blur-custom/colored/style.css @@ -8,9 +8,9 @@ @define-color workspacesbackground1 @color5; @define-color workspacesbackground2 @color11; @define-color bordercolor @color11; -@define-color textcolor1 #FFFFFF; -@define-color textcolor2 #FFFFFF; -@define-color textcolor3 #FFFFFF; -@define-color iconcolor #FFFFFF; +@define-color textcolor1 @foreground; +@define-color textcolor2 @foreground; +@define-color textcolor3 @foreground; +@define-color iconcolor @foreground; @import '../style.css'; diff --git a/waybar/themes/ml4w-blur-custom/config b/waybar/themes/ml4w-blur-custom/config index 70cdfcb..0d6bf53 100644 --- a/waybar/themes/ml4w-blur-custom/config +++ b/waybar/themes/ml4w-blur-custom/config @@ -45,10 +45,10 @@ //"bluetooth", "battery", "battery#charging", - "network", - "cpu", - "memory", - //"group/hardware", + // "network", + // "cpu", + // "memory", + "group/hardware", //"custom/cliphist", "tray", "idle_inhibitor", diff --git a/waybar/themes/ml4w-blur-custom/modules.json b/waybar/themes/ml4w-blur-custom/modules.json index a5cefb7..16777e6 100644 --- a/waybar/themes/ml4w-blur-custom/modules.json +++ b/waybar/themes/ml4w-blur-custom/modules.json @@ -216,6 +216,18 @@ } }, + "group/tray": { + "orientation": "inherit", + "drawer": { + "transition-duration": 300, + "children-class": "not-memory", + "transition-left-to-right": false + }, + "modules": [ + "tray" + ] + }, + // System tray "tray": { "icon-size": 21, @@ -267,17 +279,10 @@ // Group Hardware "group/hardware": { "orientation": "inherit", - "drawer": { - "transition-duration": 300, - "children-class": "not-memory", - "transition-left-to-right": false - }, "modules": [ - "custom/system", - "disk", "cpu", "memory", - "hyprland/language" + "network" ] }, diff --git a/waybar/themes/ml4w-blur-custom/style.css b/waybar/themes/ml4w-blur-custom/style.css index b7c4a52..0250786 100644 --- a/waybar/themes/ml4w-blur-custom/style.css +++ b/waybar/themes/ml4w-blur-custom/style.css @@ -285,7 +285,7 @@ window#waybar.empty #window { * Hardware Group * ----------------------------------------------------- */ - #disk,#memory,#cpu,#language { + /* #disk,#memory,#cpu,#language { background-color: @backgroundlight; font-size: 16px; color: @textcolor2; @@ -293,7 +293,9 @@ window#waybar.empty #window { padding: 2px 10px 0px 10px; margin: 8px 10px 8px 0px; opacity:0.8; -} +} */ + +#groups #language { margin-right:10px; @@ -337,7 +339,7 @@ window#waybar.empty #window { * Network * ----------------------------------------------------- */ -#network { +/* #network { background-color: @backgroundlight; font-size: 16px; color: @textcolor2; @@ -355,7 +357,7 @@ window#waybar.empty #window { #network.wifi { background-color: @backgroundlight; color: @textcolor2; -} +} */ /* ----------------------------------------------------- * Bluetooth