finally teh bar is gut

main
Amir Alexander Abdelbaki 2026-06-02 09:54:16 +02:00
parent af7454b42d
commit 4d3bccf3b1
2 changed files with 22 additions and 22 deletions

View File

@ -1,7 +1,7 @@
* {
all: unset; // Unsets everything so you can style everything from scratch
font-family: Agave Nerd Font Mono, sans-serif;
font-size: 14pt;
font-size: 11pt;
}
tooltip {
@ -17,7 +17,7 @@ tooltip {
.bar {
color: #b0b4bc;
padding: 10px;
padding: 5px;
}
// Styles on classes (see eww.yuck for more information)
@ -41,9 +41,9 @@ tooltip {
background-color: #5018dd;
border-radius: 50px;
min-height: 3px;
min-width: 50px;
margin-left: 10px;
margin-right: 20px;
min-width: 36px;
margin-left: 6px;
margin-right: 10px;
}
.label-ram {
@ -54,28 +54,28 @@ tooltip {
.music,.metric,.clock,.workspace-button {
border: solid;
border-width: 3px;
border-width: 2px;
background: #1a1a1a;
color: #5018dd;
padding: 5px;
margin: 1px 4px;
padding: 3px 6px;
margin: 1px 2px;
min-height: 26px;
border-radius: 25px;
}
.icon-btn {
border: solid;
border-width: 3px;
border-width: 2px;
background: #1a1a1a;
color: #5018dd;
padding: 5px;
margin: 1px 4px;
margin: 1px 2px;
min-width: 26px;
min-height: 26px;
border-radius: 50%;
min-width: 28px;
min-height: 28px;
}
.workspace-active {

View File

@ -26,7 +26,7 @@
(box :orientation "h" :space-evenly false :halign "start"
(osk)
(box :class "music" {"${battery}"})
(button :onclick "~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh" :class "icon-btn" {""})
(button :onclick "~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh" :class "icon-btn" :valign "center" :width 26 :height 26 {""})
(metric :label "󰓃 "
:value volume
:onchange "pactl set-sink-volume @DEFAULT_SINK@ {}%"
@ -44,7 +44,7 @@
(defwidget screenrotate []
(box :orientation "h" :space-evenly false :halign "center"
(button :class "icon-btn"
(button :class "icon-btn" :valign "center" :width 26 :height 26
:orientation "h"
:space-evenly false
:halign "center"
@ -52,21 +52,21 @@
{""}
)
(button :class "icon-btn"
(button :class "icon-btn" :valign "center" :width 26 :height 26
:orientation "h"
:space-evenly false
:halign "center"
:onclick "~/.config/scripts/screenrotationacw.sh"
{"󱞧"}
)
(button :class "icon-btn"
(button :class "icon-btn" :valign "center" :width 26 :height 26
:orientation "h"
:space-evenly false
:halign "center"
:onclick "hyprctl dispatch killactive"
:onclick "hyprctl dispatch 'hl.dsp.window.close()'"
{""}
)
(button :class "icon-btn"
(button :class "icon-btn" :valign "center" :width 26 :height 26
:orientation "h"
:space-evenly false
:halign "center"
@ -74,7 +74,7 @@
{"󱞫"}
)
(button :class "icon-btn"
(button :class "icon-btn" :valign "center" :width 26 :height 26
:orientation "h"
:space-evenly false
:halign "center"
@ -93,12 +93,12 @@
{music != "" ? " ${music}" : " None"}))
(defwidget osk []
(button :class "icon-btn"
(button :class "icon-btn" :valign "center" :width 26 :height 26
:orientation "h"
:space-evenly false
:halign "center"
:onclick "~/.config/scripts/onscreenkb.sh"
{" 󰌌"}
{"󰌌"}
)
)