-
Notifications
You must be signed in to change notification settings - Fork 8
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
1 parent
438aa35
commit 37d4352
Showing
4 changed files
with
15 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
nx-plasma-look-and-feel (2.2.10) nitrux; urgency=medium | ||
|
||
* Remove usage of org.nx.networkmanagement in favor of org.nx.networkmanagement. | ||
|
||
-- Uri Herrera <[email protected]> Sat, 13 Jul 2024 18:28:00 -0500 | ||
|
||
nx-plasma-look-and-feel (2.1.9) nitrux; urgency=medium | ||
|
||
* Use icon name for Plasma theme even though it is clearly a typo in Breeze. | ||
|
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,7 +1,7 @@ | ||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
// The license used for this file and its contents is: BSD-3-Clause / | ||
// / | ||
// Copyright <2023> <Uri Herrera <[email protected]>> / | ||
// Copyright <2023-2024> <Uri Herrera <[email protected]>> / | ||
// / | ||
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: / | ||
// / | ||
|
@@ -109,7 +109,7 @@ let extraItemsArray = [ | |
"org.kde.plasma.printmanager", | ||
"org.kde.plasma.vault", | ||
"org.kde.plasma.volume", | ||
"org.nx.networkmanagement" | ||
"org.kde.plasma.networkmanagement" | ||
]; | ||
|
||
let hiddenItemsArray = [ | ||
|
@@ -134,13 +134,12 @@ let knownItemsArray = [ | |
"org.kde.plasma.printmanager", | ||
"org.kde.plasma.vault", | ||
"org.kde.plasma.volume", | ||
"org.nx.networkmanagement" | ||
]; | ||
|
||
let shownItemsArray = [ | ||
"org.kde.plasma.notifications", | ||
"org.kde.plasma.volume", | ||
"org.nx.networkmanagement" | ||
"org.kde.plasma.networkmanagement" | ||
]; | ||
|
||
// This code shows items in the system tray sub-menu. | ||
|
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,7 +1,7 @@ | ||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
// The license used for this file and its contents is: BSD-3-Clause / | ||
// / | ||
// Copyright <2023> <Uri Herrera <[email protected]>> / | ||
// Copyright <2023-2024> <Uri Herrera <[email protected]>> / | ||
// / | ||
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: / | ||
// / | ||
|
@@ -109,7 +109,7 @@ let extraItemsArray = [ | |
"org.kde.plasma.printmanager", | ||
"org.kde.plasma.vault", | ||
"org.kde.plasma.volume", | ||
"org.nx.networkmanagement" | ||
"org.kde.plasma.networkmanagement" | ||
]; | ||
|
||
let hiddenItemsArray = [ | ||
|
@@ -134,13 +134,12 @@ let knownItemsArray = [ | |
"org.kde.plasma.printmanager", | ||
"org.kde.plasma.vault", | ||
"org.kde.plasma.volume", | ||
"org.nx.networkmanagement" | ||
]; | ||
|
||
let shownItemsArray = [ | ||
"org.kde.plasma.notifications", | ||
"org.kde.plasma.volume", | ||
"org.nx.networkmanagement" | ||
"org.kde.plasma.networkmanagement" | ||
]; | ||
|
||
// This code shows items in the system tray sub-menu. | ||
|
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,7 +1,7 @@ | ||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
// The license used for this file and its contents is: BSD-3-Clause / | ||
// / | ||
// Copyright <2023> <Uri Herrera <[email protected]>> / | ||
// Copyright <2023-2024> <Uri Herrera <[email protected]>> / | ||
// / | ||
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: / | ||
// / | ||
|
@@ -109,7 +109,7 @@ let extraItemsArray = [ | |
"org.kde.plasma.printmanager", | ||
"org.kde.plasma.vault", | ||
"org.kde.plasma.volume", | ||
"org.nx.networkmanagement" | ||
"org.kde.plasma.networkmanagement" | ||
]; | ||
|
||
let hiddenItemsArray = [ | ||
|
@@ -134,13 +134,12 @@ let knownItemsArray = [ | |
"org.kde.plasma.printmanager", | ||
"org.kde.plasma.vault", | ||
"org.kde.plasma.volume", | ||
"org.nx.networkmanagement" | ||
]; | ||
|
||
let shownItemsArray = [ | ||
"org.kde.plasma.notifications", | ||
"org.kde.plasma.volume", | ||
"org.nx.networkmanagement" | ||
"org.kde.plasma.networkmanagement" | ||
]; | ||
|
||
// This code shows items in the system tray sub-menu. | ||
|