mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 16:02:51 -05:00
small fix to calendar sizing
This commit is contained in:
@@ -188,7 +188,7 @@ PanelWindow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
width: leftWidgets.hasAnyWidgets ? parent.width * 0.55 - Theme.spacingM : parent.width
|
width: leftWidgets.hasAnyWidgets ? parent.width - leftWidgets.width - Theme.spacingM : parent.width
|
||||||
height: parent.height
|
height: parent.height
|
||||||
radius: Theme.cornerRadiusLarge
|
radius: Theme.cornerRadiusLarge
|
||||||
color: Qt.rgba(Theme.surfaceVariant.r, Theme.surfaceVariant.g, Theme.surfaceVariant.b, 0.2)
|
color: Qt.rgba(Theme.surfaceVariant.r, Theme.surfaceVariant.g, Theme.surfaceVariant.b, 0.2)
|
||||||
|
|||||||
@@ -126,7 +126,7 @@ sudo dnf install quickshell-git
|
|||||||
**Arch Linux:**
|
**Arch Linux:**
|
||||||
```bash
|
```bash
|
||||||
# Core optional packages
|
# Core optional packages
|
||||||
pacman -S cava wl-clipboard cliphist ddcutil brightnessctl gsettings-desktop-schemas qt5ct qt6ct
|
pacman -S cava wl-clipboard cliphist ddcutil brightnessctl qt5ct qt6ct
|
||||||
|
|
||||||
# AUR packages
|
# AUR packages
|
||||||
paru -S matugen
|
paru -S matugen
|
||||||
@@ -135,7 +135,7 @@ paru -S matugen
|
|||||||
**Fedora:**
|
**Fedora:**
|
||||||
```bash
|
```bash
|
||||||
# Core packages
|
# Core packages
|
||||||
sudo dnf install cava wl-clipboard ddcutil brightnessctl gsettings-desktop-schemas qt5ct qt6ct
|
sudo dnf install cava wl-clipboard ddcutil brightnessctl qt5ct qt6ct
|
||||||
|
|
||||||
# COPR repositories
|
# COPR repositories
|
||||||
sudo dnf copr enable wef/cliphist && sudo dnf install cliphist
|
sudo dnf copr enable wef/cliphist && sudo dnf install cliphist
|
||||||
|
|||||||
Reference in New Issue
Block a user