@import url("file:///home/willifan/.config/gtk-4.0/gtk.css"); window { background-image: none; box-shadow: none; background-color: rgba(12, 12, 12, 0.0); } .barbox { border-width: 2px; border-color: #595959; border-radius: 15px; background-color: rgba(12, 12, 12, 0.9); } .calendar { border-width: 2px; border-color: #595959; border-radius: 12.5px; } .power { border-width: 2px; border-color: #595959; border-radius: 12.5px; } .activeWorkspace { border-radius: 10px; background-color: #52341A; } .unoccupiedWorkspace { color: grey; } .cpu { color: red; } .ram { color: green; } .volume { color: lavender; } .muted { color: red; } .brightness { color: yellow; } .network { color: orange; } .bluetooth { color: lightblue; } .battery { color: lightgreen; } .batteryLow { color: red; } .power { color: darkred; } .time { } .workspaces { } .playback { } .test { border-radius: 15px; } .smallBox { border-radius: 10px; background-color: #44464D; } .smallBox:hover { background-color: #3B3D45; } .smallBox:active { background-color: #52341A; }