Adjust styling
This commit is contained in:
parent
9952a7ffd3
commit
04f6af0726
4 changed files with 14 additions and 3 deletions
|
|
@ -1,14 +1,20 @@
|
||||||
|
@import "./mpris.scss";
|
||||||
|
|
||||||
$cc-bg: $background;
|
$cc-bg: $background;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.control-center {
|
.control-center {
|
||||||
/* The Control Center which contains the old notifications + widgets */
|
/* The Control Center which contains the old notifications + widgets */
|
||||||
background: $cc-bg;
|
background: $cc-bg;
|
||||||
color: $foreground;
|
color: $foreground;
|
||||||
border-radius: 0;
|
border-radius: $border-radius;
|
||||||
border-left: 1px solid $foreground;
|
border-left: 1px solid $foreground;
|
||||||
box-shadow: $box-shadow;
|
box-shadow: $box-shadow;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
|
margin: .3rem;
|
||||||
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-center .control-center-list-placeholder {
|
.control-center .control-center-list-placeholder {
|
||||||
|
|
|
||||||
4
.config/swaync/style/mpris.scss
Normal file
4
.config/swaync/style/mpris.scss
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
.widget-mpris .widget-mpris-player {
|
||||||
|
border-radius: $border-radius;
|
||||||
|
}
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
"format-alt-click": "click",
|
"format-alt-click": "click",
|
||||||
"interval": 3600,
|
"interval": 3600,
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"exec": "$HOME/.config/hypr/UserScripts/Weather.sh",
|
"exec": "$HOME/.config/hypr/scripts/Weather.sh",
|
||||||
//"exec": "$HOME/.config/hypr/UserScripts/Weather.py",
|
//"exec": "$HOME/.config/hypr/UserScripts/Weather.py",
|
||||||
"exec-if": "ping wttr.in -c1",
|
"exec-if": "ping wttr.in -c1",
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
|
||||||
|
|
||||||
|
border-radius: 0.3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
|
|
@ -22,12 +23,12 @@ window#waybar {
|
||||||
color: @foreground;
|
color: @foreground;
|
||||||
transition-property: background-color;
|
transition-property: background-color;
|
||||||
transition-duration: 0.5s;
|
transition-duration: 0.5s;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#taskbar button,
|
#taskbar button,
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
color: @foreground;
|
color: @foreground;
|
||||||
border-radius: 0.3rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#taskbar button.active,
|
#taskbar button.active,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue