This commit is contained in:
Stephan Raabe 2023-12-10 19:31:43 +01:00
parent 2b799906a3
commit ae487d7891
3 changed files with 5 additions and 2 deletions

View File

@ -10,6 +10,9 @@ cat <<"EOF"
\____\__,_|___/\__\___/|_| |_| |_| \____\__,_|___/\__\___/|_| |_| |_|
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 "Press ESC to proceed."
echo "" echo ""
filevalue=$(gum write --show-line-numbers --height 15 --width 70 --value="$(cat ~/dotfiles/hypr/conf/custom.conf)") filevalue=$(gum write --show-line-numbers --height 15 --width 70 --value="$(cat ~/dotfiles/hypr/conf/custom.conf)")

View File

@ -171,7 +171,7 @@ window#waybar.empty #window {
color: @iconcolor; color: @iconcolor;
} }
#custom-waybarthemes,#custom-system { #custom-waybarthemes, #custom-settings, #custom-system {
margin-right:15px; margin-right:15px;
} }

View File

@ -172,7 +172,7 @@ window#waybar.empty #window {
color: @iconcolor; color: @iconcolor;
} }
#custom-waybarthemes, #custom-system { #custom-waybarthemes, #custom-settings, #custom-system {
margin-right:15px; margin-right:15px;
} }