From 487290ab636b8da457a5ba82b446e1221c37951c Mon Sep 17 00:00:00 2001 From: candifloss Date: Sun, 8 Dec 2024 21:30:20 +0530 Subject: [PATCH] script fix --- eww.css | 2 +- scss/colors/_glassy.scss | 2 +- sh/actions/brightness/brit_dec.sh | 2 +- sh/actions/brightness/brit_inc.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eww.css b/eww.css index 46342f9..8a4bf65 100644 --- a/eww.css +++ b/eww.css @@ -113,7 +113,7 @@ tooltip { /* Panel */ .panel_widg { - background-color: rgba(128, 128, 128, 0.5); + background-color: rgba(128, 128, 128, 0.4); } .panel_widg .panel_left { background-color: rgba(221, 128, 128, 0.856); diff --git a/scss/colors/_glassy.scss b/scss/colors/_glassy.scss index 381d703..9df4538 100644 --- a/scss/colors/_glassy.scss +++ b/scss/colors/_glassy.scss @@ -44,7 +44,7 @@ $dock_ico_bg_col: rgba(128, 128, 128, 0.5); $dock_ico_fg_def_col: rgba(255, 255, 255, 1); //Panel -$panel_bg_col: rgba(128, 128, 128, 0.5); +$panel_bg_col: rgba(128, 128, 128, 0.4); $panel_fg_col: rgb(255, 255, 255); $panel_right_bg_col: rgba(221, 128, 128, 0.856); $panel_cen_bg_col: rgba(209, 188, 95, 0.849); diff --git a/sh/actions/brightness/brit_dec.sh b/sh/actions/brightness/brit_dec.sh index 58ed62d..726adbc 100755 --- a/sh/actions/brightness/brit_dec.sh +++ b/sh/actions/brightness/brit_dec.sh @@ -5,4 +5,4 @@ if [[ $(xbacklight -get) -ge 6 ]]; then else xbacklight -set 1 fi -../../osd/osd.sh osd_bri \ No newline at end of file +~/.config/eww/sh/osd/osd.sh osd_bri \ No newline at end of file diff --git a/sh/actions/brightness/brit_inc.sh b/sh/actions/brightness/brit_inc.sh index ef96a9d..8bfb5d5 100755 --- a/sh/actions/brightness/brit_inc.sh +++ b/sh/actions/brightness/brit_inc.sh @@ -1,4 +1,4 @@ #!/bin/bash xbacklight -inc 5 -../../osd/osd.sh osd_bri \ No newline at end of file +~/.config/eww/sh/osd/osd.sh osd_bri \ No newline at end of file