update config file
This commit is contained in:
@@ -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
|
||||
|
||||
Submodule dotfiles/config/nvim deleted from 5559d801b9
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user