Browse Source

Renamed waybar styles, rofi size increase

pull/17/head
JaKooLit 2 years ago
parent
commit
4f7f90ec72
  1. 12
      config/hypr/scripts/WaybarStyles.sh
  2. 6
      config/rofi/config.rasi
  3. 28
      config/waybar/style/style-Black-&-White.css
  4. 0
      config/waybar/style/style-colorful.css
  5. 0
      config/waybar/style/style-colors-border.css
  6. 0
      config/waybar/style/style-colors-line.css
  7. 0
      config/waybar/style/style-colors.css
  8. 6
      config/waybar/style/style-dark.css

12
config/hypr/scripts/WaybarStyles.sh

@ -4,7 +4,17 @@
THEMEIS=$(realpath ~/.config/waybar/style.css | sed 's/.*-\(.*\)\.css/\1/') THEMEIS=$(realpath ~/.config/waybar/style.css | sed 's/.*-\(.*\)\.css/\1/')
# Array for the styles # 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 # Build ROFI
SELECTED_STYLE=$(printf "%s\n" "${STYLES[@]}" | rofi -dmenu -p "Choose" -lines "${#STYLES[@]}") SELECTED_STYLE=$(printf "%s\n" "${STYLES[@]}" | rofi -dmenu -p "Choose" -lines "${#STYLES[@]}")

6
config/rofi/config.rasi

@ -22,8 +22,8 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 30%; width: 35%;
height: 30%; height: 35%;
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
spacing: 0px; spacing: 0px;
@ -125,7 +125,7 @@ button selected {
listview { listview {
enabled: true; enabled: true;
columns: 1; columns: 1;
lines: 8; lines: 10;
cycle: true; cycle: true;
dynamic: true; dynamic: true;
scrollbar: false; scrollbar: false;

28
config/waybar/style/style-b&w.css → config/waybar/style/style-Black-&-White.css

@ -38,12 +38,13 @@ window {
} }
tooltip { tooltip {
color: white;
background: #1e1e2e; background: #1e1e2e;
opacity: 0.8; opacity: 0.8;
border-radius: 10px; border-radius: 10px;
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
border-color: #11111b; border-color: white;
} }
tooltip label{ tooltip label{
@ -51,22 +52,28 @@ tooltip label{
} }
/*-----module groups----*/ /*-----module groups----*/
.modules-right { .modules-right {
background-color: rgba(0,43,51,0.3); background-color: black;
/*margin: 2px 10px 0 0;*/ /*margin: 2px 10px 0 0;*/
border: 1px solid #cba6f7; border: 1px;
border-radius: 8px; border-style: solid;
border-color: white;
border-radius: 10px;
} }
.modules-center { .modules-center {
background-color: rgba(0,43,51,0.3); background-color: black;;
/*margin: 2px 0 0 0;*/ /*margin: 2px 0 0 0;*/
border: 1px solid #cba6f7; border: 1px;
border-radius: 8px; border-style: solid;
border-color: white;
border-radius: 10px;
} }
.modules-left { .modules-left {
/*margin: 2px 0 0 5px;*/ /*margin: 2px 0 0 5px;*/
background-color: rgba(0,43,51,0.3); background-color: black;
border: 1px solid #cba6f7; border: 1px;
border-radius: 8px; border-style: solid;
border-color: white;
border-radius: 10px;
} }
/*-----modules indv----*/ /*-----modules indv----*/
#workspaces button { #workspaces button {
@ -82,6 +89,7 @@ tooltip label{
background-color: rgba(0,85,102,0); background-color: rgba(0,85,102,0);
} }
#workspaces button.active { #workspaces button.active {
color: white;
background-color: rgba(191, 191, 191,0.1); background-color: rgba(191, 191, 191,0.1);
/*box-shadow:inherit;*/ /*box-shadow:inherit;*/
} }

0
config/waybar/style/style-rgb.css → config/waybar/style/style-colorful.css

0
config/waybar/style/style-default.css → config/waybar/style/style-colors-border.css

0
config/waybar/style/style-uline.css → config/waybar/style/style-colors-line.css

0
config/waybar/style/style-default_alter.css → config/waybar/style/style-colors.css

6
config/waybar/style/style-dark.css

@ -43,19 +43,19 @@ tooltip label {
/*-----module groups----*/ /*-----module groups----*/
.modules-right { .modules-right {
background-color: rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0.8);
border: 0px solid #b4befe; border: 0px solid #b4befe;
border-radius: 10px; border-radius: 10px;
} }
.modules-center { .modules-center {
background-color: rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0.8);
border: 0px solid #b4befe; border: 0px solid #b4befe;
border-radius: 10px; border-radius: 10px;
} }
.modules-left { .modules-left {
background-color: rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0.8);
border: 0px solid #b4befe; border: 0px solid #b4befe;
border-radius: 10px; border-radius: 10px;

Loading…
Cancel
Save