update config file

This commit is contained in:
lostecho
2023-04-18 13:57:23 +08:00
parent 6af3af3235
commit 487cf457e7
3 changed files with 21 additions and 21 deletions

View File

@@ -8,7 +8,7 @@ THEMEIS=$(readlink -f ~/.config/waybar/style.css | cut -d '-' -f2)
#show the correct wallpapper based on the theme #show the correct wallpapper based on the theme
if [ $THEMEIS == "dark.css" ]; then if [ $THEMEIS == "dark.css" ]; then
swww img ~/.config/hypr/wallpaper-dark.jpg swww img -o eDP-1 ~/.config/hypr/wallpaper-dark.jpg && swww img -o DP-1 ~/.config/hypr/wallpaper-dark.jpg
else else
swww img ~/.config/hypr/wallpaper.jpg swww img -o eDP-1 ~/.config/hypr/wallpaper.jpg && swww img -o DP-1 ~/.config/hypr/wallpaper.jpg
fi fi

View File

@@ -9,11 +9,11 @@
window#waybar { window#waybar {
background: rgba(21, 18, 27, 0); background: rgba(21, 18, 27, 0);
color: #2b2b2c; color: #cdd6f4;
} }
tooltip { tooltip {
background: #e7e7ec;; background: #1e1e2e;
opacity: 0.8; opacity: 0.8;
border-radius: 10px; border-radius: 10px;
border-width: 2px; border-width: 2px;
@@ -22,7 +22,7 @@ tooltip {
} }
tooltip label{ tooltip label{
color: #2b2b2c; color: #cdd6f4;
} }
#workspaces button { #workspaces button {
@@ -72,7 +72,7 @@ tooltip label{
#temperature, #temperature,
#workspaces, #workspaces,
#backlight { #backlight {
background: #e7e7ec; background: #1e1e2e;
opacity: 0.8; opacity: 0.8;
padding: 0px 10px; padding: 0px 10px;
margin: 3px 0px; margin: 3px 0px;
@@ -84,7 +84,7 @@ tooltip label{
border-radius: 10px 0px 0px 10px; border-radius: 10px 0px 0px 10px;
} }
#custom-light_dark, #custom-power_btn, #workspaces, #pulseaudio.microphone, #battery, #disk{ #custom-light_dark, #custom-power_btn, #workspaces, #pulseaudio.microphone, #battery, #disk {
border-radius: 0px 10px 10px 0px; border-radius: 0px 10px 10px 0px;
margin-right: 10px; margin-right: 10px;
} }
@@ -100,7 +100,7 @@ tooltip label{
} }
#custom-power_profile { #custom-power_profile {
color: #1d7715; color: #a6e3a1;
border-left: 0px; border-left: 0px;
border-right: 0px; border-right: 0px;
} }
@@ -112,24 +112,24 @@ tooltip label{
} }
#custom-launch_wofi { #custom-launch_wofi {
color: #407cdd; color: #89b4fa;
margin-left: 10px; margin-left: 10px;
border-right: 0px; border-right: 0px;
} }
#pulseaudio { #pulseaudio {
color: #407cdd; color: #89b4fa;
border-left: 0px; border-left: 0px;
border-right: 0px; border-right: 0px;
} }
#pulseaudio.microphone { #pulseaudio.microphone {
color: #ad6bfd; color: #cba6f7;
border-left: 0px; border-left: 0px;
border-right: 0px; border-right: 0px;
} }
#battery { #battery {
color: #1d7715; color: #a6e3a1;
border-left: 0px; border-left: 0px;
} }

View File

@@ -10,9 +10,9 @@ window {
margin: 4px; margin: 4px;
padding-left: 20px; padding-left: 20px;
border: none; border: none;
color: #1e1e2e; color: #cdd6f4;
font-weight: bold; font-weight: bold;
background-color: #e7e7ec; background-color: #1e1e2e;
outline: none; outline: none;
border-radius: 15px; border-radius: 15px;
margin: 10px; margin: 10px;
@@ -25,10 +25,10 @@ window {
#inner-box { #inner-box {
margin: 4px; margin: 4px;
border: 10px solid #e7e7ec; border: 10px solid #1e1e2e;
color: #1e1e2e; color: #cdd6f4;
font-weight: bold; font-weight: bold;
background-color: #e7e7ec; background-color: #1e1e2e;
border-radius: 15px; border-radius: 15px;
} }
@@ -36,7 +36,7 @@ window {
margin: 0px; margin: 0px;
border: none; border: none;
border-radius: 15px; border-radius: 15px;
background-color: #e7e7ec; background-color: #1e1e2e;
} }
#scroll { #scroll {
@@ -53,7 +53,7 @@ window {
} }
#text:selected { #text:selected {
color: #1e1e2e; color: #cdd6f4;
margin: 0px 0px; margin: 0px 0px;
border: none; border: none;
border-radius: 15px; border-radius: 15px;