mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2026-03-22 09:26:31 +05:30
feat: remove launcher and wallpaper manager
This commit is contained in:
@@ -1,40 +0,0 @@
|
||||
@use "./_variable.scss" as *;
|
||||
|
||||
window.launcher {
|
||||
background: $bg-color;
|
||||
border-radius: $rounded;
|
||||
padding: 10px;
|
||||
font-size: $font-size;
|
||||
|
||||
.search {
|
||||
min-width: 300px;
|
||||
padding: 10px;
|
||||
color: rgba($fg-color, 0.5);
|
||||
}
|
||||
|
||||
separator {
|
||||
border: 1px solid rgba($inactive-color, 0.5);
|
||||
}
|
||||
|
||||
.list {
|
||||
background: $bg-color;
|
||||
}
|
||||
|
||||
.button {
|
||||
border-radius: $rounded;
|
||||
padding: 10px;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background: $inactive-color;
|
||||
}
|
||||
|
||||
image {
|
||||
-gtk-icon-size: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.name {
|
||||
color: $fg-color;
|
||||
}
|
||||
}
|
||||
@@ -1,30 +0,0 @@
|
||||
@use "./_variable.scss" as *;
|
||||
@use "sass:math";
|
||||
@use "sass:list";
|
||||
|
||||
window.wallpaper-manager {
|
||||
background: $bg-color;
|
||||
color: $fg-color;
|
||||
min-width: 400px;
|
||||
margin: 10px;
|
||||
padding: 20px;
|
||||
border-radius: $rounded;
|
||||
|
||||
.button {
|
||||
border-radius: $rounded;
|
||||
opacity: 0.5;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
picture {
|
||||
border-radius: $rounded;
|
||||
|
||||
&:hover {
|
||||
background: $inactive-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -4,14 +4,8 @@
|
||||
// bar
|
||||
@use "./_bar.scss";
|
||||
|
||||
// launcher
|
||||
@use "./_launcher.scss";
|
||||
|
||||
// notifications
|
||||
@use "./_notification.scss";
|
||||
|
||||
// control center
|
||||
@use "./_control-center.scss";
|
||||
|
||||
// wallpaper manager
|
||||
@use "./_wallpaper-manager.scss";
|
||||
|
||||
Reference in New Issue
Block a user