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
30d6968a
Verified
Commit
30d6968a
authored
Aug 21, 2024
by
Кирилл Уницаев
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hyprland config: refactoring
parent
76b1e4a2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
70 additions
and
52 deletions
+70
-52
hypridle.conf
skel/skel/.config/hypr/hypridle.conf
+22
-3
hyprland.conf
skel/skel/.config/hypr/hyprland.conf
+0
-0
hyprpaper.conf
skel/skel/.config/hypr/hyprpaper.conf
+14
-10
kitty.conf
skel/skel/.config/kitty/kitty.conf
+0
-3
style.css
skel/skel/.config/nwg-dock-hyprland/style.css
+3
-2
config.json
skel/skel/.config/swaync/config.json
+1
-1
style.css
skel/skel/.config/swaync/style.css
+7
-8
config
skel/skel/.config/waybar/config
+3
-2
modules.json
skel/skel/.config/waybar/modules.json
+8
-11
style-dark.css
skel/skel/.config/waybar/style-dark.css
+1
-1
style.css
skel/skel/.config/waybar/style.css
+1
-1
layout
skel/skel/.config/wlogout/layout
+1
-1
style.css
skel/skel/.config/wlogout/style.css
+6
-6
config
skel/skel/.config/wofi/config
+1
-1
style.css
skel/skel/.config/wofi/style.css
+2
-2
No files found.
skel/skel/.config/hypr/hypridle.conf
View file @
30d6968a
# This file is required to manage the hypridle utility.
# Этот файл необходим для управления утилитой hypridle.
general
{
after_sleep_cmd
=
hyprctl
dispatch
dpms
on
after_sleep_cmd
=
hyprctl
dispatch
dpms
on
}
listener
{
timeout
=
240
# 4 минуты
timeout
=
150
on
-
timeout
=
brightnessctl
-
s
set
10
on
-
resume
=
brightnessctl
-
r
}
listener
{
timeout
=
150
on
-
timeout
=
brightnessctl
-
sd
rgb
:
kbd_backlight
set
0
on
-
resume
=
brightnessctl
-
rd
rgb
:
kbd_backlight
}
listener
{
timeout
=
300
on
-
timeout
=
gtklock
}
listener
{
timeout
=
330
on
-
timeout
=
hyprctl
dispatch
dpms
off
on
-
resume
=
hyprctl
dispatch
dpms
on
}
listener
{
timeout
=
340
# 9 минут
timeout
=
1800
on
-
timeout
=
systemctl
suspend
}
skel/skel/.config/hypr/hyprland.conf
View file @
30d6968a
This diff is collapsed.
Click to expand it.
skel/skel/.config/hypr/hyprpaper.conf
View file @
30d6968a
# This file is required to configure the wallpaper display.
# Syntax:
# preload = "the path to the file"
#
# wallpaper = "monitor","the path to the file"
# Этот файл необходим для настройки отображения обоев.
# Загрузка обоев:
# preload = "путь к файлу"
# Отображение на мониторе:
# wallpaper = "монитор","путь к файлу"
# Отображение на всех мониторах:
# wallpaper = ,"путь к файлу"
# For display on all monitors, the field can be left empty.
# preload = "the path to the file"
#
# wallpaper = ,"the path to the file"
# This file is required to configure the wallpaper display.
# Wallpaper preload:
# preload = "file path"
# Display on the monitor:
# wallpaper = "monitor","file path"
# Display on all monitors:
# wallpaper = , "file path"
preload
= /
usr
/
share
/
wallpapers
/
ximper
/
44
.
png
wallpaper
= ,/
usr
/
share
/
wallpapers
/
ximper
/
44
.
png
skel/skel/.config/kitty/kitty.conf
View file @
30d6968a
...
...
@@ -5,7 +5,6 @@ bold_italic_font auto
font_size
11
.
5
window_padding_width
5
confirm_os_window_close
0
...
...
@@ -53,8 +52,6 @@ cursor_text_color #a5b6cf
selection_foreground
#a5b6cf
selection_background
#1c1e27
url
color
#5de4c7
# Window borders
active_border_color
#3d59a1
inactive_border_color
#101014
...
...
skel/skel/.config/nwg-dock-hyprland/style.css
View file @
30d6968a
...
...
@@ -8,10 +8,12 @@ window {
padding
:
5px
}
/*
#active {
border-bottom: solid 1px;
border-color: rgb(112, 112, 112)
}
*/
button
,
image
{
...
...
@@ -36,4 +38,4 @@ button:hover {
button
:focus
{
box-shadow
:
none
}
\ No newline at end of file
}
skel/skel/.config/swaync/config.json
View file @
30d6968a
...
...
@@ -15,7 +15,7 @@
"notification-2fa-action"
:
true
,
"notification-inline-replies"
:
false
,
"notification-window-width"
:
400
,
"notification-icon-size"
:
4
8
,
"notification-icon-size"
:
4
5
,
"notification-body-image-height"
:
160
,
"notification-body-image-width"
:
200
,
"timeout"
:
4
,
...
...
skel/skel/.config/swaync/style.css
View file @
30d6968a
...
...
@@ -181,28 +181,28 @@
background-color
:
@
selected_bg
;
padding
:
8px
;
margin
:
8px
;
border-radius
:
1
.159rem
;
border-radius
:
1
5px
;
}
.widget-mpris-player
{
padding
:
8
px
;
margin
:
8
px
;
padding
:
0
px
;
margin
:
0
px
;
}
.widget-mpris-title
{
font-weight
:
bold
;
font-size
:
1
.25rem
;
font-size
:
1
8px
;
}
.widget-mpris-subtitle
{
font-size
:
1
.1rem
;
font-size
:
1
5px
;
}
.powermode-buttons
{
background-color
:
@
bg
;
padding
:
8px
;
margin
:
8px
;
border-radius
:
1
2
px
;
border-radius
:
1
5
px
;
}
.powermode-buttons
>
button
{
...
...
@@ -212,4 +212,4 @@
.powermode-buttons
>
button
:hover
{
color
:
@
selected_text
;
}
\ No newline at end of file
}
skel/skel/.config/waybar/config
View file @
30d6968a
{
"layer": "top",
"position": "top",
"margin-left":
1
5,
"margin-left": 5,
"margin-top": 5,
"margin-right":
1
5,
"margin-right": 5,
"height": 32,
"spacing": 4,
"exclusive": true,
...
...
@@ -21,6 +21,7 @@
],
"modules-center": [
"hyprland/workspaces",
"custom/sep",
"tray"
],
"modules-right": [
...
...
skel/skel/.config/waybar/modules.json
View file @
30d6968a
...
...
@@ -2,7 +2,7 @@
"image#menu"
:
{
"path"
:
"/usr/share/pixmaps/ximperlinux.svg"
,
"size"
:
25
,
"on-click"
:
"wofi --show drun"
"on-click"
:
"
pkill wofi ||
wofi --show drun"
},
"idle_inhibitor"
:
{
"format"
:
" {icon}"
,
...
...
@@ -46,7 +46,8 @@
},
"custom/clipboard"
:
{
"tooltip"
:
false
,
"on-click"
:
"cliphist list | wofi --dmenu | cliphist decode | wl-copy"
,
"on-click"
:
"pkill wofi || cliphist list | wofi --dmenu | cliphist decode | wl-copy"
,
"on-click-right"
:
"rm -f ~/.cache/cliphist/db"
,
"format"
:
" "
},
"backlight"
:
{
...
...
@@ -73,8 +74,6 @@
"tooltip-format"
:
"{desc}"
,
"format-icons"
:
{
"headphone"
:
" "
,
"phone"
:
" "
,
"portable"
:
" "
,
"default"
:
[
" "
,
" "
,
...
...
@@ -130,7 +129,7 @@
"states"
:
{
"good"
:
95
,
"warning"
:
30
,
"critical"
:
20
"critical"
:
15
},
"format"
:
"{icon} {capacity}%"
,
"rotate"
:
0
,
...
...
@@ -156,12 +155,11 @@
"tooltip-format"
:
"<tt><big>{calendar}</big></tt>"
,
"on-click"
:
"swaync-client -t -sw"
,
"calendar"
:
{
"mode"
:
"month
s
"
,
"mode"
:
"month"
,
"weeks-pos"
:
"right"
,
"on-scroll"
:
1
,
"format"
:
{
"months"
:
"<span color='#
ffead3
'><b>{}</b></span>"
,
"days"
:
"<span color='#
ecc6d9
'><b>{}</b></span>"
,
"months"
:
"<span color='#
D8E9DE
'><b>{}</b></span>"
,
"days"
:
"<span color='#
D8E9DE
'><b>{}</b></span>"
,
"weeks"
:
"<span color='#99ffdd'><b>W{}</b></span>"
,
"weekdays"
:
"<span color='#ffcc66'><b>{}</b></span>"
,
"today"
:
"<span color='#ff6699'><b><u>{}</u></b></span>"
...
...
@@ -192,4 +190,4 @@
"format"
:
" "
,
"tooltip"
:
false
}
}
\ No newline at end of file
}
skel/skel/.config/waybar/style-dark.css
View file @
30d6968a
...
...
@@ -49,7 +49,7 @@
window
#waybar
{
border
:
1px
solid
@
border
;
transition-property
:
background-color
;
transition-duration
:
0.
5
s
;
transition-duration
:
0.
8
s
;
background-color
:
@
bg
;
border-radius
:
15px
;
}
...
...
skel/skel/.config/waybar/style.css
View file @
30d6968a
...
...
@@ -49,7 +49,7 @@
window
#waybar
{
border
:
2px
solid
@
border
;
transition-property
:
background-color
;
transition-duration
:
0.
5
s
;
transition-duration
:
0.
8
s
;
background-color
:
@
bg
;
border-radius
:
15px
;
}
...
...
skel/skel/.config/wlogout/layout
View file @
30d6968a
{
"label" : "lock",
"action" : "
loginctl lock-session
",
"action" : "
gtklock
",
"text": "Заблокировать"
}
...
...
skel/skel/.config/wlogout/style.css
View file @
30d6968a
...
...
@@ -28,28 +28,28 @@ button:focus, button:active, button:hover {
#lock
{
border-radius
:
15px
0px
0px
0px
;
background-image
:
image
(
url("/usr/share/wlogout/icons/lock.png")
,
url("/usr/local/share/wlogout/icons/lock.png")
);
background-image
:
image
(
url("/usr/share/wlogout/icons/lock.png")
);
}
#logout
{
background-image
:
image
(
url("/usr/share/wlogout/icons/logout.png")
,
url("/usr/local/share/wlogout/icons/logout.png")
);
background-image
:
image
(
url("/usr/share/wlogout/icons/logout.png")
);
}
#suspend
{
border-radius
:
0px
15px
0px
0px
;
background-image
:
image
(
url("/usr/share/wlogout/icons/suspend.png")
,
url("/usr/local/share/wlogout/icons/suspend.png")
);
background-image
:
image
(
url("/usr/share/wlogout/icons/suspend.png")
);
}
#hibernate
{
border-radius
:
0px
0px
0px
15px
;
background-image
:
image
(
url("/usr/share/wlogout/icons/hibernate.png")
,
url("/usr/local/share/wlogout/icons/hibernate.png")
);
background-image
:
image
(
url("/usr/share/wlogout/icons/hibernate.png")
);
}
#shutdown
{
background-image
:
image
(
url("/usr/share/wlogout/icons/shutdown.png")
,
url("/usr/local/share/wlogout/icons/shutdown.png")
);
background-image
:
image
(
url("/usr/share/wlogout/icons/shutdown.png")
);
}
#reboot
{
border-radius
:
0px
0px
15px
0px
;
background-image
:
image
(
url("/usr/share/wlogout/icons/reboot.png")
,
url("/usr/local/share/wlogout/icons/reboot.png")
);
background-image
:
image
(
url("/usr/share/wlogout/icons/reboot.png")
);
}
skel/skel/.config/wofi/config
View file @
30d6968a
...
...
@@ -11,6 +11,6 @@ orientation=vertical
content_halign=fill
insensitive=true
allow_images=true
image_size=3
5
image_size=3
2
gtk_dark=true
layer=overlay
skel/skel/.config/wofi/style.css
View file @
30d6968a
window
{
margin
:
0px
;
border
:
2px
solid
#
5D12F3
;
border
:
2px
solid
#
7E01FF
;
background-color
:
#0B0E1D
;
border-radius
:
1
8
px
;
border-radius
:
1
5
px
;
}
#input
{
...
...
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