Skip to content

Commit ceac370

Browse files
committed
pruned unused imports
1 parent 56d8f73 commit ceac370

File tree

13 files changed

+0
-261
lines changed

13 files changed

+0
-261
lines changed

basic_bar/Containers/Left.qml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
import QtQuick
22
import QtQuick.Layouts
3-
import Quickshell
4-
import Quickshell.Wayland
5-
6-
import "../Data/" as Dat
73
import "../Widgets/" as Wid
84

95
Item {

basic_bar/Containers/Middle.qml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
import QtQuick
22
import QtQuick.Layouts
3-
import Quickshell
4-
import Quickshell.Wayland
5-
6-
import "../Data/" as Dat
73
import "../Widgets/" as Wid
84

95
Item {

basic_bar/Containers/Right.qml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
import QtQuick
22
import QtQuick.Layouts
3-
import Quickshell
4-
import Quickshell.Wayland
5-
6-
import "../Data/" as Dat
73
import "../Widgets/" as Wid
84

95
Item {

basic_bar/Data/Colors.qml

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -3,61 +3,6 @@ import Quickshell
33
import QtQuick
44

55
Singleton {
6-
7-
// light theme for testing purposes
8-
// feel free to uncomment to get flash banged lol
9-
10-
// readonly property color background: "#f4fafb"
11-
// readonly property color error: "#ba1a1a"
12-
// readonly property color error_container: "#ffdad6"
13-
// readonly property color inverse_on_surface: "#ecf2f2"
14-
// readonly property color inverse_primary: "#80d4da"
15-
// readonly property color inverse_surface: "#2b3232"
16-
// readonly property color on_background: "#161d1d"
17-
// readonly property color on_error: "#ffffff"
18-
// readonly property color on_error_container: "#410002"
19-
// readonly property color on_primary: "#ffffff"
20-
// readonly property color on_primary_container: "#002022"
21-
// readonly property color on_primary_fixed: "#002022"
22-
// readonly property color on_primary_fixed_variant: "#004f53"
23-
// readonly property color on_secondary: "#ffffff"
24-
// readonly property color on_secondary_container: "#041f21"
25-
// readonly property color on_secondary_fixed: "#041f21"
26-
// readonly property color on_secondary_fixed_variant: "#324b4d"
27-
// readonly property color on_surface: "#161d1d"
28-
// readonly property color on_surface_variant: "#3f4949"
29-
// readonly property color on_tertiary: "#ffffff"
30-
// readonly property color on_tertiary_container: "#091b36"
31-
// readonly property color on_tertiary_fixed: "#091b36"
32-
// readonly property color on_tertiary_fixed_variant: "#374764"
33-
// readonly property color outline: "#6f7979"
34-
// readonly property color outline_variant: "#bec8c9"
35-
// readonly property color primary: "#00696e"
36-
// readonly property color primary_container: "#9cf0f6"
37-
// readonly property color primary_fixed: "#9cf0f6"
38-
// readonly property color primary_fixed_dim: "#80d4da"
39-
// readonly property color scrim: "#000000"
40-
// readonly property color secondary: "#4a6365"
41-
// readonly property color secondary_container: "#cce8e9"
42-
// readonly property color secondary_fixed: "#cce8e9"
43-
// readonly property color secondary_fixed_dim: "#b1cccd"
44-
// readonly property color shadow: "#000000"
45-
// readonly property color source_color: "#478185"
46-
// readonly property color surface: "#f4fafb"
47-
// readonly property color surface_bright: "#f4fafb"
48-
// readonly property color surface_container: "#e9efef"
49-
// readonly property color surface_container_high: "#e3e9e9"
50-
// readonly property color surface_container_highest: "#dde4e4"
51-
// readonly property color surface_container_low: "#eff5f5"
52-
// readonly property color surface_container_lowest: "#ffffff"
53-
// readonly property color surface_dim: "#d5dbdb"
54-
// readonly property color surface_tint: "#00696e"
55-
// readonly property color surface_variant: "#dae4e5"
56-
// readonly property color tertiary: "#4e5f7d"
57-
// readonly property color tertiary_container: "#d6e3ff"
58-
// readonly property color tertiary_fixed: "#d6e3ff"
59-
// readonly property color tertiary_fixed_dim: "#b6c7e9"
60-
616
readonly property color background: "#121318"
627
readonly property color error: "#ffb4ab"
638
readonly property color error_container: "#93000a"

basic_bar/Generics/MouseArea.qml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import QtQuick
2-
import "../Data/" as Dat
32

43
MouseArea {
54
id: area

basic_bar/Generics/Notification.qml

Lines changed: 0 additions & 181 deletions
This file was deleted.

basic_bar/Layers/Top.qml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import QtQuick
22
import QtQuick.Layouts
33
import Quickshell
44
import Quickshell.Wayland
5-
6-
import "../Data/" as Dat
75
import "../Containers/" as Con
86

97
Scope {

basic_bar/Widgets/Clock.qml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import QtQuick
22
import QtQuick.Layouts
3-
import Quickshell
4-
import Quickshell.Wayland
53

64
import "../Data/" as Dat
75
import "../Generics/" as Gen

basic_bar/Widgets/OsText.qml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import QtQuick
22
import QtQuick.Layouts
3-
import Quickshell
4-
import Quickshell.Wayland
53

64
import "../Data/" as Dat
75
import "../Generics/" as Gen

basic_bar/Widgets/PowerProfs.qml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
pragma ComponentBehavior: Bound
22
import QtQuick
33
import QtQuick.Layouts
4-
import Quickshell.Hyprland
54
import Quickshell.Services.UPower
65

76
import "../Data/" as Dat

0 commit comments

Comments
 (0)