Skip to content

Commit

Permalink
removed Liberation font from sddm theme
Browse files Browse the repository at this point in the history
  • Loading branch information
abgr committed Feb 7, 2021
1 parent 8a04c0d commit 6c0cf5a
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 95 deletions.
64 changes: 32 additions & 32 deletions lxqt/TrelliumColorshiftOpaque/lxqt-panel.qss
Original file line number Diff line number Diff line change
Expand Up @@ -189,16 +189,16 @@ LXQtPanel[position="Right"] #SysStat > QLabel {
LXQtPanel[position="Right"] #SysStat_Graph {
qproperty-gridColor: #00000000;
qproperty-titleColor: #000000;
qproperty-cpuSystemColor: #44bb44;
qproperty-cpuUserColor: #44bb44;
qproperty-cpuNiceColor: #8044bb44;
qproperty-cpuSystemColor: #c04444bb;
qproperty-cpuUserColor: #c04444bb;
qproperty-cpuNiceColor: #604444bb;
qproperty-cpuOtherColor: #bb4444;
qproperty-frequencyColor: #44bb44;
qproperty-memAppsColor: #44bb44;
qproperty-memBuffersColor: #8044bb44;
qproperty-memCachedColor: #8044bb44;
qproperty-frequencyColor: #c04444bb;
qproperty-memAppsColor: #c04444bb;
qproperty-memBuffersColor: #604444bb;
qproperty-memCachedColor: #604444bb;
qproperty-swapUsedColor: #bb4444;
qproperty-netReceivedColor: #44bb44;
qproperty-netReceivedColor: #c04444bb;
qproperty-netTransmittedColor: #bb4444;
}

Expand Down Expand Up @@ -415,16 +415,16 @@ LXQtPanel[position="Bottom"] #SysStat > QLabel {
LXQtPanel[position="Bottom"] #SysStat_Graph {
qproperty-gridColor: #00000000;
qproperty-titleColor: #000000;
qproperty-cpuSystemColor: #44bb44;
qproperty-cpuUserColor: #44bb44;
qproperty-cpuNiceColor: #8044bb44;
qproperty-cpuSystemColor: #c04444bb;
qproperty-cpuUserColor: #c04444bb;
qproperty-cpuNiceColor: #604444bb;
qproperty-cpuOtherColor: #bb4444;
qproperty-frequencyColor: #44bb44;
qproperty-memAppsColor: #44bb44;
qproperty-memBuffersColor: #8044bb44;
qproperty-memCachedColor: #8044bb44;
qproperty-frequencyColor: #c04444bb;
qproperty-memAppsColor: #c04444bb;
qproperty-memBuffersColor: #604444bb;
qproperty-memCachedColor: #604444bb;
qproperty-swapUsedColor: #bb4444;
qproperty-netReceivedColor: #44bb44;
qproperty-netReceivedColor: #c04444bb;
qproperty-netTransmittedColor: #bb4444;
}

Expand Down Expand Up @@ -641,16 +641,16 @@ LXQtPanel[position="Left"] #SysStat > QLabel {
LXQtPanel[position="Left"] #SysStat_Graph {
qproperty-gridColor: #00000000;
qproperty-titleColor: #000000;
qproperty-cpuSystemColor: #44bb44;
qproperty-cpuUserColor: #44bb44;
qproperty-cpuNiceColor: #8044bb44;
qproperty-cpuSystemColor: #c04444bb;
qproperty-cpuUserColor: #c04444bb;
qproperty-cpuNiceColor: #604444bb;
qproperty-cpuOtherColor: #bb4444;
qproperty-frequencyColor: #44bb44;
qproperty-memAppsColor: #44bb44;
qproperty-memBuffersColor: #8044bb44;
qproperty-memCachedColor: #8044bb44;
qproperty-frequencyColor: #c04444bb;
qproperty-memAppsColor: #c04444bb;
qproperty-memBuffersColor: #604444bb;
qproperty-memCachedColor: #604444bb;
qproperty-swapUsedColor: #bb4444;
qproperty-netReceivedColor: #44bb44;
qproperty-netReceivedColor: #c04444bb;
qproperty-netTransmittedColor: #bb4444;
}

