diff --git a/config/hypr/scripts/WaybarStyles.sh b/config/hypr/scripts/WaybarStyles.sh index 2a8fc51..111d16e 100755 --- a/config/hypr/scripts/WaybarStyles.sh +++ b/config/hypr/scripts/WaybarStyles.sh @@ -4,7 +4,17 @@ THEMEIS=$(realpath ~/.config/waybar/style.css | sed 's/.*-\(.*\)\.css/\1/') # Array for the styles -STYLES=("pywal" "default" "b&w" "rgb" "default_alter" "mauve" "light" "dark" "uline") +STYLES=( +"pywal" +"dark" +"light" +"Black-&-White" +"colors" +"colors-border" +"colors-line" +"colorful" +"mauve" + ) # Build ROFI SELECTED_STYLE=$(printf "%s\n" "${STYLES[@]}" | rofi -dmenu -p "Choose" -lines "${#STYLES[@]}") diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index c92eed9..c131543 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -22,8 +22,8 @@ configuration { /* ---- Window ---- */ window { - width: 30%; - height: 30%; + width: 35%; + height: 35%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -125,7 +125,7 @@ button selected { listview { enabled: true; columns: 1; - lines: 8; + lines: 10; cycle: true; dynamic: true; scrollbar: false; diff --git a/config/waybar/style/style-b&w.css b/config/waybar/style/style-Black-&-White.css similarity index 88% rename from config/waybar/style/style-b&w.css rename to config/waybar/style/style-Black-&-White.css index 7c61d06..41d930f 100644 --- a/config/waybar/style/style-b&w.css +++ b/config/waybar/style/style-Black-&-White.css @@ -38,12 +38,13 @@ window { } tooltip { + color: white; background: #1e1e2e; opacity: 0.8; border-radius: 10px; border-width: 2px; border-style: solid; - border-color: #11111b; + border-color: white; } tooltip label{ @@ -51,22 +52,28 @@ tooltip label{ } /*-----module groups----*/ .modules-right { - background-color: rgba(0,43,51,0.3); + background-color: black; /*margin: 2px 10px 0 0;*/ - border: 1px solid #cba6f7; - border-radius: 8px; + border: 1px; + border-style: solid; + border-color: white; + border-radius: 10px; } .modules-center { - background-color: rgba(0,43,51,0.3); + background-color: black;; /*margin: 2px 0 0 0;*/ - border: 1px solid #cba6f7; - border-radius: 8px; + border: 1px; + border-style: solid; + border-color: white; + border-radius: 10px; } .modules-left { /*margin: 2px 0 0 5px;*/ - background-color: rgba(0,43,51,0.3); - border: 1px solid #cba6f7; - border-radius: 8px; + background-color: black; + border: 1px; + border-style: solid; + border-color: white; + border-radius: 10px; } /*-----modules indv----*/ #workspaces button { @@ -82,6 +89,7 @@ tooltip label{ background-color: rgba(0,85,102,0); } #workspaces button.active { + color: white; background-color: rgba(191, 191, 191,0.1); /*box-shadow:inherit;*/ } diff --git a/config/waybar/style/style-rgb.css b/config/waybar/style/style-colorful.css similarity index 100% rename from config/waybar/style/style-rgb.css rename to config/waybar/style/style-colorful.css diff --git a/config/waybar/style/style-default.css b/config/waybar/style/style-colors-border.css similarity index 100% rename from config/waybar/style/style-default.css rename to config/waybar/style/style-colors-border.css diff --git a/config/waybar/style/style-uline.css b/config/waybar/style/style-colors-line.css similarity index 100% rename from config/waybar/style/style-uline.css rename to config/waybar/style/style-colors-line.css diff --git a/config/waybar/style/style-default_alter.css b/config/waybar/style/style-colors.css similarity index 100% rename from config/waybar/style/style-default_alter.css rename to config/waybar/style/style-colors.css diff --git a/config/waybar/style/style-dark.css b/config/waybar/style/style-dark.css index ac688ec..9ca82fb 100644 --- a/config/waybar/style/style-dark.css +++ b/config/waybar/style/style-dark.css @@ -43,19 +43,19 @@ tooltip label { /*-----module groups----*/ .modules-right { - background-color: rgba(0, 0, 0, 0.6); + background-color: rgba(0, 0, 0, 0.8); border: 0px solid #b4befe; border-radius: 10px; } .modules-center { - background-color: rgba(0, 0, 0, 0.6); + background-color: rgba(0, 0, 0, 0.8); border: 0px solid #b4befe; border-radius: 10px; } .modules-left { - background-color: rgba(0, 0, 0, 0.6); + background-color: rgba(0, 0, 0, 0.8); border: 0px solid #b4befe; border-radius: 10px;