hey
This commit is contained in:
parent
cac0d8071b
commit
94acf3aa56
8 changed files with 31 additions and 29 deletions
|
@ -115,7 +115,7 @@ tooltip label {
|
|||
|
||||
.sysmodules {
|
||||
// padding-bottom: 2px;
|
||||
padding-right: 5px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
.separ {
|
||||
|
@ -243,13 +243,13 @@ button:hover {
|
|||
// margin: 2px 10px 0px 8px;
|
||||
padding-top: 3px;
|
||||
padding-left: 10px;
|
||||
padding-right: 8px;
|
||||
padding-right: 9px;
|
||||
}
|
||||
|
||||
.bat_label {
|
||||
color: $base0E;
|
||||
padding-top: 3px;
|
||||
padding-right: 20px;
|
||||
padding-right: 10px;
|
||||
// padding-left: 3px;
|
||||
}
|
||||
|
||||
|
|
|
@ -288,17 +288,16 @@
|
|||
:class "sysmodules"
|
||||
(disk)
|
||||
(cpu)
|
||||
(gpu)
|
||||
;; (gpu)
|
||||
(mem)
|
||||
;; {right_modules.width > 1 ? null : (bright)}
|
||||
(bright)
|
||||
(bat)
|
||||
(volume))
|
||||
(volume)
|
||||
(bat))
|
||||
(label
|
||||
:class "right_sep"
|
||||
:text "|")
|
||||
(tray)
|
||||
(notif_button)))
|
||||
(tray)))
|
||||
|
||||
(defwidget bar_layout []
|
||||
(centerbox
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
"layer": "top", // Waybar at top layer
|
||||
// "output": "DP-1",
|
||||
"position": "bottom", // Waybar position (top|bottom|left|right)
|
||||
"height": 35, // Waybar height (to be removed for auto height)
|
||||
"height": 15, // Waybar height (to be removed for auto height)
|
||||
"width": 1400, // Waybar width
|
||||
// Choose the order of the modules "custom/wintitle",
|
||||
"modules-left": ["hyprland/workspaces", "hyprland/window"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["pulseaudio", "backlight", "memory", "cpu", "battery", "tray"],
|
||||
"modules-left": ["hyprland/window"],
|
||||
"modules-center": ["hyprland/workspaces"],
|
||||
"modules-right": ["pulseaudio", "battery", "tray", "clock"],
|
||||
"margin-top": -5,
|
||||
"margin-bottom": 8,
|
||||
"margin-left": 6,
|
||||
|
|
|
@ -51,7 +51,7 @@ window#waybar > box {
|
|||
margin-left: 10px;
|
||||
padding-right: 10px;
|
||||
background: transparent;
|
||||
transition: none;
|
||||
transition: all 0.1s linear;
|
||||
}
|
||||
|
||||
#tags {
|
||||
|
@ -66,6 +66,7 @@ window#waybar > box {
|
|||
transition: none;
|
||||
color: rgba(217, 216, 216, 0.4);
|
||||
background: transparent;
|
||||
transition: all 0.1s linear;
|
||||
}
|
||||
|
||||
#tags button {
|
||||
|
@ -84,6 +85,7 @@ window#waybar > box {
|
|||
|
||||
#workspaces button.active {
|
||||
color: @base0C;
|
||||
transition: all 0.1s linear;
|
||||
}
|
||||
|
||||
#tags button.focused {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue