mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-06 17:38:45 +00:00
Add hyprstack config
This commit is contained in:
@@ -0,0 +1,96 @@
|
||||
* {
|
||||
all: unset;
|
||||
}
|
||||
|
||||
.bar {
|
||||
font-family: "FiraCode Nerd Fonot";
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
|
||||
.interactive, .workspace {
|
||||
border-radius: 4px;
|
||||
margin: 4px 0;
|
||||
transition: background-color 0.4s ease;
|
||||
}
|
||||
|
||||
.workspace {
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
.workspace.current {
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.interactive:not(.active):hover,
|
||||
.workspace:not(.current):hover {
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.box {
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
border-radius: 8px;
|
||||
padding-left: 8px;
|
||||
padding-right: 12px;
|
||||
}
|
||||
|
||||
.right > :not(:first-child) {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.audio-source {
|
||||
margin-top: 6px;
|
||||
padding-left: 8px;
|
||||
padding-right: 12px;
|
||||
}
|
||||
|
||||
.audio-source-2 {
|
||||
padding-left: 8px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.volume {
|
||||
padding-right: 6px;
|
||||
}
|
||||
|
||||
.kbd-layout {
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
.control-centre {
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
padding: 16px 32px;
|
||||
|
||||
}
|
||||
|
||||
.media-status {
|
||||
padding-right: 8px;
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
.media-window {
|
||||
.media-cover {
|
||||
border-radius: 8px;
|
||||
border: 2px solid #fff;
|
||||
background-size: contain;
|
||||
|
||||
}
|
||||
|
||||
.media-controls {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.media-button {
|
||||
border-radius: 8px;
|
||||
padding: 32px 0;
|
||||
background-color: rgba(255, 255, 255, 0.4);
|
||||
transition: background-color 0.4s ease;
|
||||
|
||||
&:hover {
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user