Compare commits
No commits in common. "b453e61e60e548efbca62a1911ded43880f6baec" and "c16d765cf338aa7b291088c7b5f3cd5e261d130c" have entirely different histories.
b453e61e60
...
c16d765cf3
4 changed files with 28 additions and 55 deletions
|
@ -1,12 +0,0 @@
|
||||||
#!/usr/bin/env zsh
|
|
||||||
if \[ "$1" = "--up" \]; then
|
|
||||||
# eww -c $HOME/.dotfiles/eww/bar o bri && brightnessctl -q s 5%+ && sleep 3 && eww -c $HOME/.dotfiles/eww/bar c bri
|
|
||||||
swayosd-client --brightness raise
|
|
||||||
# brightnessctl -q s 5%+
|
|
||||||
elif \[ "$1" = "--down" \]; then
|
|
||||||
# eww -c $HOME/.dotfiles/eww/bar o bri && brightnessctl -q s 5%- && sleep 3 && eww -c $HOME/.dotfiles/eww/bar c bri
|
|
||||||
swayosd-client --brightness lower
|
|
||||||
# brightnessctl -q s 5%-
|
|
||||||
elif \[ "$1" = "--get" \]; then
|
|
||||||
echo $(brightnessctl | head -n 2 | tail -n 1 | awk '{print $4}' | tr -d '(%)')
|
|
||||||
fi
|
|
|
@ -1,10 +0,0 @@
|
||||||
#!/usr/bin/env zsh
|
|
||||||
if [ "$1" = "--up" ]; then
|
|
||||||
# eww -c $HOME/.dotfiles/eww/bar o vol && wpctl set-volume u/DEFAULT_AUDIO_SINK@ 5%+ && sleep 3 && eww -c $HOME/.dotfiles/eww/bar c vol
|
|
||||||
swayosd-client --output-volume raise
|
|
||||||
# wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
|
||||||
elif [ "$1" = "--down" ]; then
|
|
||||||
# eww -c $HOME/.dotfiles/eww/bar o vol && wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- && sleep 3 && eww -c $HOME/.dotfiles/eww/bar c vol
|
|
||||||
swayosd-client --output-volume lower
|
|
||||||
# wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
|
||||||
fi
|
|
|
@ -3,7 +3,7 @@
|
||||||
// "layer": "top", // Waybar at top layer
|
// "layer": "top", // Waybar at top layer
|
||||||
// "position": "bottom", // Waybar position (top|bottom|left|right)
|
// "position": "bottom", // Waybar position (top|bottom|left|right)
|
||||||
"height": 30, // Waybar height (to be removed for auto height)
|
"height": 30, // Waybar height (to be removed for auto height)
|
||||||
// "width": 90%, // Waybar width
|
// "width": 1280, // Waybar width
|
||||||
"spacing": 4, // Gaps between modules (4px)
|
"spacing": 4, // Gaps between modules (4px)
|
||||||
// Choose the order of the modules
|
// Choose the order of the modules
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
|
@ -29,8 +29,8 @@
|
||||||
"sway/language",
|
"sway/language",
|
||||||
"battery",
|
"battery",
|
||||||
"battery#bat2",
|
"battery#bat2",
|
||||||
"tray",
|
"clock",
|
||||||
"clock"
|
"tray"
|
||||||
],
|
],
|
||||||
// Modules configuration
|
// Modules configuration
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
|
|
|
@ -10,13 +10,12 @@
|
||||||
|
|
||||||
* {
|
* {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 24px;
|
border-radius: 0;
|
||||||
font-family: Nerd Font Hack;
|
font-family: Nerd Font Hack;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
min-height: 16px;
|
min-height: 24px;
|
||||||
background-color: rgba(40, 42, 46, 0.86);
|
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
@ -24,9 +23,9 @@ window#waybar {
|
||||||
window#waybar.hidden {
|
window#waybar.hidden {
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
#window {
|
#window {
|
||||||
margin-top: 0px;
|
margin-top: 8px;
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
padding-right: 16px;
|
padding-right: 16px;
|
||||||
border-radius: 26px;
|
border-radius: 26px;
|
||||||
|
@ -36,7 +35,7 @@ window#waybar.hidden {
|
||||||
background: #282a36;
|
background: #282a36;
|
||||||
*/
|
*/
|
||||||
color: white;
|
color: white;
|
||||||
background-color: rgba(88, 88, 88, 0.0);
|
background: #585858;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar.termite #window,
|
window#waybar.termite #window,
|
||||||
|
@ -48,10 +47,10 @@ window#waybar.PCSX2 #window {
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
margin-top: 0px;
|
margin-top: 8px;
|
||||||
margin-left: 2px;
|
margin-left: 12px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
/*border-radius: 26px;*/
|
border-radius: 26px;
|
||||||
background: #282a36;
|
background: #282a36;
|
||||||
transition: none;
|
transition: none;
|
||||||
}
|
}
|
||||||
|
@ -64,20 +63,18 @@ window#waybar.PCSX2 #window {
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
/*color: #9aedfe;*/
|
color: #9aedfe;
|
||||||
color: #d65d0e;
|
|
||||||
/*background-color: #231531;*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
transition: none;
|
transition: none;
|
||||||
box-shadow: inherit;
|
box-shadow: inherit;
|
||||||
text-shadow: inherit;
|
text-shadow: inherit;
|
||||||
color: #9aedfe;
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mpd {
|
#mpd {
|
||||||
margin-top: 0px;
|
margin-top: 8px;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
padding-right: 16px;
|
padding-right: 16px;
|
||||||
|
@ -96,7 +93,7 @@ window#waybar.PCSX2 #window {
|
||||||
}
|
}
|
||||||
|
|
||||||
#network {
|
#network {
|
||||||
margin-top: 0px;
|
margin-top: 8px;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
padding-right: 16px;
|
padding-right: 16px;
|
||||||
|
@ -104,11 +101,11 @@ window#waybar.PCSX2 #window {
|
||||||
border-radius: 26px;
|
border-radius: 26px;
|
||||||
transition: none;
|
transition: none;
|
||||||
color: #4d4d4d;
|
color: #4d4d4d;
|
||||||
background: #282A2E;
|
background: #bd93f9;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
margin-top: 0px;
|
margin-top: 8px;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
padding-right: 16px;
|
padding-right: 16px;
|
||||||
|
@ -116,11 +113,11 @@ window#waybar.PCSX2 #window {
|
||||||
border-radius: 26px;
|
border-radius: 26px;
|
||||||
transition: none;
|
transition: none;
|
||||||
color: #4d4d4d;
|
color: #4d4d4d;
|
||||||
background: #282A2E;
|
background: #9aedfe;
|
||||||
}
|
}
|
||||||
|
|
||||||
#temperature {
|
#temperature {
|
||||||
margin-top: 0px;
|
margin-top: 8px;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
padding-right: 16px;
|
padding-right: 16px;
|
||||||
|
@ -128,11 +125,11 @@ window#waybar.PCSX2 #window {
|
||||||
border-radius: 26px;
|
border-radius: 26px;
|
||||||
transition: none;
|
transition: none;
|
||||||
color: #4d4d4d;
|
color: #4d4d4d;
|
||||||
background: #282A2E;
|
background: #5af78e;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cpu {
|
#cpu {
|
||||||
margin-top: 0px;
|
margin-top: 8px;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
padding-right: 16px;
|
padding-right: 16px;
|
||||||
|
@ -140,11 +137,11 @@ window#waybar.PCSX2 #window {
|
||||||
border-radius: 26px;
|
border-radius: 26px;
|
||||||
transition: none;
|
transition: none;
|
||||||
color: #4d4d4d;
|
color: #4d4d4d;
|
||||||
background: #282A2E;
|
background: #f1fa8c;
|
||||||
}
|
}
|
||||||
|
|
||||||
#memory {
|
#memory {
|
||||||
margin-top: 0px;
|
margin-top: 8px;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
padding-right: 16px;
|
padding-right: 16px;
|
||||||
|
@ -152,11 +149,11 @@ window#waybar.PCSX2 #window {
|
||||||
border-radius: 26px;
|
border-radius: 26px;
|
||||||
transition: none;
|
transition: none;
|
||||||
color: #4d4d4d;
|
color: #4d4d4d;
|
||||||
background: #282A2E;
|
background: #ff6e67;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
margin-top: 0px;
|
margin-top: 8px;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
|
@ -164,8 +161,6 @@ window#waybar.PCSX2 #window {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
border-radius: 26px;
|
border-radius: 26px;
|
||||||
transition: none;
|
transition: none;
|
||||||
color: #d65d0e;
|
color: #f8f8f2;
|
||||||
font-size: 16px;
|
background: #282a36;
|
||||||
font-weight: bold;
|
|
||||||
background: #282A2E;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue