This commit is contained in:
iFargle 2023-08-17 14:44:27 +09:00
parent 7e8f987d18
commit 1247fd133e

View file

@ -15,15 +15,15 @@
"wlr/workspaces", "wlr/workspaces",
], ],
"modules-center": [ "modules-center": [
"mpris" "clock"
], ],
"modules-right": [ "modules-right": [
"mpris",
"pulseaudio", "pulseaudio",
"network", "network",
"memory", "memory",
"backlight", "backlight",
"battery", "battery",
"clock"
], ],
"mpris": { "mpris": {
@ -154,7 +154,7 @@
text = '' text = ''
* { * {
border: none; border: none;
border-radius: 0; border-radius: 10;
font-family: my-queue; font-family: my-queue;
} }
@ -193,13 +193,6 @@
#mpris, #mpris,
#memory, #memory,
#backlight, #backlight,
#language,
#custom-weather {
color: #e2cca9;
font-size: 14px;
padding: 0 3 0 3;
}
#cpu, #cpu,
#pulseaudio, #pulseaudio,
#temperature, #temperature,
@ -209,7 +202,7 @@
#window { #window {
color: #e2cca9; color: #e2cca9;
font-size: 14px; font-size: 14px;
padding: 0 3 0 3; padding: 0 5 0 5;
} }
/* /*
@ -232,12 +225,6 @@
color: #f2594b; color: #f2594b;
} }
#mode {
color: #32302f;
font-size: 14px;
background-color: #f2594b;
}
#clock { #clock {
color: #e2cca9; color: #e2cca9;
font-size: 14px; font-size: 14px;