refresh dotfiles

This commit is contained in:
Fabio Lenherr 2022-09-19 15:06:41 +02:00
parent f2684e3cc3
commit a54e94bbb0
No known key found for this signature in database
GPG key ID: 868FFD689D878939
26 changed files with 506 additions and 552 deletions

View file

@ -484,3 +484,150 @@ color: #bfc9db;
margin : 0px 0px 0px 0px;
}
//cockpit stuff
.cockpit_class {
all: unset;
}
.cockpit_clock {
padding: 0px 30px 0px 30px;
}
.cockpit_box {
background-color: #06060b;
border-radius: 10px;
margin: 5px;
padding: 0px 5px 0px 5px;
opacity: 0.85;
}
.cockpit_button_shutdown {
color: red;
font-size: 40px;
margin: 0px 5px -30px 5px;
}
.cockpit_button_sleep {
color: blue;
font-size: 40px;
margin: 0px 5px -30px 5px;
}
.cockpit_button_restart {
color: green;
font-size: 40px;
margin: 0px 5px -30px 5px;
}
.song_info {
margin: -50px 0px 0px 0px;
font-size: 20px;
color: grey;
}
.album_cover {
margin: -60px 10px 20px 10px;
padding: 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
border-radius: 10px;
}
.cockpit_button_settings {
color: #D35D6E;
font-size: 35px;
margin: -30px 5px 0px 5px;
}
.weather-icon {
font-size: 80px;
margin: 10px 0px 35px 25px;
font-family: Iosevka;
}
.weather-stat {
font-size: 30px;
font-weight: bold;
color: #D35D6E;
margin: -20px 0px 10px 0px;
}
.temperature {
color: grey;
font-size: 48px;
font-weight: 900;
margin: 0px 0px 0px 20px;
}
.weather-quote {
margin: 30px -5px 0px 20px;
font-size: 20px;
}
.weather-quote-head, .weather-quote-tail {
color: grey;
font-size: 18px;
margin: 10px 0px 10px 10px;
}
.cockpit_clock_left {
font-size: 50px;
font-weight: bold;
color: #D35D6E;
margin: 5px -20px -30px 0px;
}
.cockpit_clock_right {
font-size: 50px;
font-weight: bold;
color: #D35D6E;
margin: 5px 0px -30px -20px;
}
.cockpit_date {
font-size: 50px;
font-weight: bold;
color: #D35D6E;
margin: -30px -20px 0px -20px;
}
.cockpit_clock_sep {
font-size: 40px;
font-weight: bold;
color: #D35D6E;
margin: 0px -20px -30px -20px;
}
.cockpit_docs {
color: red;
font-size: 30px;
margin: 10px 0px -10px 0px;
}
.cockpit_pics {
color: green;
font-size: 30px;
margin: 0px 0px 0px 0px;
padding: 0px;
}
.cockpit_gits {
color: blue;
font-size: 30px;
margin: -20px 0px 10px 0px;
}
.cockpit_sep_bottom {
color: #38384d;
font-size: 18;
margin : -10px 0px 0px 0px;
padding: 0px;
}
.cockpit_sep_top {
color: #38384d;
font-size: 18;
margin : 0px 0px -10px 0px;
padding: 0px;
}