mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 20:20:43 +02:00
xdd
This commit is contained in:
@@ -1,26 +0,0 @@
|
|||||||
@define-color rosewater #f5e0dc;
|
|
||||||
@define-color flamingo #f2cdcd;
|
|
||||||
@define-color pink #f5c2e7;
|
|
||||||
@define-color mauve #cba6f7;
|
|
||||||
@define-color red #f38ba8;
|
|
||||||
@define-color maroon #eba0ac;
|
|
||||||
@define-color peach #fab387;
|
|
||||||
@define-color yellow #f9e2af;
|
|
||||||
@define-color green #a6e3a1;
|
|
||||||
@define-color teal #94e2d5;
|
|
||||||
@define-color sky #89dceb;
|
|
||||||
@define-color sapphire #74c7ec;
|
|
||||||
@define-color blue #89b4fa;
|
|
||||||
@define-color lavender #b4befe;
|
|
||||||
@define-color text #cdd6f4;
|
|
||||||
@define-color subtext1 #bac2de;
|
|
||||||
@define-color subtext0 #a6adc8;
|
|
||||||
@define-color overlay2 #9399b2;
|
|
||||||
@define-color overlay1 #7f849c;
|
|
||||||
@define-color overlay0 #6c7086;
|
|
||||||
@define-color surface2 #585b70;
|
|
||||||
@define-color surface1 #45475a;
|
|
||||||
@define-color surface0 #313244;
|
|
||||||
@define-color base #1e1e2e;
|
|
||||||
@define-color mantle #181825;
|
|
||||||
@define-color crust #11111b;
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
@define-color rosewater #dc8a78;
|
|
||||||
@define-color flamingo #dd7878;
|
|
||||||
@define-color pink #ea76cb;
|
|
||||||
@define-color mauve #8839ef;
|
|
||||||
@define-color red #d20f39;
|
|
||||||
@define-color maroon #e64553;
|
|
||||||
@define-color peach #fe640b;
|
|
||||||
@define-color yellow #df8e1d;
|
|
||||||
@define-color green #40a02b;
|
|
||||||
@define-color teal #179299;
|
|
||||||
@define-color sky #04a5e5;
|
|
||||||
@define-color sapphire #209fb5;
|
|
||||||
@define-color blue #1e66f5;
|
|
||||||
@define-color lavender #7287fd;
|
|
||||||
@define-color text #4c4f69;
|
|
||||||
@define-color subtext1 #5c5f77;
|
|
||||||
@define-color subtext0 #6c6f85;
|
|
||||||
@define-color overlay2 #7c7f93;
|
|
||||||
@define-color overlay1 #8c8fa1;
|
|
||||||
@define-color overlay0 #9ca0b0;
|
|
||||||
@define-color surface2 #acb0be;
|
|
||||||
@define-color surface1 #bcc0cc;
|
|
||||||
@define-color surface0 #ccd0da;
|
|
||||||
@define-color base #eff1f5;
|
|
||||||
@define-color mantle #e6e9ef;
|
|
||||||
@define-color crust #dce0e8;
|
|
||||||
@@ -1,134 +0,0 @@
|
|||||||
// -*- mode: jsonc -*-
|
|
||||||
{
|
|
||||||
"layer": "top", // Waybar at top layer
|
|
||||||
"position": "right", // Waybar position (top|bottom|left|right)
|
|
||||||
"spacing": 4, // Gaps between modules (4px)
|
|
||||||
"margin-top": 10,
|
|
||||||
"margin-bottom": 10,
|
|
||||||
"margin-left": 8,
|
|
||||||
"margin-right": 8,
|
|
||||||
"mode": "dock",
|
|
||||||
"reload_style_on_change": true,
|
|
||||||
"width": 70,
|
|
||||||
"output": [
|
|
||||||
"DP-1",
|
|
||||||
"eDP-1",
|
|
||||||
"LVDS-1"
|
|
||||||
],
|
|
||||||
// Choose the order of the modules
|
|
||||||
"modules-left": [
|
|
||||||
"clock",
|
|
||||||
"custom/notifications",
|
|
||||||
"privacy",
|
|
||||||
"custom/spotify",
|
|
||||||
"pulseaudio"
|
|
||||||
],
|
|
||||||
"modules-center": [
|
|
||||||
"hyprland/workspaces"
|
|
||||||
],
|
|
||||||
"modules-right": [
|
|
||||||
"battery",
|
|
||||||
"tray"
|
|
||||||
],
|
|
||||||
"hyprland/workspaces": {
|
|
||||||
"format": "{} - {icon}",
|
|
||||||
"on-click": "activate",
|
|
||||||
"on-click-right": "close",
|
|
||||||
"all-outputs": true,
|
|
||||||
"active-only": false,
|
|
||||||
"sort-by-number": true,
|
|
||||||
"format-icons": {
|
|
||||||
"1": "",
|
|
||||||
"2": "",
|
|
||||||
"3": "",
|
|
||||||
"4": "",
|
|
||||||
"5": "",
|
|
||||||
"6": "",
|
|
||||||
"7": "",
|
|
||||||
"8": "",
|
|
||||||
"9": "",
|
|
||||||
"10": "",
|
|
||||||
"default": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"tray": {
|
|
||||||
"spacing": 10
|
|
||||||
},
|
|
||||||
"clock": {
|
|
||||||
"format": "<big>{:%R}</big>",
|
|
||||||
"format-alt": "<small>{:%d.%m.%Y}</small>",
|
|
||||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
|
||||||
"calendar": {
|
|
||||||
"mode": "year",
|
|
||||||
"mode-mon-col": 3,
|
|
||||||
"weeks-pos": "right",
|
|
||||||
"on-scroll": 1,
|
|
||||||
"format": {
|
|
||||||
"months": "<span color='#ffead3'><b>{}</b></span>",
|
|
||||||
"days": "<span color='#ecc6d9'><b>{}</b></span>",
|
|
||||||
"weeks": "<span color='#99ffdd'><b>W{}</b></span>",
|
|
||||||
"weekdays": "<span color='#ffcc66'><b>{}</b></span>",
|
|
||||||
"today": "<span color='#ff6699'><b><u>{}</u></b></span>"
|
|
||||||
},
|
|
||||||
"actions": {
|
|
||||||
"on-click-right": "mode",
|
|
||||||
"on-scroll-up": "tz_up",
|
|
||||||
"on-scroll-down": "tz_down"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"network": {
|
|
||||||
"format-wifi": " ({signalStrength}%) ",
|
|
||||||
"format-ethernet": "",
|
|
||||||
"tooltip-format": "{ifname} via {gwaddr} with {ipaddr}/{cidr} ",
|
|
||||||
"format-linked": "{ifname} (No IP) ",
|
|
||||||
"format-disconnected": "Disconnected ⚠",
|
|
||||||
"on-click": "kitty nmtui"
|
|
||||||
},
|
|
||||||
"pulseaudio": {
|
|
||||||
// "scroll-step": 1, // %, can be a float
|
|
||||||
"format": "{volume}% {icon}",
|
|
||||||
"format-bluetooth": "{volume}% {icon} {format_source}",
|
|
||||||
"format-bluetooth-muted": " {icon} {format_source}",
|
|
||||||
"format-muted": " ",
|
|
||||||
"format-source": " {volume}% ",
|
|
||||||
"format-source-muted": " ",
|
|
||||||
"format-icons": {
|
|
||||||
"headphone": "",
|
|
||||||
"hands-free": " ",
|
|
||||||
"headset": " ",
|
|
||||||
"phone": " ",
|
|
||||||
"portable": " ",
|
|
||||||
"car": " ",
|
|
||||||
"default": [
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
""
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"on-click": "pavucontrol -t 3",
|
|
||||||
"on-click-right": "pactl set-sink-mute @DEFAULT_SINK@ toggle"
|
|
||||||
},
|
|
||||||
"custom/spotify": {
|
|
||||||
"format": "{}",
|
|
||||||
"return-type": "json",
|
|
||||||
"on-click": "playerctl play-pause --player spotify",
|
|
||||||
"on-click-right": "killall spotify",
|
|
||||||
"on-scroll-up": "playerctl next --player spotify",
|
|
||||||
"on-scroll-down": "playerctl previous --player spotify",
|
|
||||||
"restart-interval": "0",
|
|
||||||
"hide-empty-text": true,
|
|
||||||
"justify": "center",
|
|
||||||
"max-length": 40,
|
|
||||||
"exec": "$HOME/.config/waybar/scripts/mediaplayer.sh spotify"
|
|
||||||
},
|
|
||||||
"custom/notifications": {
|
|
||||||
"format": "<big>{text}</big>",
|
|
||||||
"on-click-right": "~/.local/bin/check-do-not-disturb.sh change",
|
|
||||||
"exec": "~/.local/bin/check-do-not-disturb.sh show",
|
|
||||||
"exec-on-event": "~/.local/bin/check-do-not-disturb.sh show",
|
|
||||||
"tooltip": false,
|
|
||||||
"return-type": "text",
|
|
||||||
"signal": 2
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,34 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
set -x
|
|
||||||
|
|
||||||
if [ -z "$1" ]; then
|
|
||||||
echo "Użycie: $0 <nazwa_odtwarzacza>"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
player="$1"
|
|
||||||
playerctl -p "$player" metadata --format "{{status}} {{artist}} - {{title}}" --follow | while read -r line; do
|
|
||||||
current_status=$(playerctl --player="$player" status 2>/dev/null)
|
|
||||||
case "$current_status" in
|
|
||||||
"Playing")
|
|
||||||
text=""
|
|
||||||
;;
|
|
||||||
"Paused")
|
|
||||||
text=""
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
text=""
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
tooltip=$(playerctl --player="$player" metadata --format "{{artist}} - {{title}}" 2>/dev/null)
|
|
||||||
|
|
||||||
tooltip=$(echo "$tooltip" | jq -R .)
|
|
||||||
|
|
||||||
json_text="{\"text\": \"$text\", \"tooltip\": $tooltip }"
|
|
||||||
echo "$json_text"
|
|
||||||
|
|
||||||
if [[ -n "$text" ]]; then
|
|
||||||
pkill -SIGRTMIN+1 waybar
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
@@ -1,119 +0,0 @@
|
|||||||
@import "./colors.css";
|
|
||||||
|
|
||||||
/* Global styles */
|
|
||||||
* {
|
|
||||||
transition: 0.2s all ease-in-out;
|
|
||||||
font-size: 14px;
|
|
||||||
font-family: inherit;
|
|
||||||
padding: 3px;
|
|
||||||
margin: 1px 2px;
|
|
||||||
color: @text;
|
|
||||||
border-radius: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
*:hover {
|
|
||||||
text-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Window */
|
|
||||||
window#waybar {
|
|
||||||
background-color: @base;
|
|
||||||
border-radius: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Workspaces */
|
|
||||||
#workspaces button {
|
|
||||||
padding: 2px;
|
|
||||||
margin: 1px;
|
|
||||||
background: transparent;
|
|
||||||
color: @lavender;
|
|
||||||
box-shadow: inset 0 1.5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button:hover {
|
|
||||||
background-color: @surface1;
|
|
||||||
box-shadow: inset 2px 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.active {
|
|
||||||
background-color: @surface0;
|
|
||||||
box-shadow: inset 1px 4px 0 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent {
|
|
||||||
background-color: @red;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 1s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Clock */
|
|
||||||
#clock {
|
|
||||||
font-style: oblique;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Modules */
|
|
||||||
.modules-left,
|
|
||||||
.modules-right,
|
|
||||||
.modules-center {
|
|
||||||
background-color: @crust;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tray */
|
|
||||||
#tray>.needs-attention {
|
|
||||||
background-color: @red;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Custom */
|
|
||||||
#custom-spotify:hover {
|
|
||||||
background-color: @green;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network:hover {
|
|
||||||
background-color: @sky;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-notifications:hover {
|
|
||||||
background-color: @sapphire;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Battery */
|
|
||||||
#battery {
|
|
||||||
background-color: @base;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.warning:not(.charging) {
|
|
||||||
background: @yellow;
|
|
||||||
color: @foreground;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 1s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.charging,
|
|
||||||
#battery.plugged {
|
|
||||||
color: @foreground;
|
|
||||||
background-color: @green;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
background-color: @red;
|
|
||||||
color: @foreground;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 1s;
|
|
||||||
animation-timing-function: steps(12);
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
background-color: #ff0000;
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -193,150 +193,124 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
style = ''
|
style = ''
|
||||||
@define-color rosewater #f5e0dc;
|
|
||||||
@define-color flamingo #f2cdcd;
|
|
||||||
@define-color pink #f5c2e7;
|
|
||||||
@define-color mauve #cba6f7;
|
|
||||||
@define-color red #f38ba8;
|
|
||||||
@define-color maroon #eba0ac;
|
|
||||||
@define-color peach #fab387;
|
|
||||||
@define-color yellow #f9e2af;
|
|
||||||
@define-color green #a6e3a1;
|
|
||||||
@define-color teal #94e2d5;
|
|
||||||
@define-color sky #89dceb;
|
|
||||||
@define-color sapphire #74c7ec;
|
|
||||||
@define-color blue #89b4fa;
|
|
||||||
@define-color lavender #b4befe;
|
|
||||||
@define-color text #cdd6f4;
|
|
||||||
@define-color subtext1 #bac2de;
|
|
||||||
@define-color subtext0 #a6adc8;
|
|
||||||
@define-color overlay2 #9399b2;
|
|
||||||
@define-color overlay1 #7f849c;
|
|
||||||
@define-color overlay0 #6c7086;
|
|
||||||
@define-color surface2 #585b70;
|
|
||||||
@define-color surface1 #45475a;
|
|
||||||
@define-color surface0 #313244;
|
|
||||||
@define-color base #1e1e2e;
|
|
||||||
@define-color mantle #181825;
|
|
||||||
@define-color crust #11111b;
|
|
||||||
|
|
||||||
/* Global styles */
|
/* Global styles */
|
||||||
* {
|
* {
|
||||||
transition: 0.2s all ease-in-out;
|
transition: 0.2s all ease-in-out;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
margin: 1px 2px;
|
margin: 1px 2px;
|
||||||
color: @text;
|
color: @text;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
*:hover {
|
*:hover {
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Window */
|
/* Window */
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background-color: @base;
|
background-color: @base;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Workspaces */
|
/* Workspaces */
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: @lavender;
|
color: @lavender;
|
||||||
box-shadow: inset 0 1.5px;
|
box-shadow: inset 0 1.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
background-color: @surface1;
|
background-color: @surface1;
|
||||||
box-shadow: inset 2px 5px;
|
box-shadow: inset 2px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
background-color: @surface0;
|
background-color: @surface0;
|
||||||
box-shadow: inset 1px 4px 0 1px;
|
box-shadow: inset 1px 4px 0 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
background-color: @red;
|
background-color: @red;
|
||||||
animation-name: blink;
|
animation-name: blink;
|
||||||
animation-duration: 1s;
|
animation-duration: 1s;
|
||||||
animation-timing-function: steps(12);
|
animation-timing-function: steps(12);
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
animation-direction: alternate;
|
animation-direction: alternate;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Clock */
|
/* Clock */
|
||||||
#clock {
|
#clock {
|
||||||
font-style: oblique;
|
font-style: oblique;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Modules */
|
/* Modules */
|
||||||
.modules-left,
|
.modules-left,
|
||||||
.modules-right,
|
.modules-right,
|
||||||
.modules-center {
|
.modules-center {
|
||||||
background-color: @crust;
|
background-color: @crust;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tray */
|
/* Tray */
|
||||||
#tray>.needs-attention {
|
#tray>.needs-attention {
|
||||||
background-color: @red;
|
background-color: @red;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Custom */
|
/* Custom */
|
||||||
#custom-spotify:hover {
|
#custom-spotify:hover {
|
||||||
background-color: @green;
|
background-color: @green;
|
||||||
}
|
}
|
||||||
|
|
||||||
#network:hover {
|
#network:hover {
|
||||||
background-color: @sky;
|
background-color: @sky;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-notifications:hover {
|
#custom-notifications:hover {
|
||||||
background-color: @sapphire;
|
background-color: @sapphire;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Battery */
|
/* Battery */
|
||||||
#battery {
|
#battery {
|
||||||
background-color: @base;
|
background-color: @base;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.warning:not(.charging) {
|
#battery.warning:not(.charging) {
|
||||||
background: @yellow;
|
background: @yellow;
|
||||||
color: @foreground;
|
color: @foreground;
|
||||||
animation-name: blink;
|
animation-name: blink;
|
||||||
animation-duration: 1s;
|
animation-duration: 1s;
|
||||||
animation-timing-function: steps(12);
|
animation-timing-function: steps(12);
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
animation-direction: alternate;
|
animation-direction: alternate;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.charging,
|
#battery.charging,
|
||||||
#battery.plugged {
|
#battery.plugged {
|
||||||
color: @foreground;
|
color: @foreground;
|
||||||
background-color: @green;
|
background-color: @green;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
#battery.critical:not(.charging) {
|
||||||
background-color: @red;
|
background-color: @red;
|
||||||
color: @foreground;
|
color: @foreground;
|
||||||
animation-name: blink;
|
animation-name: blink;
|
||||||
animation-duration: 1s;
|
animation-duration: 1s;
|
||||||
animation-timing-function: steps(12);
|
animation-timing-function: steps(12);
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
animation-direction: alternate;
|
animation-direction: alternate;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes blink {
|
@keyframes blink {
|
||||||
to {
|
to {
|
||||||
background-color: #ff0000;
|
background-color: #ff0000;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user