This commit is contained in:
iFargle 2023-08-28 17:25:52 +09:00
parent 87bdd18aaf
commit 4e96778f88

View file

@ -38,7 +38,7 @@
"format": "{player_icon} {dynamic}", "format": "{player_icon} {dynamic}",
"format-paused": "{status_icon} <i>{dynamic}</i>", "format-paused": "{status_icon} <i>{dynamic}</i>",
"player-icons": { "default": "" }, "player-icons": { "default": "" },
"status-icons": { "paused": "" }, "status-icons": { "paused": "" },
}, },
"wlr/workspaces": { "wlr/workspaces": {
@ -188,10 +188,11 @@
#tray, #tray,
#submap, #submap,
#window { #window {
font-size: 14px; font-size: 16px;
padding: 5px; padding: 5px;
margin: 5px;
/* new stuff */ /* new stuff */
border-radius: 5px; border-radius: 30px;
color: rgba(50, 48, 47, 0.8); color: rgba(50, 48, 47, 0.8);
background-color: #e2cca9; background-color: #e2cca9;
font-weight: bold; font-weight: bold;