Updates style for taskbar
This commit is contained in:
parent
8967e45494
commit
810db743a9
@ -74,6 +74,7 @@ echo ""
|
||||
echo "-> Install main packages"
|
||||
|
||||
packagesPacman=(
|
||||
"pacman-contrib"
|
||||
"alacritty"
|
||||
"rofi"
|
||||
"chromium"
|
||||
|
@ -18,8 +18,8 @@ env = WLR_RENDERER_ALLOW_SOFTWARE, 1
|
||||
# Monitor Setup
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
# -----------------------------------------------------
|
||||
monitor=,2560x1440@120,auto,1
|
||||
# monitor=,preferred,auto,1
|
||||
# monitor=,2560x1440@120,auto,1
|
||||
monitor=,preferred,auto,1
|
||||
# monitor=,1920x1080,auto,1
|
||||
|
||||
# -----------------------------------------------------
|
||||
|
@ -8,6 +8,7 @@
|
||||
#
|
||||
# by Stephan Raabe (2023)
|
||||
# -----------------------------------------------------
|
||||
# Requires pacman-contrib trizen
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Define threshholds for color indicators
|
||||
@ -43,7 +44,8 @@ css_class="green"
|
||||
|
||||
if [ "$updates" -gt $threshhold_yellow ]; then
|
||||
css_class="yellow"
|
||||
elif [ "$updates" -gt $threshhold_red ]; then
|
||||
fi
|
||||
if [ "$updates" -gt $threshhold_red ]; then
|
||||
css_class="red"
|
||||
fi
|
||||
if [ "$updates" -gt $threshhold_green ]; then
|
||||
|
@ -117,7 +117,7 @@ window#waybar.empty #window {
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
#taskbar {
|
||||
background: transparent;
|
||||
background: @color11;
|
||||
margin: 3px 15px 3px 0px;
|
||||
padding: 2px 3px 1px 3px;
|
||||
border-radius: 14px;
|
||||
|
Loading…
Reference in New Issue
Block a user