finally teh bar is gut
parent
af7454b42d
commit
4d3bccf3b1
|
|
@ -1,7 +1,7 @@
|
||||||
* {
|
* {
|
||||||
all: unset; // Unsets everything so you can style everything from scratch
|
all: unset; // Unsets everything so you can style everything from scratch
|
||||||
font-family: Agave Nerd Font Mono, sans-serif;
|
font-family: Agave Nerd Font Mono, sans-serif;
|
||||||
font-size: 14pt;
|
font-size: 11pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
tooltip {
|
tooltip {
|
||||||
|
|
@ -17,7 +17,7 @@ tooltip {
|
||||||
.bar {
|
.bar {
|
||||||
|
|
||||||
color: #b0b4bc;
|
color: #b0b4bc;
|
||||||
padding: 10px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Styles on classes (see eww.yuck for more information)
|
// Styles on classes (see eww.yuck for more information)
|
||||||
|
|
@ -41,9 +41,9 @@ tooltip {
|
||||||
background-color: #5018dd;
|
background-color: #5018dd;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
min-height: 3px;
|
min-height: 3px;
|
||||||
min-width: 50px;
|
min-width: 36px;
|
||||||
margin-left: 10px;
|
margin-left: 6px;
|
||||||
margin-right: 20px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-ram {
|
.label-ram {
|
||||||
|
|
@ -54,28 +54,28 @@ tooltip {
|
||||||
|
|
||||||
.music,.metric,.clock,.workspace-button {
|
.music,.metric,.clock,.workspace-button {
|
||||||
border: solid;
|
border: solid;
|
||||||
border-width: 3px;
|
border-width: 2px;
|
||||||
background: #1a1a1a;
|
background: #1a1a1a;
|
||||||
color: #5018dd;
|
color: #5018dd;
|
||||||
|
|
||||||
padding: 5px;
|
padding: 3px 6px;
|
||||||
margin: 1px 4px;
|
margin: 1px 2px;
|
||||||
|
min-height: 26px;
|
||||||
|
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-btn {
|
.icon-btn {
|
||||||
border: solid;
|
border: solid;
|
||||||
border-width: 3px;
|
border-width: 2px;
|
||||||
background: #1a1a1a;
|
background: #1a1a1a;
|
||||||
color: #5018dd;
|
color: #5018dd;
|
||||||
|
|
||||||
padding: 5px;
|
margin: 1px 2px;
|
||||||
margin: 1px 4px;
|
min-width: 26px;
|
||||||
|
min-height: 26px;
|
||||||
|
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
min-width: 28px;
|
|
||||||
min-height: 28px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspace-active {
|
.workspace-active {
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
(box :orientation "h" :space-evenly false :halign "start"
|
(box :orientation "h" :space-evenly false :halign "start"
|
||||||
(osk)
|
(osk)
|
||||||
(box :class "music" {"${battery}"})
|
(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 " "
|
(metric :label " "
|
||||||
:value volume
|
:value volume
|
||||||
:onchange "pactl set-sink-volume @DEFAULT_SINK@ {}%"
|
:onchange "pactl set-sink-volume @DEFAULT_SINK@ {}%"
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
(defwidget screenrotate []
|
(defwidget screenrotate []
|
||||||
(box :orientation "h" :space-evenly false :halign "center"
|
(box :orientation "h" :space-evenly false :halign "center"
|
||||||
(button :class "icon-btn"
|
(button :class "icon-btn" :valign "center" :width 26 :height 26
|
||||||
:orientation "h"
|
:orientation "h"
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:halign "center"
|
:halign "center"
|
||||||
|
|
@ -52,21 +52,21 @@
|
||||||
{""}
|
{""}
|
||||||
)
|
)
|
||||||
|
|
||||||
(button :class "icon-btn"
|
(button :class "icon-btn" :valign "center" :width 26 :height 26
|
||||||
:orientation "h"
|
:orientation "h"
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:halign "center"
|
:halign "center"
|
||||||
:onclick "~/.config/scripts/screenrotationacw.sh"
|
:onclick "~/.config/scripts/screenrotationacw.sh"
|
||||||
{""}
|
{""}
|
||||||
)
|
)
|
||||||
(button :class "icon-btn"
|
(button :class "icon-btn" :valign "center" :width 26 :height 26
|
||||||
:orientation "h"
|
:orientation "h"
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:halign "center"
|
: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"
|
:orientation "h"
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:halign "center"
|
:halign "center"
|
||||||
|
|
@ -74,7 +74,7 @@
|
||||||
{""}
|
{""}
|
||||||
)
|
)
|
||||||
|
|
||||||
(button :class "icon-btn"
|
(button :class "icon-btn" :valign "center" :width 26 :height 26
|
||||||
:orientation "h"
|
:orientation "h"
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:halign "center"
|
:halign "center"
|
||||||
|
|
@ -93,7 +93,7 @@
|
||||||
{music != "" ? " ${music}" : " None"}))
|
{music != "" ? " ${music}" : " None"}))
|
||||||
|
|
||||||
(defwidget osk []
|
(defwidget osk []
|
||||||
(button :class "icon-btn"
|
(button :class "icon-btn" :valign "center" :width 26 :height 26
|
||||||
:orientation "h"
|
:orientation "h"
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:halign "center"
|
:halign "center"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue