From 6af3af3235eb77658f15054b785d1d6d64716673 Mon Sep 17 00:00:00 2001 From: lostecho <752549025@qq.com> Date: Tue, 18 Apr 2023 11:02:00 +0800 Subject: [PATCH] update config file --- config.yaml | 4 ---- dotfiles/config/nvim | 1 - dotfiles/config/waybar/style.css | 22 +++++++++++----------- dotfiles/config/wofi/style.css | 14 +++++++------- dotfiles/etc/pacman.conf | 4 ++-- 5 files changed, 20 insertions(+), 25 deletions(-) delete mode 160000 dotfiles/config/nvim diff --git a/config.yaml b/config.yaml index 29344b0..63e8b5f 100644 --- a/config.yaml +++ b/config.yaml @@ -41,9 +41,6 @@ dotfiles: f_backlight.rules: src: etc/udev/rules.d/backlight.rules dst: /etc/udev/rules.d/backlight.rules - d_nvim: - src: config/nvim - dst: ~/.config/nvim f_asoundrc: src: asoundrc dst: ~/.asoundrc @@ -64,6 +61,5 @@ profiles: - f_pacman.conf - f_mirrorlist - f_backlight.rules - - d_nvim - f_asoundrc - d_modprobe.d diff --git a/dotfiles/config/nvim b/dotfiles/config/nvim deleted file mode 160000 index 5559d80..0000000 --- a/dotfiles/config/nvim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5559d801b96b06fd4bed70429324156adf2ac3dc diff --git a/dotfiles/config/waybar/style.css b/dotfiles/config/waybar/style.css index 7d1786f..4443450 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: #cdd6f4; + color: #2b2b2c; } tooltip { - background: #1e1e2e; + background: #e7e7ec;; opacity: 0.8; border-radius: 10px; border-width: 2px; @@ -22,7 +22,7 @@ tooltip { } tooltip label{ - color: #cdd6f4; + color: #2b2b2c; } #workspaces button { @@ -72,7 +72,7 @@ tooltip label{ #temperature, #workspaces, #backlight { - background: #1e1e2e; + background: #e7e7ec; 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: #a6e3a1; + color: #1d7715; border-left: 0px; border-right: 0px; } @@ -112,24 +112,24 @@ tooltip label{ } #custom-launch_wofi { - color: #89b4fa; + color: #407cdd; margin-left: 10px; border-right: 0px; } #pulseaudio { - color: #89b4fa; + color: #407cdd; border-left: 0px; border-right: 0px; } #pulseaudio.microphone { - color: #cba6f7; + color: #ad6bfd; border-left: 0px; border-right: 0px; } #battery { - color: #a6e3a1; + color: #1d7715; border-left: 0px; -} \ No newline at end of file +} diff --git a/dotfiles/config/wofi/style.css b/dotfiles/config/wofi/style.css index 56be9d9..951bf97 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: #cdd6f4; + color: #1e1e2e; font-weight: bold; - background-color: #1e1e2e; + background-color: #e7e7ec; outline: none; border-radius: 15px; margin: 10px; @@ -25,10 +25,10 @@ window { #inner-box { margin: 4px; - border: 10px solid #1e1e2e; - color: #cdd6f4; + border: 10px solid #e7e7ec; + color: #1e1e2e; font-weight: bold; - background-color: #1e1e2e; + background-color: #e7e7ec; border-radius: 15px; } @@ -36,7 +36,7 @@ window { margin: 0px; border: none; border-radius: 15px; - background-color: #1e1e2e; + background-color: #e7e7ec; } #scroll { @@ -53,7 +53,7 @@ window { } #text:selected { - color: #cdd6f4; + color: #1e1e2e; margin: 0px 0px; border: none; border-radius: 15px; diff --git a/dotfiles/etc/pacman.conf b/dotfiles/etc/pacman.conf index 2b748a7..fe0612a 100644 --- a/dotfiles/etc/pacman.conf +++ b/dotfiles/etc/pacman.conf @@ -87,8 +87,8 @@ Include = /etc/pacman.d/mirrorlist [archlinuxcn] Server = https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/$arch -[chaotic-aur] -Include = /etc/pacman.d/chaotic-mirrorlist +#[chaotic-aur] +#Include = /etc/pacman.d/chaotic-mirrorlist #[Clansty] #SigLevel = Never