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
1
Merge Requests
1
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
8654a0c6
Verified
Commit
8654a0c6
authored
May 15, 2026
by
Kirill Unitsaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configs/hyprland: update waybar
parent
431c800e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
421 additions
and
572 deletions
+421
-572
config
configs/hyprland/waybar/config
+8
-10
modules.json
configs/hyprland/waybar/modules.json
+220
-228
style-dark.css
configs/hyprland/waybar/style-dark.css
+56
-183
style.css
configs/hyprland/waybar/style.css
+137
-151
No files found.
configs/hyprland/waybar/config
View file @
8654a0c6
{
"layer": "top",
"position": "top",
"margin-left":
12
,
"margin-left":
8
,
"margin-top": 5,
"margin-right":
12
,
"margin-right":
8
,
"height": 36,
"spacing": 4,
"exclusive": true,
"gtk-layer-shell": true,
"passthrough": false,
"fixed-center": true,
"reload_style_on_change": true,
"include": [
"/etc/ximperdistro/hyprland/waybar/modules.json"
],
"modules-left": [
"image#menu",
"hyprland/workspaces",
"tray",
"hyprland/window",
"tray"
],
"modules-center": [
"c
ustom/media",
"c
lock"
],
"modules-right": [
"idle_inhibitor",
"custom/clipboard",
"custom/media#mini",
"hyprland/language",
"hyprland/submap",
"group/volume",
"battery",
"network",
"bluetooth",
"battery",
"backlight",
"group/notification",
"custom/notification",
]
}
configs/hyprland/waybar/modules.json
View file @
8654a0c6
{
"image#menu"
:
{
"path"
:
"/usr/share/pixmaps/ximperlinux.svg"
,
"size"
:
20
,
"on-click"
:
"pkill wofi || wofi --show drun -x 5 -y 10 --height 35% --width 20%"
},
"custom/clipboard"
:
{
"tooltip"
:
false
,
"on-click"
:
"pkill wofi || cliphist-wofi --location 3 -x -33 -y 10 --height 35% --width 25% | wl-copy"
,
"on-click-right"
:
"rm -f ~/.cache/cliphist/db"
,
"format"
:
""
},
"hyprland/workspaces"
:
{
"active-only"
:
false
,
"all-outputs"
:
true
,
"format"
:
"{icon}"
,
"show-special"
:
true
,
"on-click"
:
"activate"
,
"on-scroll-up"
:
"hyprctl dispatch workspace e+1"
,
"on-scroll-down"
:
"hyprctl dispatch workspace e-1"
,
"format-icons"
:
{
"default"
:
""
,
}
},
"hyprland/window"
:
{
"format"
:
"{title}"
,
"icon"
:
"true"
},
"tray"
:
{
"icon-size"
:
18
,
"show-passive-items"
:
true
,
"spacing"
:
10
},
"custom/media"
:
{
"format"
:
"{icon} {0}"
,
"return-type"
:
"json"
,
"format-icons"
:
{
"Playing"
:
""
,
"Paused"
:
""
},
"max-length"
:
50
,
"exec"
:
"playerctl -a metadata --format '{
\"
text
\"
:
\"
{{artist}} - {{markup_escape(title)}}
\"
,
\"
tooltip
\"
:
\"
{{playerName}} : {{markup_escape(title)}}
\"
,
\"
alt
\"
:
\"
{{status}}
\"
,
\"
class
\"
:
\"
{{status}}
\"
}' -F"
,
"on-click"
:
"playerctl play-pause"
,
"on-scroll-up"
:
"playerctl next"
,
"on-scroll-down"
:
"playerctl previous"
},
"idle_inhibitor"
:
{
"format"
:
"{icon}"
,
"format-icons"
:
{
"activated"
:
""
,
"deactivated"
:
""
},
"tooltip-format-activated"
:
"Кофеин: активен
\n
Режим ожидания: отключен"
,
"tooltip-format-deactivated"
:
"Кофеин: отключен
\n
Режим ожидания: активен"
},
"hyprland/language"
:
{
"format"
:
"{}"
,
"format-en"
:
"EN"
,
"format-ru"
:
"RU"
,
"on-scroll-up"
:
"hyprctl switchxkblayout all next"
,
"on-scroll-down"
:
"hyprctl switchxkblayout all prev"
,
},
"hyprland/submap"
:
{
"format"
:
"{}"
,
"on-click"
:
"hyprctl dispatch submap reset"
,
"always-on"
:
"true"
,
"default-submap"
:
"reset"
,
},
"pulseaudio#volume"
:
{
"image#menu"
:
{
"path"
:
"/usr/share/pixmaps/ximperlinux.svg"
,
"size"
:
18
,
"on-click"
:
"pkill wofi || wofi --show drun -x 8 -y 10 --height 35% --width 25%"
},
"hyprland/workspaces"
:
{
"active-only"
:
false
,
"all-outputs"
:
false
,
"format"
:
"{name}"
,
"show-special"
:
true
,
"on-click"
:
"activate"
,
"on-scroll-up"
:
"hyprctl dispatch workspace e+1"
,
"on-scroll-down"
:
"hyprctl dispatch workspace e-1"
,
},
"hyprland/window"
:
{
"format"
:
"{title}"
,
"icon"
:
"true"
,
"icon-size"
:
16
,
"max-length"
:
30
,
},
"hyprland/windowcount"
:
{
"format"
:
"{}"
,
"separate-outputs"
:
true
},
"hyprland/language"
:
{
"format"
:
"{}"
,
"format-en"
:
"EN"
,
"format-ru"
:
"RU"
,
"on-scroll-up"
:
"hyprctl switchxkblayout all next"
,
"on-scroll-down"
:
"hyprctl switchxkblayout all prev"
,
},
"hyprland/submap"
:
{
"format"
:
"{}"
,
"on-click"
:
"hyprctl dispatch submap reset"
,
"always-on"
:
"true"
,
"default-submap"
:
"reset"
,
},
"tray"
:
{
"icon-size"
:
15
,
"show-passive-items"
:
true
,
"spacing"
:
8
},
"custom/media"
:
{
"format"
:
"{icon} {0}"
,
"return-type"
:
"json"
,
"format-icons"
:
{
"Playing"
:
""
,
"Paused"
:
""
},
"max-length"
:
50
,
"exec"
:
"playerctl -a metadata --format '{
\"
text
\"
:
\"
{{artist}} - {{markup_escape(title)}}
\"
,
\"
tooltip
\"
:
\"
{{playerName}} : {{markup_escape(title)}}
\"
,
\"
alt
\"
:
\"
{{status}}
\"
,
\"
class
\"
:
\"
{{status}}
\"
}' -F"
,
"on-click"
:
"playerctl play-pause"
,
"on-scroll-up"
:
"playerctl next"
,
"on-scroll-down"
:
"playerctl previous"
},
"custom/media#mini"
:
{
"format"
:
"{icon} {0}"
,
"return-type"
:
"json"
,
"format-icons"
:
{
"Playing"
:
""
,
"Paused"
:
""
},
"max-length"
:
30
,
"exec"
:
"playerctl -a metadata --format '{
\"
text
\"
:
\"
{{markup_escape(title)}}
\"
,
\"
tooltip
\"
:
\"
{{playerName}} : {{markup_escape(artist)}} - {{markup_escape(title)}}
\"
,
\"
alt
\"
:
\"
{{status}}
\"
,
\"
class
\"
:
\"
{{status}}
\"
}' -F"
,
"on-click"
:
"playerctl play-pause"
,
"on-scroll-up"
:
"playerctl next"
,
"on-scroll-down"
:
"playerctl previous"
},
"idle_inhibitor"
:
{
"format"
:
"{icon}"
,
"format-icons"
:
{
"activated"
:
""
,
"deactivated"
:
""
},
"tooltip-format-activated"
:
"Кофеин: активен
\n
Режим ожидания: отключен"
,
"tooltip-format-deactivated"
:
"Кофеин: отключен
\n
Режим ожидания: активен"
},
"pulseaudio#volume"
:
{
"scroll-step"
:
5
,
"format"
:
"{icon} {volume}%"
,
"format-bluetooth"
:
" {icon} {volume}%"
,
"format-muted"
:
" Мут
"
,
"tooltip-format"
:
"{desc}"
,
"format-icons"
:
{
"headphone"
:
"
"
,
"default"
:
[
""
,
""
,
"
"
]
},
"on-click"
:
"
pwvucontrol"
,
"on-click-right"
:
"wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
},
"pulseaudio#microphone"
:
{
"format"
:
"{format_source}"
,
"format-source"
:
" {volume}%"
,
"format-source-muted"
:
" Мут
"
,
"on-click"
:
"
pwvucontrol"
,
"on-click-right"
:
"wpctl set-mute @DEFAULT_SOURCE@ toggle"
,
"on-scroll-up"
:
"wpctl set-volume @DEFAULT_SOURCE@ 10%+ -l 1.0"
,
"format"
:
"{icon} {volume}%"
,
"format-bluetooth"
:
" {icon} {volume}%"
,
"format-muted"
:
"
"
,
"tooltip-format"
:
"{desc}"
,
"format-icons"
:
{
"headphone"
:
"
"
,
"default"
:
[
""
,
""
,
"
"
]
},
"on-click"
:
"hyprctl dispatch exec
pwvucontrol"
,
"on-click-right"
:
"wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
},
"pulseaudio#microphone"
:
{
"format"
:
"{format_source}"
,
"format-source"
:
" {volume}%"
,
"format-source-muted"
:
"
"
,
"on-click"
:
"hyprctl dispatch exec '[size 820 400; move 100%-840 4%]'
pwvucontrol"
,
"on-click-right"
:
"wpctl set-mute @DEFAULT_SOURCE@ toggle"
,
"on-scroll-up"
:
"wpctl set-volume @DEFAULT_SOURCE@ 10%+ -l 1.0"
,
"on-scroll-down"
:
"wpctl set-volume @DEFAULT_SOURCE@ 10%- -l 1.0"
,
"tooltip-format"
:
"{source_desc}"
},
"group/volume"
:
{
"orientation"
:
"horizontal"
,
"modules"
:
[
"pulseaudio#volume"
,
"pulseaudio#microphone"
,
]
},
"tooltip-format"
:
"{source_desc}"
},
"network"
:
{
"tooltip"
:
true
,
"format-wifi"
:
" {signalStrength}%"
,
"rotate"
:
0
,
"format-ethernet"
:
" {signalStrength}%"
,
"format-linked"
:
" {ifname} (No IP)"
,
"format-disconnected"
:
" "
,
"tooltip-format-disconnected"
:
"Нет соединения"
,
"format-alt"
:
"<span foreground='#90ceaa'> {bandwidthDownBytes}</span> <span foreground='#dd6777'> {bandwidthUpBytes}</span>"
,
"interval"
:
2
,
"on-click-right"
:
"kitty --class nmtui nmtui"
},
"tooltip"
:
true
,
"format-wifi"
:
" "
,
"rotate"
:
0
,
"format-ethernet"
:
""
,
"format-linked"
:
" (No IP)"
,
"format-disconnected"
:
" "
,
"tooltip-format-disconnected"
:
"Нет соединения"
,
"format-alt"
:
"<span foreground='#90ceaa'> {bandwidthDownBytes}</span> <span foreground='#dd6777'> {bandwidthUpBytes}</span>"
,
"interval"
:
2
},
"bluetooth"
:
{
"format"
:
""
,
"format-disabled"
:
""
,
"format-on"
:
""
,
"format-off"
:
""
,
"format-disconnected"
:
""
,
"format-connected"
:
" {num_connections}"
,
"tooltip"
:
true
,
"tooltip-format"
:
""
,
"tooltip-format-disabled"
:
" Отключено"
,
"tooltip-format-off"
:
" Выключено"
,
"tooltip-format-connected"
:
"{device_enumerate}"
,
"tooltip-format-enumerate-connected"
:
" {device_alias} {device_battery_percentage}%"
,
"on-click-right"
:
"blueman-manager"
},
"battery"
:
{
"states"
:
{
"good"
:
95
,
"warning"
:
30
,
"critical"
:
15
},
"format"
:
"{icon} {capacity}%"
,
"rotate"
:
0
,
"format-charging"
:
" {capacity}%"
,
"format-plugged"
:
" {capacity}%"
,
"format-alt"
:
"{time} {icon}"
,
"format-icons"
:
[
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
]
},
"backlight"
:
{
"format"
:
"{icon} {percent}%"
,
"format-icons"
:
[
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
],
"on-scroll-up"
:
"brightnessctl s +5%"
,
"on-scroll-down"
:
"brightnessctl s 5%-"
},
"clock"
:
{
"format"
:
"{:%H:%M}"
,
"tooltip-format"
:
"<tt><big>{calendar}</big></tt>"
,
"format-alt"
:
"{:%Y-%m-%d}"
,
"calendar"
:
{
"mode"
:
"month"
,
"weeks-pos"
:
"left"
,
"format"
:
{
"months"
:
"<span color='#d0d3d8'><b>{}</b></span>"
,
"days"
:
"<span color='#cbced3'><b>{}</b></span>"
,
"weeks"
:
"<span color='#95d3af'><b>W{}</b></span>"
,
"weekdays"
:
"<span color='#98d3ee'><b>{}</b></span>"
,
"today"
:
"<span color='#e26c7c'><b><u>{}</u></b></span>"
}
}
},
"custom/notification"
:
{
"format"
:
"{} {icon}"
,
"format-icons"
:
{
"notification"
:
" <span foreground='red'><sup></sup></span>"
,
"none"
:
" "
,
"dnd-notification"
:
" <span foreground='red'><sup></sup></span>"
,
"dnd-none"
:
" "
,
"inhibited-notification"
:
" <span foreground='red'><sup></sup></span>"
,
"inhibited-none"
:
" "
,
"dnd-inhibited-notification"
:
" <span foreground='red'><sup></sup></span>"
,
"dnd-inhibited-none"
:
" "
},
"return-type"
:
"json"
,
"exec-if"
:
"which swaync-client"
,
"exec"
:
"swaync-client -swb"
,
"on-click"
:
"swaync-client -t -sw"
,
"on-click-right"
:
"swaync-client -d -sw"
,
"escape"
:
true
},
"group/notification"
:
{
"orientation"
:
"horizontal"
,
"modules"
:
[
"clock"
,
"custom/notification"
,
]
},
"format"
:
""
,
"format-disabled"
:
""
,
"format-on"
:
""
,
"format-off"
:
""
,
"format-disconnected"
:
""
,
"format-connected"
:
" {num_connections}"
,
"tooltip"
:
true
,
"tooltip-format"
:
""
,
"tooltip-format-disabled"
:
" Отключено"
,
"tooltip-format-on"
:
" Включено"
,
"tooltip-format-off"
:
" Выключено"
,
"tooltip-format-connected"
:
"{device_enumerate}"
,
"tooltip-format-enumerate-connected"
:
" {device_alias} {device_battery_percentage}%"
,
"on-click-right"
:
"hyprctl dispatch exec '[size 530 350; move 100%-550 4%]' blueman-manager"
},
"battery"
:
{
"states"
:
{
"good"
:
95
,
"warning"
:
30
,
"critical"
:
15
},
"format"
:
"{icon} {capacity}%"
,
"rotate"
:
0
,
"format-charging"
:
" {capacity}%"
,
"format-plugged"
:
" {capacity}%"
,
"format-icons"
:
[
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
]
},
"backlight"
:
{
"format"
:
"{icon} {percent}%"
,
"format-icons"
:
[
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
],
"on-scroll-up"
:
"brightnessctl s +5%"
,
"on-scroll-down"
:
"brightnessctl s 5%-"
},
"clock"
:
{
"format"
:
"{:%H:%M}"
,
"tooltip-format"
:
"<tt><big>{calendar}</big></tt>"
,
"format-alt"
:
"{:%Y-%m-%d}"
,
"calendar"
:
{
"mode"
:
"month"
,
"weeks-pos"
:
"left"
,
"format"
:
{
"months"
:
"<span color='#d0d3d8'><b>{}</b></span>"
,
"days"
:
"<span color='#cbced3'><b>{}</b></span>"
,
"weeks"
:
"<span color='#95d3af'><b>W{}</b></span>"
,
"weekdays"
:
"<span color='#98d3ee'><b>{}</b></span>"
,
"today"
:
"<span color='#e26c7c'><b><u>{}</u></b></span>"
}
}
},
"custom/notification"
:
{
"format"
:
"{icon} {0}"
,
"format-icons"
:
{
"notification"
:
"<span foreground='red'><sup></sup></span>"
,
"none"
:
""
,
"dnd-notification"
:
"<span foreground='red'><sup></sup></span>"
,
"dnd-none"
:
""
,
"inhibited-notification"
:
"<span foreground='red'><sup></sup></span>"
,
"inhibited-none"
:
""
,
"dnd-inhibited-notification"
:
"<span foreground='red'><sup></sup></span>"
,
"dnd-inhibited-none"
:
""
},
"return-type"
:
"json"
,
"exec-if"
:
"which ximper-shell-notification-center-client"
,
"exec"
:
"ximper-shell-notification-center-client -swb"
,
"on-click"
:
"ximper-shell-notification-center-client -t -sw"
,
"on-click-right"
:
"ximper-shell-notification-center-client -d -sw"
,
"escape"
:
true
},
"cpu"
:
{
"interval"
:
1
,
"format"
:
" {usage}%"
,
"tooltip-format"
:
"{usage}"
},
"memory"
:
{
"interval"
:
1
,
"format"
:
" {}%"
,
"tooltip-format"
:
"memory: {used:0.1f}/{total:0.1f} GiB
\n
SWAP: {swapUsed:0.1f}/{swapTotal:0.1f} GiB"
},
//
----------
ГРУППЫ
----
GROUPS
"group/volume"
:
{
"orientation"
:
"horizontal"
,
"modules"
:
[
"pulseaudio#volume"
,
"pulseaudio#microphone"
,
]
}
}
configs/hyprland/waybar/style-dark.css
View file @
8654a0c6
*
{
min-height
:
0
;
font-size
:
1
2
px
;
font-family
:
FiraCode
Nerd
Font
;
font-weight
:
5
00
;
font-size
:
1
4
px
;
font-family
:
Evolventa-Regular
,
FiraCode
Nerd
Font
;
font-weight
:
7
00
;
}
window
#waybar
{
...
...
@@ -10,231 +10,104 @@ window#waybar {
}
#image
,
#workspaces
,
#tray
,
#window
,
#custom-media
,
#idle_inhibitor
,
#custom-clipboard
,
#language
,
#submap
,
#volume
,
#notification
,
#network
,
#bluetooth
,
#battery
,
#backlight
{
background-color
:
@
bg
;
.module
{
background-color
:
@
selected_bg
;
min-height
:
0
;
border-radius
:
15px
;
margin
:
2px
5px
0px
0px
;
color
:
@
text
;
border-radius
:
20px
;
margin
:
3px
0
;
padding
:
0px
10px
;
color
:
@
text
;
border
:
none
;
}
#image
{
border-radius
:
15px
;
padding
:
0px
10px
;
}
#image
:hover
{
.module
:hover
{
background-color
:
@
selected_bg
;
}
#custom-clipboard
{
padding
:
0px
15px
;
font-size
:
12px
;
}
#custom-clipboard
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
.horizontal
>
widget
>
box
.horizontal
>
widget
>
.module
{
margin
:
3px
0
;
}
#workspaces
{
padding
:
0px
6
px
;
background-color
:
@
bg
;
border
:
none
;
.horizontal
>
widget
>
box
.horizontal
>
widget
:first-child
>
.module
{
border-radius
:
20px
0
0
20
px
;
margin
:
3px
0
;
padding
:
0
5px
0
10px
;
}
#workspaces
:hover
{
background-color
:
@
selected_bg
;
.horizontal
>
widget
>
box
.horizontal
>
widget
:not
(
:first-child
)
:not
(
:last-child
)
>
.module
{
border-radius
:
0
;
margin
:
3px
0
;
padding
:
0
5px
;
}
#workspaces
button
{
padding
:
0px
;
margin
:
5px
0px
;
color
:
@
selected_text
;
.horizontal
>
widget
>
box
.horizontal
>
widget
:last-child
>
.module
{
border-radius
:
0
20px
20px
0
;
margin
:
3px
0
;
padding
:
0
10px
0
5px
;
}
#workspaces
button
.special
{
margin
:
5px
5px
;
padding
:
0px
10px
0px
8px
;
border-radius
:
15px
;
border
:
2px
solid
@
selected_text
;
#workspaces
{
padding
:
0
;
}
#workspaces
button
.special.active
{
color
:
@
border
;
border
:
2px
solid
@
border
;
#workspaces
button
{
color
:
@
text
;
margin
:
3px
;
padding
:
0
2px
;
border-radius
:
20px
;
transition
:
padding
,
background
200ms
ease-in-out
100ms
;
}
#workspaces
button
:hover
{
color
:
@
text
;
background-color
:
@
bg
;
padding
:
0
10px
;
}
#workspaces
button
.active
{
color
:
@
border
;
background
:
alpha
(
@
accent
,
.7
);
padding
:
0
10px
;
}
#workspaces
button
.urgent
{
color
:
@
success
;
padding
:
0px
10px
0px
8px
;
border-radius
:
15px
;
border
:
2px
solid
@
success
;
background
:
alpha
(
@
urgent
,
.7
);
padding
:
0
10px
;
}
#
tray
{
padding
:
0px
10
px
;
#
workspaces
button
.special
{
padding
:
0px
5
px
;
}
#
tray
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
#
workspaces
button
.special.active
{
background
:
alpha
(
@
accent
,
.7
)
;
padding
:
0px
5px
;
}
#tray
menu
{
background-color
:
@
bg
;
#workspaces
button
.special.urgent
{
background
:
alpha
(
@
urgent
,
.7
);
padding
:
0px
5px
;
}
#window
{
padding
:
0px
10px
;
#tray
menu
{
background-color
:
@
bg
;
border
:
none
;
}
#window
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
window
#waybar
.empty
#window
{
background-color
:
transparent
;
}
#custom-media
{
padding
:
0px
15px
;
}
#custom-media
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#idle_inhibitor
{
padding
:
0px
15px
;
font-size
:
12px
;
}
#idle_inhibitor
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#language
{
padding
:
0px
15px
;
}
#language
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#submap
{
padding
:
0px
15px
;
}
#submap
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#pulseaudio
.volume
{
margin
:
2px
0px
2px
0px
;
border-radius
:
12px
0px
0px
12px
;
padding
:
0px
7px
0px
14px
;
}
#pulseaudio
.microphone
{
margin
:
2px
0px
2px
0px
;
border-radius
:
0px
12px
12px
0px
;
padding
:
0px
14px
0px
7px
;
}
#pulseaudio
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
padding
:
0px
10px
0px
7px
;
}
#pulseaudio
.volume.muted
{
color
:
@
unfocused
;
}
#pulseaudio
.microphone.source-muted
{
color
:
@
unfocused
;
}
#network
{
padding
:
0px
15px
;
}
#network
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#bluetooth
{
padding
:
0px
15px
;
}
#bluetooth
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#battery
{
padding
:
0px
15px
;
}
#battery
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#backlight
{
padding
:
0px
15px
;
}
#backlight
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#clock
{
margin
:
2px
0px
2px
0px
;
border-radius
:
12px
0px
0px
12px
;
padding
:
0px
7px
0px
14px
;
}
#clock
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#custom-notification
{
margin
:
2px
0px
2px
0px
;
border-radius
:
0px
12px
12px
0px
;
padding
:
0px
14px
0px
7px
;
}
#custom-notification
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
window
#waybar
.empty
#window
{
background-color
:
transparent
;
}
tooltip
{
border-radius
:
12
px
;
background
:
alpha
(
@
bg
,
0.80
)
;
border-radius
:
20
px
;
background
:
@
bg
;
color
:
@
text
}
tooltip
label
{
color
:
@
text
}
configs/hyprland/waybar/style.css
View file @
8654a0c6
*
{
min-height
:
0
;
font-size
:
1
2
px
;
font-family
:
FiraCode
Nerd
Font
;
font-weight
:
5
00
;
font-size
:
1
4
px
;
font-family
:
Evolventa-Regular
,
FiraCode
Nerd
Font
;
font-weight
:
7
00
;
}
window
#waybar
{
...
...
@@ -10,231 +10,217 @@ window#waybar {
}
#image
,
#workspaces
,
#tray
,
#window
,
#custom-media
,
#idle_inhibitor
,
#custom-clipboard
,
#language
,
#submap
,
#volume
,
#notification
,
#network
,
#bluetooth
,
#battery
,
#backlight
{
background-color
:
@
bg
;
.module
{
background-color
:
@
selected_bg
;
min-height
:
0
;
border-radius
:
15px
;
margin
:
2px
5px
0px
0px
;
color
:
@
text
;
border-radius
:
20px
;
margin
:
3px
0
;
padding
:
0px
10px
;
color
:
@
text
;
border
:
none
;
}
#image
{
border-radius
:
15px
;
padding
:
0px
10px
;
}
#image
:hover
{
.module
:hover
{
background-color
:
@
selected_bg
;
}
#custom-clipboard
{
padding
:
0px
15px
;
font-size
:
12px
;
}
#custom-clipboard
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
.horizontal
>
widget
>
box
.horizontal
>
widget
>
.module
{
margin
:
3px
0
;
}
#workspaces
{
padding
:
0px
6
px
;
background-color
:
@
bg
;
border
:
none
;
.horizontal
>
widget
>
box
.horizontal
>
widget
:first-child
>
.module
{
border-radius
:
20px
0
0
20
px
;
margin
:
3px
0
;
padding
:
0
5px
0
10px
;
}
#workspaces
:hover
{
background-color
:
@
selected_bg
;
.horizontal
>
widget
>
box
.horizontal
>
widget
:not
(
:first-child
)
:not
(
:last-child
)
>
.module
{
border-radius
:
0
;
margin
:
3px
0
;
padding
:
0
5px
;
}
#workspaces
button
{
padding
:
0px
;
margin
:
5px
0px
;
color
:
@
selected_text
;
.horizontal
>
widget
>
box
.horizontal
>
widget
:last-child
>
.module
{
border-radius
:
0
20px
20px
0
;
margin
:
3px
0
;
padding
:
0
10px
0
5px
;
}
#workspaces
button
.special
{
margin
:
5px
5px
;
padding
:
0px
10px
0px
8px
;
border-radius
:
15px
;
border
:
2px
solid
@
selected_text
;
#workspaces
{
padding
:
0
;
}
#workspaces
button
.special.active
{
color
:
@
border
;
border
:
2px
solid
@
border
;
#workspaces
button
{
color
:
@
text
;
margin
:
3px
;
padding
:
0
2px
;
border-radius
:
20px
;
transition
:
padding
,
background
200ms
ease-in-out
100ms
;
}
#workspaces
button
:hover
{
color
:
@
text
;
background-color
:
@
bg
;
padding
:
0
10px
;
}
#workspaces
button
.active
{
color
:
@
border
;
background
:
alpha
(
@
accent
,
.7
);
padding
:
0
10px
;
}
#workspaces
button
.urgent
{
color
:
@
success
;
padding
:
0px
10px
0px
8px
;
border-radius
:
15px
;
border
:
2px
solid
@
success
;
background
:
alpha
(
@
urgent
,
.7
);
padding
:
0
10px
;
}
#
tray
{
padding
:
0px
10
px
;
#
workspaces
button
.special
{
padding
:
0px
5
px
;
}
#
tray
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
#
workspaces
button
.special.active
{
background
:
alpha
(
@
accent
,
.7
)
;
padding
:
0px
5px
;
}
#workspaces
button
.special.urgent
{
background
:
alpha
(
@
urgent
,
.7
);
padding
:
0px
5px
;
}
#tray
menu
{
background-color
:
@
bg
;
}
#window
{
padding
:
0px
10px
;
background-color
:
@
bg
;
border
:
none
;
#idle_inhibitor
{
padding
:
0px
10px
0px
7px
;
}
#window
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
#pulseaudio
.volume.muted
{
color
:
@
unfocused
;
}
#pulseaudio
.microphone.source-muted
{
color
:
@
unfocused
;
}
window
#waybar
.empty
#window
{
background-color
:
transparent
;
}
#custom-media
{
padding
:
0px
15px
;
tooltip
{
border-radius
:
20px
;
background
:
@
bg
;
color
:
@
text
}
#custom-media
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
tooltip
label
{
color
:
@
text
}
*
{
min-height
:
0
;
font-size
:
14px
;
font-family
:
Evolventa-Regular
,
FiraCode
Nerd
Font
;
font-weight
:
700
;
}
window
#waybar
{
background
:
none
;
}
#idle_inhibitor
{
padding
:
0px
15px
;
font-size
:
12px
;
}
#idle_inhibitor
:hover
{
color
:
@
selected_text
;
.module
{
background-color
:
@
selected_bg
;
min-height
:
0
;
border-radius
:
20px
;
margin
:
3px
0
;
padding
:
0px
10px
;
color
:
@
text
;
border
:
none
;
}
#language
{
padding
:
0px
15px
;
}
#language
:hover
{
color
:
@
selected_text
;
.module
:hover
{
background-color
:
@
selected_bg
;
}
#submap
{
padding
:
0px
15px
;
}
#submap
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
.horizontal
>
widget
>
box
.horizontal
>
widget
>
.module
{
margin
:
3px
0
;
}
#pulseaudio
.volume
{
margin
:
2px
0px
2px
0px
;
border-radius
:
12px
0px
0px
12px
;
padding
:
0px
7px
0px
14px
;
}
#pulseaudio
.microphone
{
margin
:
2px
0px
2px
0px
;
border-radius
:
0px
12px
12px
0px
;
padding
:
0px
14px
0px
7px
;
.horizontal
>
widget
>
box
.horizontal
>
widget
:first-child
>
.module
{
border-radius
:
20px
0
0
20px
;
margin
:
3px
0
;
padding
:
0
5px
0
10px
;
}
#pulseaudio
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
.horizontal
>
widget
>
box
.horizontal
>
widget
:not
(
:first-child
)
:not
(
:last-child
)
>
.module
{
border-radius
:
0
;
margin
:
3px
0
;
padding
:
0
5px
;
}
#pulseaudio
.volume.muted
{
color
:
@
unfocused
;
.horizontal
>
widget
>
box
.horizontal
>
widget
:last-child
>
.module
{
border-radius
:
0
20px
20px
0
;
margin
:
3px
0
;
padding
:
0
10px
0
5px
;
}
#
pulseaudio
.microphone.source-muted
{
color
:
@
unfocused
;
#
workspaces
{
padding
:
0
;
}
#
network
{
padding
:
0px
15px
;
}
#network
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
#
workspaces
button
{
color
:
@
text
;
margin
:
3px
;
padding
:
0
2px
;
border-radius
:
20px
;
transition
:
padding
,
background
200ms
ease-in-out
100ms
;
}
#bluetooth
{
padding
:
0px
15px
;
}
#bluetooth
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
#workspaces
button
:hover
{
padding
:
0
10px
;
}
#battery
{
padding
:
0px
15px
;
#workspaces
button
.active
{
background
:
alpha
(
@
accent
,
.7
);
padding
:
0
10px
;
}
#
battery
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
#
workspaces
button
.urgent
{
background
:
alpha
(
@
urgent
,
.7
)
;
padding
:
0
10px
;
}
#
backlight
{
padding
:
0px
1
5px
;
#
workspaces
button
.special
{
padding
:
0px
5px
;
}
#backlight
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
#workspaces
button
.special.active
{
background
:
alpha
(
@
accent
,
.7
);
padding
:
0px
5px
;
}
#workspaces
button
.special.urgent
{
background
:
alpha
(
@
urgent
,
.7
);
padding
:
0px
5px
;
}
#clock
{
margin
:
2px
0px
2px
0px
;
border-radius
:
12px
0px
0px
12px
;
padding
:
0px
7px
0px
14px
;
#tray
menu
{
background-color
:
@
bg
;
}
#clock
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
#idle_inhibitor
{
padding
:
0px
10px
0px
7px
;
}
#custom-notification
{
margin
:
2px
0px
2px
0px
;
border-radius
:
0px
12px
12px
0px
;
padding
:
0px
14px
0px
7px
;
#pulseaudio
.volume.muted
{
color
:
@
unfocused
;
}
#custom-notification
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
#pulseaudio
.microphone.source-muted
{
color
:
@
unfocused
;
}
window
#waybar
.empty
#window
{
background-color
:
transparent
;
}
tooltip
{
border-radius
:
12
px
;
background
:
alpha
(
@
bg
,
0.80
)
;
border-radius
:
20
px
;
background
:
@
bg
;
color
:
@
text
}
tooltip
label
{
color
:
@
text
}
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