mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
small fix to calendar sizing
This commit is contained in:
@@ -188,7 +188,7 @@ PanelWindow {
|
||||
}
|
||||
|
||||
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
|
||||
radius: Theme.cornerRadiusLarge
|
||||
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:**
|
||||
```bash
|
||||
# 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
|
||||
paru -S matugen
|
||||
@@ -135,7 +135,7 @@ paru -S matugen
|
||||
**Fedora:**
|
||||
```bash
|
||||
# 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
|
||||
sudo dnf copr enable wef/cliphist && sudo dnf install cliphist
|
||||
|
||||
Reference in New Issue
Block a user