From ae487d789109c0fbfb4d7048d44de7af0167fc0b Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Sun, 10 Dec 2023 19:31:43 +0100 Subject: [PATCH] Updates --- hypr/settings/settings.sh | 3 +++ waybar/themes/ml4w-blur/style.css | 2 +- waybar/themes/ml4w/style.css | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/hypr/settings/settings.sh b/hypr/settings/settings.sh index ec27af0..bc5e5c8 100755 --- a/hypr/settings/settings.sh +++ b/hypr/settings/settings.sh @@ -10,6 +10,9 @@ cat <<"EOF" \____\__,_|___/\__\___/|_| |_| |_| EOF + echo "You can edit here the ~/dotfiles/hypr/conf/custom.conf directly" + echo "to add more individual configurations to the hyprland.conf." + echo "" echo "Press ESC to proceed." echo "" filevalue=$(gum write --show-line-numbers --height 15 --width 70 --value="$(cat ~/dotfiles/hypr/conf/custom.conf)") diff --git a/waybar/themes/ml4w-blur/style.css b/waybar/themes/ml4w-blur/style.css index fd5fc1c..a283ba0 100644 --- a/waybar/themes/ml4w-blur/style.css +++ b/waybar/themes/ml4w-blur/style.css @@ -171,7 +171,7 @@ window#waybar.empty #window { color: @iconcolor; } - #custom-waybarthemes,#custom-system { + #custom-waybarthemes, #custom-settings, #custom-system { margin-right:15px; } diff --git a/waybar/themes/ml4w/style.css b/waybar/themes/ml4w/style.css index c502354..63c87b9 100644 --- a/waybar/themes/ml4w/style.css +++ b/waybar/themes/ml4w/style.css @@ -172,7 +172,7 @@ window#waybar.empty #window { color: @iconcolor; } -#custom-waybarthemes, #custom-system { +#custom-waybarthemes, #custom-settings, #custom-system { margin-right:15px; }