aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-11-10 19:47:03 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-11-10 19:47:03 +0900
commit4f7f90ec72e9ece7556bcc34df63c8b1b62e2337 (patch)
tree028b5fe8bc289fc6673c45bead470f54750cc422
parent5734fdea09a3cbfa029e23390bfb53dc7ee8c5f6 (diff)
Renamed waybar styles, rofi size increase
-rwxr-xr-xconfig/hypr/scripts/WaybarStyles.sh12
-rw-r--r--config/rofi/config.rasi6
-rw-r--r--config/waybar/style/style-Black-&-White.css (renamed from config/waybar/style/style-b&w.css)28
-rw-r--r--config/waybar/style/style-colorful.css (renamed from config/waybar/style/style-rgb.css)0
-rw-r--r--config/waybar/style/style-colors-border.css (renamed from config/waybar/style/style-default.css)0
-rw-r--r--config/waybar/style/style-colors-line.css (renamed from config/waybar/style/style-uline.css)0
-rw-r--r--config/waybar/style/style-colors.css (renamed from config/waybar/style/style-default_alter.css)0
-rw-r--r--config/waybar/style/style-dark.css6
8 files changed, 35 insertions, 17 deletions
diff --git a/config/hypr/scripts/WaybarStyles.sh b/config/hypr/scripts/WaybarStyles.sh
index 2a8fc51a..111d16ef 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 c92eed9a..c131543b 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
index 7c61d067..41d930f8 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
index 9f9718a8..9f9718a8 100644
--- a/config/waybar/style/style-rgb.css
+++ b/config/waybar/style/style-colorful.css
diff --git a/config/waybar/style/style-default.css b/config/waybar/style/style-colors-border.css
index 5e5bbb08..5e5bbb08 100644
--- a/config/waybar/style/style-default.css
+++ b/config/waybar/style/style-colors-border.css
diff --git a/config/waybar/style/style-uline.css b/config/waybar/style/style-colors-line.css
index 4869d805..4869d805 100644
--- a/config/waybar/style/style-uline.css
+++ b/config/waybar/style/style-colors-line.css
diff --git a/config/waybar/style/style-default_alter.css b/config/waybar/style/style-colors.css
index d2733705..d2733705 100644
--- a/config/waybar/style/style-default_alter.css
+++ b/config/waybar/style/style-colors.css
diff --git a/config/waybar/style/style-dark.css b/config/waybar/style/style-dark.css
index ac688ecc..9ca82fb0 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;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage