Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
branding-etersoft-ximper
Commits
52644b12
Verified
Commit
52644b12
authored
Jun 26, 2025
by
Kirill Unitsaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added regreet css theme
parent
f2ade67f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
140 additions
and
0 deletions
+140
-0
branding.spec
branding.spec
+2
-0
regreet.css
configs/greetd-regreet/regreet.css
+138
-0
No files found.
branding.spec
View file @
52644b12
...
...
@@ -307,6 +307,7 @@ cp configs/sddm/%theme.conf %buildroot%_sysconfdir/sddm.conf.d/%theme.conf
# ReGreet
install -d %buildroot%_sysconfdir/greetd/
cp configs/greetd-regreet/regreet.toml %buildroot%_sysconfdir/greetd/regreet.toml
cp configs/greetd-regreet/regreet.css %buildroot%_sysconfdir/greetd/regreet.css
# hyprland settings
for i in hypr kitty waybar ; do
...
...
@@ -409,6 +410,7 @@ fi
%files regreet-settings
%_sysconfdir/greetd/regreet.toml
%_sysconfdir/greetd/regreet.css
%files gnome-settings
%_datadir/glib-2.0/schemas/ximper-linux-gnome.gschema.override
...
...
configs/greetd-regreet/regreet.css
0 → 100644
View file @
52644b12
@define-color
bg
#0B0E1D
;
@define-color
selected_bg
#1D202F
;
@define-color
list_bg
#191d2e
;
@define-color
popover_bg
#141624
;
@define-color
accent_bg
#3584e4
;
@define-color
border
#7E01FF
;
@define-color
text
#D8E2EA
;
@define-color
selected_text
#a6a7ac
;
@define-color
accent_text
#ffffff
;
@define-color
error
#c01c28
;
@define-color
accent_error
#e01b24
;
*
{
all
:
unset
;
}
frame
.background
{
background
:
alpha
(
@
bg
,
.85
);
color
:
@
text
;
border-radius
:
15px
;
box-shadow
:
0
0
12px
0
alpha
(
@
selected_bg
,
.90
);
}
frame
.background.top
{
font-size
:
1.2rem
;
padding
:
5px
;
background
:
alpha
(
@
bg
,
.85
);
border-bottom-left-radius
:
15px
;
border-bottom-right-radius
:
15px
;
}
box
.horizontal
>
button
.default.suggested-action.text-button
{
background
:
@
accent_bg
;
color
:
@
accent_text
;
padding-left
:
18px
;
padding-right
:
18px
;
margin
:
0
8px
;
border-radius
:
15px
;
transition
:
background
.3s
ease-in-out
;
}
box
.horizontal
>
button
.default.suggested-action.text-button
:hover
{
background
:
@
selected_bg
;
color
:
@
selected_text
}
box
.horizontal
>
button
.text-button
{
background
:
@
error
;
color
:
@
text
;
padding
:
12px
;
border-radius
:
12px
;
transition
:
background
.3s
ease-in-out
;
}
box
.horizontal
>
button
.text-button
:hover
{
background
:
#e62d42
;
color
:
@
selected_text
}
combobox
{
background
:
@
selected_bg
;
color
:
@
text
;
border-radius
:
15px
;
padding
:
12px
;
box-shadow
:
0
0
4px
0
alpha
(
@
selected_bg
,
.6
);
}
entry
{
background
:
@
selected_bg
;
color
:
@
text
;
border-radius
:
15px
;
padding
:
12px
;
box-shadow
:
0
0
4px
0
alpha
(
@
selected_bg
,
.6
);
}
combobox
:disabled
{
background
:
alpha
(
@
selected_bg
,
.6
);
color
:
alpha
(
@
selected_text
,
.6
);
border-radius
:
15px
;
padding
:
12px
;
box-shadow
:
0
0
4px
0
alpha
(
@
selected_bg
,
.6
);
}
modelbutton
.flat
{
background
:
alpha
(
@
list_bg
,
.65
);
padding
:
8px
;
margin
:
2px
;
border-radius
:
12px
;
border-spacing
:
6px
;
}
modelbutton
.flat
:hover
{
background
:
@
list_bg
;
}
button
.image-button.toggle
{
margin-right
:
36px
;
padding
:
15px
;
border-radius
:
12px
;
}
button
.image-button.toggle
:hover
{
background
:
alpha
(
@
selected_bg
,
.8
);
box-shadow
:
0
0
4px
0px
alpha
(
@
selected_bg
,
.6
);
}
button
.image-button.toggle
:disabled
{
color
:
alpha
(
@
text
,
.4
);
margin-right
:
36px
;
padding
:
12px
;
border-radius
:
12px
;
}
combobox
>
popover
{
background
:
@
popover_bg
;
border-radius
:
15px
;
border-spacing
:
6px
;
box-shadow
:
0
0
4px
0
alpha
(
@
selected_bg
,
.6
);
padding
:
6px
12px
;
}
combobox
>
popover
>
contents
{
padding
:
5px
;
}
combobox
:hover
{
background
:
shade
(
@
selected_bg
,
1.2
);
}
entry
.password
{
border
:
1.3px
solid
@
border
;
border-radius
:
15px
;
padding
:
12px
;
}
entry
.password
:hover
{
border
:
1.9px
solid
@
border
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment