update config file
This commit is contained in:
@@ -41,9 +41,6 @@ dotfiles:
|
|||||||
f_backlight.rules:
|
f_backlight.rules:
|
||||||
src: etc/udev/rules.d/backlight.rules
|
src: etc/udev/rules.d/backlight.rules
|
||||||
dst: /etc/udev/rules.d/backlight.rules
|
dst: /etc/udev/rules.d/backlight.rules
|
||||||
d_nvim:
|
|
||||||
src: config/nvim
|
|
||||||
dst: ~/.config/nvim
|
|
||||||
f_asoundrc:
|
f_asoundrc:
|
||||||
src: asoundrc
|
src: asoundrc
|
||||||
dst: ~/.asoundrc
|
dst: ~/.asoundrc
|
||||||
@@ -64,6 +61,5 @@ profiles:
|
|||||||
- f_pacman.conf
|
- f_pacman.conf
|
||||||
- f_mirrorlist
|
- f_mirrorlist
|
||||||
- f_backlight.rules
|
- f_backlight.rules
|
||||||
- d_nvim
|
|
||||||
- f_asoundrc
|
- f_asoundrc
|
||||||
- d_modprobe.d
|
- d_modprobe.d
|
||||||
|
|||||||
Submodule dotfiles/config/nvim deleted from 5559d801b9
@@ -9,11 +9,11 @@
|
|||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background: rgba(21, 18, 27, 0);
|
background: rgba(21, 18, 27, 0);
|
||||||
color: #cdd6f4;
|
color: #2b2b2c;
|
||||||
}
|
}
|
||||||
|
|
||||||
tooltip {
|
tooltip {
|
||||||
background: #1e1e2e;
|
background: #e7e7ec;;
|
||||||
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: #cdd6f4;
|
color: #2b2b2c;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
@@ -72,7 +72,7 @@ tooltip label{
|
|||||||
#temperature,
|
#temperature,
|
||||||
#workspaces,
|
#workspaces,
|
||||||
#backlight {
|
#backlight {
|
||||||
background: #1e1e2e;
|
background: #e7e7ec;
|
||||||
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: #a6e3a1;
|
color: #1d7715;
|
||||||
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: #89b4fa;
|
color: #407cdd;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
border-right: 0px;
|
border-right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
color: #89b4fa;
|
color: #407cdd;
|
||||||
border-left: 0px;
|
border-left: 0px;
|
||||||
border-right: 0px;
|
border-right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio.microphone {
|
#pulseaudio.microphone {
|
||||||
color: #cba6f7;
|
color: #ad6bfd;
|
||||||
border-left: 0px;
|
border-left: 0px;
|
||||||
border-right: 0px;
|
border-right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
color: #a6e3a1;
|
color: #1d7715;
|
||||||
border-left: 0px;
|
border-left: 0px;
|
||||||
}
|
}
|
||||||
@@ -10,9 +10,9 @@ window {
|
|||||||
margin: 4px;
|
margin: 4px;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
border: none;
|
border: none;
|
||||||
color: #cdd6f4;
|
color: #1e1e2e;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-color: #1e1e2e;
|
background-color: #e7e7ec;
|
||||||
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 #1e1e2e;
|
border: 10px solid #e7e7ec;
|
||||||
color: #cdd6f4;
|
color: #1e1e2e;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-color: #1e1e2e;
|
background-color: #e7e7ec;
|
||||||
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: #1e1e2e;
|
background-color: #e7e7ec;
|
||||||
}
|
}
|
||||||
|
|
||||||
#scroll {
|
#scroll {
|
||||||
@@ -53,7 +53,7 @@ window {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#text:selected {
|
#text:selected {
|
||||||
color: #cdd6f4;
|
color: #1e1e2e;
|
||||||
margin: 0px 0px;
|
margin: 0px 0px;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
|
|||||||
@@ -87,8 +87,8 @@ Include = /etc/pacman.d/mirrorlist
|
|||||||
[archlinuxcn]
|
[archlinuxcn]
|
||||||
Server = https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/$arch
|
Server = https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/$arch
|
||||||
|
|
||||||
[chaotic-aur]
|
#[chaotic-aur]
|
||||||
Include = /etc/pacman.d/chaotic-mirrorlist
|
#Include = /etc/pacman.d/chaotic-mirrorlist
|
||||||
|
|
||||||
#[Clansty]
|
#[Clansty]
|
||||||
#SigLevel = Never
|
#SigLevel = Never
|
||||||
|
|||||||
Reference in New Issue
Block a user