script fix
This commit is contained in:
parent
b49d33d3d9
commit
487290ab63
2
eww.css
2
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);
|
||||
|
@ -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);
|
||||
|
@ -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
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
xbacklight -inc 5
|
||||
../../osd/osd.sh osd_bri
|
||||
~/.config/eww/sh/osd/osd.sh osd_bri
|
Loading…
Reference in New Issue
Block a user