-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
* | ||
|
@@ -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 | ||
|
||
|
@@ -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 {} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
* | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
* | ||
|
@@ -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") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |