cosmic items

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-12-20 00:35:00 -06:00
parent 56cd97436a
commit fdeb1e759e
37 changed files with 98 additions and 23 deletions

View file

@ -0,0 +1,9 @@
(
output: "eDP-1",
source: Color(Single((0.0, 0.0, 0.0))),
filter_by_theme: false,
rotation_frequency: 900,
filter_method: Lanczos,
scaling_mode: Zoom,
sampling_method: Alphanumeric,
)

View file

@ -0,0 +1,9 @@
(
view: List,
folders_first: true,
show_hidden: false,
icon_sizes: (
list: 100,
grid: 100,
),
)

View file

@ -0,0 +1 @@
Bottom

View file

@ -0,0 +1 @@
false

View file

@ -0,0 +1 @@
None

View file

@ -0,0 +1 @@
ThemeDefault

View file

@ -0,0 +1 @@
Top

View file

@ -0,0 +1 @@
"Dock"

View file

@ -0,0 +1 @@
1.0

View file

@ -0,0 +1 @@
All

View file

@ -0,0 +1,7 @@
Some([
"com.system76.CosmicPanelLauncherButton",
"com.system76.CosmicPanelWorkspacesButton",
"com.system76.CosmicPanelAppButton",
"com.system76.CosmicAppList",
"com.system76.CosmicAppletMinimize",
])

View file

@ -0,0 +1 @@
L

View file

@ -1 +1,5 @@
None
Some((
wait_time: 1000,
transition_time: 200,
handle_size: 4,
))

View file

@ -1,6 +1,4 @@
Some(([
"com.system76.CosmicAppletWorkspaces",
], [
Some(([], [
"com.system76.CosmicAppletInputSources",
"com.system76.CosmicAppletStatusArea",
"com.system76.CosmicAppletTiling",

View file

@ -0,0 +1,3 @@
[
"Panel",
]

View file

@ -0,0 +1 @@
"display"

View file

@ -0,0 +1,12 @@
(
space_none: 0,
space_xxxs: 4,
space_xxs: 4,
space_xs: 8,
space_s: 8,
space_m: 16,
space_l: 24,
space_xl: 32,
space_xxl: 48,
space_xxxl: 64,
)

View file

@ -0,0 +1,12 @@
(
space_none: 0,
space_xxxs: 4,
space_xxs: 4,
space_xs: 8,
space_s: 8,
space_m: 16,
space_l: 24,
space_xl: 32,
space_xxl: 48,
space_xxxl: 64,
)

View file

@ -59,7 +59,7 @@ in
# Config
home-manager.backupFileExtension = "bak";
home-manager.users.${settings.user.username} = {
xdg.configFile = cosmicConfigFilesAttrs;
# xdg.configFile = cosmicConfigFilesAttrs;
};
};