script fix

This commit is contained in:
Candifloss 2024-12-08 21:30:20 +05:30
parent b49d33d3d9
commit 487290ab63
4 changed files with 4 additions and 4 deletions

View File

@ -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);

View File

@ -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);

View File

@ -5,4 +5,4 @@ if [[ $(xbacklight -get) -ge 6 ]]; then
else
xbacklight -set 1
fi
../../osd/osd.sh osd_bri
~/.config/eww/sh/osd/osd.sh osd_bri

View File

@ -1,4 +1,4 @@
#!/bin/bash
xbacklight -inc 5
../../osd/osd.sh osd_bri
~/.config/eww/sh/osd/osd.sh osd_bri