From 487cf457e71ac5ef94fc878883a0039eae3bf614 Mon Sep 17 00:00:00 2001 From: lostecho <752549025@qq.com> Date: Tue, 18 Apr 2023 13:57:23 +0800 Subject: [PATCH] update config file --- dotfiles/config/hypr/scripts/bgaction | 6 +++--- dotfiles/config/waybar/style.css | 22 +++++++++++----------- dotfiles/config/wofi/style.css | 14 +++++++------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/dotfiles/config/hypr/scripts/bgaction b/dotfiles/config/hypr/scripts/bgaction index 0ef02d3..3b14d8c 100755 --- a/dotfiles/config/hypr/scripts/bgaction +++ b/dotfiles/config/hypr/scripts/bgaction @@ -8,7 +8,7 @@ THEMEIS=$(readlink -f ~/.config/waybar/style.css | cut -d '-' -f2) #show the correct wallpapper based on the theme 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 - swww img ~/.config/hypr/wallpaper.jpg -fi \ No newline at end of file + swww img -o eDP-1 ~/.config/hypr/wallpaper.jpg && swww img -o DP-1 ~/.config/hypr/wallpaper.jpg +fi diff --git a/dotfiles/config/waybar/style.css b/dotfiles/config/waybar/style.css index 4443450..7d1786f 100644 --- a/dotfiles/config/waybar/style.css +++ b/dotfiles/config/waybar/style.css @@ -9,11 +9,11 @@ window#waybar { background: rgba(21, 18, 27, 0); - color: #2b2b2c; + color: #cdd6f4; } tooltip { - background: #e7e7ec;; + background: #1e1e2e; opacity: 0.8; border-radius: 10px; border-width: 2px; @@ -22,7 +22,7 @@ tooltip { } tooltip label{ - color: #2b2b2c; + color: #cdd6f4; } #workspaces button { @@ -72,7 +72,7 @@ tooltip label{ #temperature, #workspaces, #backlight { - background: #e7e7ec; + background: #1e1e2e; opacity: 0.8; padding: 0px 10px; margin: 3px 0px; @@ -84,7 +84,7 @@ tooltip label{ 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; margin-right: 10px; } @@ -100,7 +100,7 @@ tooltip label{ } #custom-power_profile { - color: #1d7715; + color: #a6e3a1; border-left: 0px; border-right: 0px; } @@ -112,24 +112,24 @@ tooltip label{ } #custom-launch_wofi { - color: #407cdd; + color: #89b4fa; margin-left: 10px; border-right: 0px; } #pulseaudio { - color: #407cdd; + color: #89b4fa; border-left: 0px; border-right: 0px; } #pulseaudio.microphone { - color: #ad6bfd; + color: #cba6f7; border-left: 0px; border-right: 0px; } #battery { - color: #1d7715; + color: #a6e3a1; border-left: 0px; -} +} \ No newline at end of file diff --git a/dotfiles/config/wofi/style.css b/dotfiles/config/wofi/style.css index 951bf97..56be9d9 100644 --- a/dotfiles/config/wofi/style.css +++ b/dotfiles/config/wofi/style.css @@ -10,9 +10,9 @@ window { margin: 4px; padding-left: 20px; border: none; - color: #1e1e2e; + color: #cdd6f4; font-weight: bold; - background-color: #e7e7ec; + background-color: #1e1e2e; outline: none; border-radius: 15px; margin: 10px; @@ -25,10 +25,10 @@ window { #inner-box { margin: 4px; - border: 10px solid #e7e7ec; - color: #1e1e2e; + border: 10px solid #1e1e2e; + color: #cdd6f4; font-weight: bold; - background-color: #e7e7ec; + background-color: #1e1e2e; border-radius: 15px; } @@ -36,7 +36,7 @@ window { margin: 0px; border: none; border-radius: 15px; - background-color: #e7e7ec; + background-color: #1e1e2e; } #scroll { @@ -53,7 +53,7 @@ window { } #text:selected { - color: #1e1e2e; + color: #cdd6f4; margin: 0px 0px; border: none; border-radius: 15px;