feat: fish and starship

This commit is contained in:
Ahmet Kaan Gümüş 2025-05-31 02:48:38 +03:00
parent 3a1e2baede
commit 6788cd8006
6 changed files with 296 additions and 44 deletions

View file

@ -1,37 +1,38 @@
#waybar {
color: #FFFFFF;
background-color: #000000;
opacity: 0.7;
border-radius: 10px;
padding:100px;
#waybar {
color: #FFFFFF;
background-color: #000000;
/* opacity: 1; */
border-radius: 1px;
}
#idle_inhibitor.activated {
background-color: #285577;
#idle_inhibitor.activated {
background-color: #285577;
}
*{
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 14px;
* {
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 14px;
}
#pulseaudio-slider slider {
min-height: 0px;
min-width: 0px;
opacity: 0;
background-image: none;
border: none;
box-shadow: none;
}
#pulseaudio-slider trough {
min-height: 10px;
min-width: 80px;
border-radius: 5px;
background-color: black;
}
#pulseaudio-slider highlight {
min-width: 10px;
border-radius: 5px;
background-color: green;
}
#pulseaudio-slider slider {
min-height: 0px;
min-width: 0px;
opacity: 0;
background-image: none;
border: none;
box-shadow: none;
}
#pulseaudio-slider trough {
min-height: 10px;
min-width: 80px;
border-radius: 5px;
background-color: black;
}
#pulseaudio-slider highlight {
min-width: 10px;
border-radius: 5px;
background-color: green;
}