Expand Down Expand Up @@ -867,16 +867,16 @@ LXQtPanel[position="Top"] #SysStat > QLabel {
LXQtPanel[position="Top"] #SysStat_Graph {
qproperty-gridColor: #00000000;
qproperty-titleColor: #000000;
qproperty-cpuSystemColor: #44bb44;
qproperty-cpuUserColor: #44bb44;
qproperty-cpuNiceColor: #8044bb44;
qproperty-cpuSystemColor: #c04444bb;
qproperty-cpuUserColor: #c04444bb;
qproperty-cpuNiceColor: #604444bb;
qproperty-cpuOtherColor: #bb4444;
qproperty-frequencyColor: #44bb44;
qproperty-memAppsColor: #44bb44;
qproperty-memBuffersColor: #8044bb44;
qproperty-memCachedColor: #8044bb44;
qproperty-frequencyColor: #c04444bb;
qproperty-memAppsColor: #c04444bb;
qproperty-memBuffersColor: #604444bb;
qproperty-memCachedColor: #604444bb;
qproperty-swapUsedColor: #bb4444;
qproperty-netReceivedColor: #44bb44;
qproperty-netReceivedColor: #c04444bb;
qproperty-netTransmittedColor: #bb4444;
}

Expand Down
7 changes: 0 additions & 7 deletions sddm/Trellium.source/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ Rectangle {
Layout.alignment: Qt.AlignTop | Qt.AlignCenter
color: "#101010"
text: sddm.hostName
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
}
Text {
Expand All @@ -171,7 +170,6 @@ Rectangle {
QQC.Label {
Layout.alignment: Qt.AlignRight
text: textConstants.userName
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
color: "#101010"
}
Expand All @@ -181,7 +179,6 @@ Rectangle {
text: userModel.lastUser
Layout.fillWidth: true
Layout.preferredHeight: font.pixelSize + 13 //this is really ugly, why isn't the minimum height determined by content?
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
textColor: "#101000"
style: TextFieldStyle {
Expand All @@ -200,7 +197,6 @@ Rectangle {
QQC.Label {
Layout.alignment: Qt.AlignRight
text: textConstants.password
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
color: "#101010"
}
Expand All @@ -210,7 +206,6 @@ Rectangle {
echoMode: TextInput.Password
Layout.fillWidth: true
Layout.preferredHeight: font.pixelSize + 13 //this is really ugly, why isn't the minimum height implicitly determined by content?
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
textColor: "#101000"
style: TextFieldStyle {
Expand All @@ -236,7 +231,6 @@ Rectangle {
id: message
Layout.alignment: Qt.AlignCenter
text: ""
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
color: "#810000"
}
Expand Down Expand Up @@ -271,7 +265,6 @@ Rectangle {
QQC.Label {
Layout.fillWidth: true
text: instantiator.objectAt(sessionbutton.currentIndex).text || ""
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
color: "#101010"
}
Expand Down
7 changes: 0 additions & 7 deletions sddm/TrelliumColorshift/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ Rectangle {
Layout.alignment: Qt.AlignTop | Qt.AlignCenter
color: "#000000"
text: sddm.hostName
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
}
Text {
Expand All @@ -171,7 +170,6 @@ Rectangle {
QQC.Label {
Layout.alignment: Qt.AlignRight
text: textConstants.userName
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
color: "#000000"
}
Expand All @@ -181,7 +179,6 @@ Rectangle {
text: userModel.lastUser
Layout.fillWidth: true
Layout.preferredHeight: font.pixelSize + 13 //this is really ugly, why isn't the minimum height determined by content?
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
textColor: "#000000"
style: TextFieldStyle {
Expand All @@ -200,7 +197,6 @@ Rectangle {
QQC.Label {
Layout.alignment: Qt.AlignRight
text: textConstants.password
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
color: "#000000"
}
Expand All @@ -210,7 +206,6 @@ Rectangle {
echoMode: TextInput.Password
Layout.fillWidth: true
Layout.preferredHeight: font.pixelSize + 13 //this is really ugly, why isn't the minimum height implicitly determined by content?
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
textColor: "#000000"
style: TextFieldStyle {
Expand All @@ -236,7 +231,6 @@ Rectangle {
id: message
Layout.alignment: Qt.AlignCenter
text: ""
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
color: "#810000"
}
Expand Down Expand Up @@ -271,7 +265,6 @@ Rectangle {
QQC.Label {
Layout.fillWidth: true
text: instantiator.objectAt(sessionbutton.currentIndex).text || ""
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
color: "#000000"
}
Expand Down
7 changes: 0 additions & 7 deletions sddm/TrelliumColorshiftOpaque/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ Rectangle {
Layout.alignment: Qt.AlignTop | Qt.AlignCenter
color: "#000000"
text: sddm.hostName
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
}
Text {
Expand All @@ -171,7 +170,6 @@ Rectangle {
QQC.Label {
Layout.alignment: Qt.AlignRight
text: textConstants.userName
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
color: "#000000"
}
Expand All @@ -181,7 +179,6 @@ Rectangle {
text: userModel.lastUser
Layout.fillWidth: true
Layout.preferredHeight: font.pixelSize + 13 //this is really ugly, why isn't the minimum height determined by content?
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
textColor: "#000000"
style: TextFieldStyle {
Expand All @@ -200,7 +197,6 @@ Rectangle {
QQC.Label {
Layout.alignment: Qt.AlignRight
text: textConstants.password
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
color: "#000000"
}
Expand All @@ -210,7 +206,6 @@ Rectangle {
echoMode: TextInput.Password
Layout.fillWidth: true
Layout.preferredHeight: font.pixelSize + 13 //this is really ugly, why isn't the minimum height implicitly determined by content?
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
textColor: "#000000"
style: TextFieldStyle {
Expand All @@ -236,7 +231,6 @@ Rectangle {
id: message
Layout.alignment: Qt.AlignCenter
text: ""
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
color: "#810000"
}
Expand Down Expand Up @@ -271,7 +265,6 @@ Rectangle {
QQC.Label {
Layout.fillWidth: true
text: instantiator.objectAt(sessionbutton.currentIndex).text || ""
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
color: "#000000"
}
Expand Down
7 changes: 0 additions & 7 deletions sddm/TrelliumDark/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ Rectangle {
Layout.alignment: Qt.AlignTop | Qt.AlignCenter
color: "#e0e0e0"
text: sddm.hostName
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
}
Text {
Expand All @@ -171,7 +170,6 @@ Rectangle {
QQC.Label {
Layout.alignment: Qt.AlignRight
text: textConstants.userName
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
color: "#e0e0e0"
}
Expand All @@ -181,7 +179,6 @@ Rectangle {
text: userModel.lastUser
Layout.fillWidth: true
Layout.preferredHeight: font.pixelSize + 13 //this is really ugly, why isn't the minimum height determined by content?
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
textColor: "#e0e0e0"
style: TextFieldStyle {
Expand All @@ -200,7 +197,6 @@ Rectangle {
QQC.Label {
Layout.alignment: Qt.AlignRight
text: textConstants.password
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
color: "#e0e0e0"
}
Expand All @@ -210,7 +206,6 @@ Rectangle {
echoMode: TextInput.Password
Layout.fillWidth: true
Layout.preferredHeight: font.pixelSize + 13 //this is really ugly, why isn't the minimum height implicitly determined by content?
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
textColor: "#e0e0e0"
style: TextFieldStyle {
Expand All @@ -236,7 +231,6 @@ Rectangle {
id: message
Layout.alignment: Qt.AlignCenter
text: ""
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
color: "#810000"
}
Expand Down Expand Up @@ -271,7 +265,6 @@ Rectangle {
QQC.Label {
Layout.fillWidth: true
text: instantiator.objectAt(sessionbutton.currentIndex).text || ""
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
color: "#e0e0e0"
}
Expand Down
7 changes: 0 additions & 7 deletions sddm/TrelliumInverted/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ Rectangle {
Layout.alignment: Qt.AlignTop | Qt.AlignCenter
color: "#e2e2e2"
text: sddm.hostName
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
}
Text {
Expand All @@ -171,7 +170,6 @@ Rectangle {
QQC.Label {
Layout.alignment: Qt.AlignRight
text: textConstants.userName
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
color: "#e2e2e2"
}
Expand All @@ -181,7 +179,6 @@ Rectangle {
text: userModel.lastUser
Layout.fillWidth: true
Layout.preferredHeight: font.pixelSize + 13 //this is really ugly, why isn't the minimum height determined by content?
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
textColor: "#e2e2e2"
style: TextFieldStyle {
Expand All @@ -200,7 +197,6 @@ Rectangle {
QQC.Label {
Layout.alignment: Qt.AlignRight
text: textConstants.password
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
color: "#e2e2e2"
}
Expand All @@ -210,7 +206,6 @@ Rectangle {
echoMode: TextInput.Password
Layout.fillWidth: true
Layout.preferredHeight: font.pixelSize + 13 //this is really ugly, why isn't the minimum height implicitly determined by content?
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
textColor: "#e2e2e2"
style: TextFieldStyle {
Expand All @@ -236,7 +231,6 @@ Rectangle {
id: message
Layout.alignment: Qt.AlignCenter
text: ""
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
color: "#810000"
}
Expand Down Expand Up @@ -271,7 +265,6 @@ Rectangle {
QQC.Label {
Layout.fillWidth: true
text: instantiator.objectAt(sessionbutton.currentIndex).text || ""
font.family: "Liberation Sans"
font.pixelSize: 19 * container.scalingFactor
color: "#e2e2e2"
}
Expand Down
Loading

0 comments on commit 6c0cf5a

Please sign in to comment.