chore: waybar and dunst style

This commit is contained in:
hesam-init 2024-02-19 21:52:44 +03:30
parent 40ccfa7182
commit 08a3768272
4 changed files with 21 additions and 15 deletions

View file

@ -246,7 +246,7 @@
# corners.
# The radius will be automatically lowered if it exceeds half of the
# notification height to avoid clipping text and/or icons.
corner_radius = 5
corner_radius = 10
# Ignore the dbus closeNotification message.
# Useful to enforce the timeout set by dunst configuration. Without this

View file

@ -1,20 +1,19 @@
{
"layer": "top",
"position": "top",
"height": 30,
"height": 24,
"spacing": 5,
"margin-top": 8,
"margin-bottom": 4,
"margin-bottom": 2,
"margin-left": 4,
"margin-right": 4,
"modules-right": [
"wireplumber",
"clock",
"hyprland/language",
"custom/power"
"clock"
],
"modules-left": [
// "custom/launcher",
"custom/launcher",
"hyprland/workspaces",
"custom/media"
// "wlr/taskbar"
@ -23,8 +22,8 @@
"battery",
"cpu",
"memory",
"network#network-2",
"network"
"network#network-2"
// "network"
// "pulseaudio"
// "custom/snip"
// "custom/updater",
@ -51,7 +50,8 @@
"spacing": 10
},
"clock": {
"format": "{:%H : %M} ",
"interval": 1,
"format": "{:%H:%M:%S}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
},
"pulseaudio": {

View file

@ -1,4 +1,4 @@
@import "../../../.config/hypr-theme/global.css";
@import "../../../.config/hypr-theme/waybar/global.css";
* {
border: none;
@ -56,6 +56,7 @@ window#waybar.hidden {
#custom-updater,
#custom-snip,
#custom-wallpaper,
#custom-playerlabel,
#tags,
#taskbar,
#tray,
@ -63,8 +64,10 @@ window#waybar.hidden {
#idle_inhibitor,
#mpd,
#wireplumber,
#language {
#language,
#workspaces {
background-color: @backgrounddark;
border: #272727 1px solid;
padding: 0px 6px;
}
@ -94,6 +97,10 @@ window#waybar.hidden {
background-color: #90b1b1;
}
#custom-playerlabel {
min-width: 170px;
}
#network {
min-width: 160px;
}
@ -181,13 +188,12 @@ window#waybar.hidden {
color: red;
}
#memory {
#memory,
#cpu {
min-width: 90px;
}
#cpu {
min-width: 85px;
}
#language,
#clock,