Skip to content

Commit

Permalink
Rename to Liri
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Oct 12, 2016
1 parent 94bd34c commit a895377
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ make install # use sudo if necessary

On the `cmake` line, you can specify additional configuration parameters:

* `-DCMAKE_INSTALL_PREFIX=/path/to/install` (for example, `/opt/lirios` or `/usr`)
* `-DCMAKE_INSTALL_PREFIX=/path/to/install` (for example, `/opt/liri` or `/usr`)

## Licensing

Expand Down
2 changes: 1 addition & 1 deletion sddm/DesktopStill.qml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* This file is part of Hawaii.
* This file is part of Liri.
*
* Copyright (C) 2014-2016 Pier Luigi Fiorini
*
Expand Down
8 changes: 4 additions & 4 deletions sddm/Greeter.qml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* This file is part of Hawaii.
* This file is part of Liri.
*
* Copyright (C) 2014-2016 Pier Luigi Fiorini <[email protected]>
*
Expand Down Expand Up @@ -27,8 +27,8 @@ import QtQuick.Controls.Material 2.0
import QtQuick.Layouts 1.0
import Fluid.Controls 1.0
import Fluid.Material 1.0
import Hawaii.Shell 1.0
import Hawaii.LoginManager 1.0
import Liri.Shell 1.0
import Liri.LoginManager 1.0
import SddmComponents 2.0 as SddmComponents
import "indicators" as Indicators

Expand Down Expand Up @@ -149,7 +149,7 @@ ColumnLayout {

Indicators.Keyboard {}

// Enable once we moved the indicators to Hawaii.Desktop
// Enable once we moved the indicators to Liri.Desktop
/*
EventsIndicator {}
Expand Down
4 changes: 2 additions & 2 deletions sddm/Main.qml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* This file is part of Hawaii.
* This file is part of Liri.
*
* Copyright (C) 2014-2016 Pier Luigi Fiorini
*
Expand Down Expand Up @@ -29,7 +29,7 @@ import QtQuick.Controls 2.0
import QtQuick.Controls.Material 2.0
import Fluid.Controls 1.0
import Fluid.Effects 1.0
import Hawaii.Shell 1.0
import Liri.Shell 1.0

Rectangle {
id: root
Expand Down
2 changes: 1 addition & 1 deletion sddm/components/Indicator.qml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* This file is part of Hawaii.
* This file is part of Liri.
*
* Copyright (C) 2014-2016 Pier Luigi Fiorini
*
Expand Down
2 changes: 1 addition & 1 deletion sddm/dummydata/sessionModel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import QtQuick 2.0
ListModel {
property int lastIndex: 0

ListElement { name: "Hawaii" }
ListElement { name: "Liri" }
ListElement { name: "GNOME" }
ListElement { name: "Plasma" }
}
4 changes: 2 additions & 2 deletions sddm/indicators/Keyboard.qml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* This file is part of Hawaii.
* This file is part of Liri.
*
* Copyright (C) 2014-2016 Pier Luigi Fiorini
*
Expand Down Expand Up @@ -27,7 +27,7 @@
import QtQuick 2.1
import QtQuick.Controls 2.0 as QQC
import Fluid.Controls 1.0
import Hawaii.Shell 1.0
import Liri.Shell 1.0
import SddmComponents 2.0

Indicator {
Expand Down
4 changes: 2 additions & 2 deletions sddm/indicators/PowerOff.qml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* This file is part of Hawaii.
* This file is part of Liri.
*
* Copyright (C) 2014-2016 Pier Luigi Fiorini <[email protected]>
*
Expand All @@ -23,7 +23,7 @@

import QtQuick 2.0
import QtQuick.Controls 2.0
import Hawaii.Shell 1.0
import Liri.Shell 1.0

Indicator {
iconName: "action/power_settings_new"
Expand Down
4 changes: 2 additions & 2 deletions sddm/indicators/Reboot.qml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* This file is part of Hawaii.
* This file is part of Liri.
*
* Copyright (C) 2014-2016 Pier Luigi Fiorini <[email protected]>
*
Expand All @@ -23,7 +23,7 @@

import QtQuick 2.0
import QtQuick.Controls 2.0
import Hawaii.Shell 1.0
import Liri.Shell 1.0

Indicator {
iconName: Qt.resolvedUrl("../images/reload.svg")
Expand Down
4 changes: 2 additions & 2 deletions sddm/indicators/Session.qml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* This file is part of Hawaii.
* This file is part of Liri.
*
* Copyright (C) 2014-2016 Pier Luigi Fiorini
*
Expand Down Expand Up @@ -27,7 +27,7 @@
import QtQuick 2.1
import QtQuick.Controls 2.0 as QQC
import Fluid.Controls 1.0
import Hawaii.Shell 1.0
import Liri.Shell 1.0
import SddmComponents 2.0

Indicator {
Expand Down
2 changes: 1 addition & 1 deletion sddm/theme.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[General]
iconTheme=Paper
cursorTheme=Paper
platformTheme=Hawaii
platformTheme=liri
style=Material

0 comments on commit a895377

Please sign in to comment.