mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 12:10:38 +02:00
Update .config/fastfetch/startup.jsonc
Update .config/hypr/hyprland.conf Update .config/hypr/hyprland/animations.conf Update .config/hypr/hyprland/binds/audio.conf Update .config/hypr/hyprland/binds/clipboard.conf Update .config/hypr/hyprland/exec.conf Update .config/hypr/hyprland/general.conf Update .config/hypr/hyprland/rules/pavucontrol.conf Update .config/hypr/hyprland/rules/vesktop.conf Update .config/mako/config Update .config/waybar/colors.css Update .config/waybar/config.jsonc Update .config/waybar/style.css Update .config/wofi/colors Update .config/wofi/style.css Update .local/bin/change_colors.sh Update .local/bin/system_setup.sh Update .local/bin/wp-vol.sh
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
@define-color background rgba(36, 158, 202, 0.20);
|
||||
@define-color foreground rgba(36, 158, 202, 0.30);
|
||||
@define-color font-color #499DA9;
|
||||
@define-color background rgba(169, 169, 169, 0.20);
|
||||
@define-color foreground rgba(169, 169, 169, 0.30);
|
||||
@define-color font-color #A9A9A9;
|
||||
|
||||
@@ -2,10 +2,12 @@
|
||||
{
|
||||
"layer": "top", // Waybar at top layer
|
||||
"position": "top", // Waybar position (top|bottom|left|right)
|
||||
"spacing": 4, // Gaps between modules (4px)
|
||||
"spacing": 5, // Gaps between modules (4px)
|
||||
"output": "DP-1",
|
||||
// Choose the order of the modules
|
||||
"modules-left": [
|
||||
"hyprland/workspaces",
|
||||
"privacy",
|
||||
"tray",
|
||||
"custom/spotify",
|
||||
"custom/media"
|
||||
],
|
||||
@@ -13,11 +15,9 @@
|
||||
"clock",
|
||||
],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"group/hardware",
|
||||
"network",
|
||||
"pulseaudio",
|
||||
"privacy",
|
||||
"custom/notifications",
|
||||
"battery",
|
||||
],
|
||||
"hyprland/workspaces": {
|
||||
@@ -27,6 +27,7 @@
|
||||
"spacing": 10
|
||||
},
|
||||
"clock": {
|
||||
"format": "<big>{:%H:%M}</big>",
|
||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||
"format-alt": "{:%Y-%m-%d}"
|
||||
},
|
||||
@@ -38,10 +39,12 @@
|
||||
"transition-left-to-right": true,
|
||||
},
|
||||
"modules": [
|
||||
"custom/hardware",
|
||||
"temperature",
|
||||
"memory",
|
||||
"disk",
|
||||
"cpu",
|
||||
"network",
|
||||
],
|
||||
},
|
||||
"temperature": {
|
||||
@@ -56,7 +59,7 @@
|
||||
"tooltip": false,
|
||||
},
|
||||
"cpu": {
|
||||
"format": "|CPU: {usage}|",
|
||||
"format": "|CPU: {usage}%|",
|
||||
},
|
||||
"battery": {
|
||||
"states": {
|
||||
@@ -78,35 +81,36 @@
|
||||
]
|
||||
},
|
||||
"network": {
|
||||
"format-wifi": "|{essid} ({signalStrength}%) |",
|
||||
"format-ethernet": "|{ipaddr}/{cidr} |",
|
||||
"tooltip-format": "{ifname} via {gwaddr} |",
|
||||
"format-linked": "|{ifname} (No IP) |",
|
||||
"format-disconnected": "|Disconnected ⚠|",
|
||||
"format-alt": "|{ifname}: {ipaddr}/{cidr}|"
|
||||
"format-wifi": "Wifi: {essid} ({signalStrength}%) ",
|
||||
"format-ethernet": "Ethernet: ",
|
||||
"tooltip-format": "{ifname} via {gwaddr} with {ipaddr}/{cidr} ",
|
||||
"format-linked": "{ifname} (No IP) ",
|
||||
"format-disconnected": "Disconnected ⚠",
|
||||
"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
||||
},
|
||||
"pulseaudio": {
|
||||
// "scroll-step": 1, // %, can be a float
|
||||
"format": "|{volume}% {icon} {format_source}|",
|
||||
"format-bluetooth": "|{volume}% {icon} {format_source}|",
|
||||
"format-bluetooth-muted": "| {icon} {format_source}|",
|
||||
"format-muted": " | {format_source}|",
|
||||
"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": " ",
|
||||
"headphone": "",
|
||||
"hands-free": " ",
|
||||
"headset": " ",
|
||||
"phone": " ",
|
||||
"portable": " ",
|
||||
"car": " ",
|
||||
"default": [
|
||||
" ",
|
||||
" ",
|
||||
" "
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"on-click": "pavucontrol"
|
||||
"on-click": "pavucontrol -t 3",
|
||||
"on-click-right": "pactl set-sink-mute @DEFAULT_SINK@ toggle",
|
||||
},
|
||||
"custom/spotify": {
|
||||
"format": "{}",
|
||||
@@ -121,17 +125,16 @@
|
||||
"max-length": 40,
|
||||
"exec": "$HOME/.config/waybar/scripts/mediaplayer.sh spotify",
|
||||
},
|
||||
"custom/media": {
|
||||
"format": "{}",
|
||||
"return-type": "json",
|
||||
"on-click": "playerctl play-pause --player firefox.instance_1_76",
|
||||
"on-click-right": "killall firefox.instance_1_76",
|
||||
"on-scroll-up": "playerctl next --player firefox.instance_1_76",
|
||||
"on-scroll-down": "playerctl previous --player firefox.instance_1_76",
|
||||
"restart-interval": "0",
|
||||
"hide-empty-text": true,
|
||||
"justify": "center",
|
||||
"max-length": 40,
|
||||
"exec": "$HOME/.config/waybar/scripts/mediaplayer.sh firefox.instance_1_76",
|
||||
"custom/hardware": {
|
||||
"format": "<big></big>",
|
||||
},
|
||||
"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,12 +1,23 @@
|
||||
@import url("./colors.css");
|
||||
|
||||
* {
|
||||
transition: 2s all ease-in-out;
|
||||
font-family: "Cousine Nerd Font mono";
|
||||
font-size: 16px;
|
||||
padding: 2px;
|
||||
margin: 1px;
|
||||
margin: 1px 4px 1px 4px;
|
||||
color: @font-color;
|
||||
text-shadow: 1 1 5px gray, 1 1 7px gray, 1 1 10px gray;
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
*:hover {
|
||||
text-shadow: 1 1 10px black, 1 1 10px black, 1 1 10px black;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: black;
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
@@ -17,8 +28,15 @@ window#waybar {
|
||||
/* modules */
|
||||
|
||||
#workspaces button {
|
||||
background-color: @background;
|
||||
margin-left: 5px;
|
||||
text-shadow: 1 1 5px gray, 1 1 7px gray, 1 1 10px gray;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background-color: @foreground;
|
||||
margin-left: 5px;
|
||||
text-shadow: 1 1 5px gray, 1 1 7px gray, 1 1 10px gray;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
@@ -28,7 +46,6 @@ window#waybar {
|
||||
}
|
||||
|
||||
#clock {
|
||||
border-radius: 25px;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
@@ -36,6 +53,11 @@ tooltip {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
menu {
|
||||
background-color: black;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
#media,
|
||||
#network,
|
||||
#pulseaudio,
|
||||
@@ -45,12 +67,16 @@ tooltip {
|
||||
}
|
||||
|
||||
#tray {
|
||||
background-color: @foreground;
|
||||
background-color: @background;
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
#tray:hover {
|
||||
background-color: @foreground;
|
||||
}
|
||||
|
||||
/* battery */
|
||||
|
||||
#battery.warning:not(.charging) {
|
||||
@@ -91,21 +117,20 @@ tooltip {
|
||||
color: black;
|
||||
padding: 10px;
|
||||
margin: 5px;
|
||||
transition: 0.5s all ease-in-out;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#custom-spotify:hover {
|
||||
background-color: rgba(29, 185, 84, 1);
|
||||
}
|
||||
|
||||
#custom-media {
|
||||
background-color: rgba(255, 16, 0, 0.30);
|
||||
color: black;
|
||||
padding: 10px;
|
||||
margin: 5px;
|
||||
transition: 0.5s all ease-in-out;
|
||||
#custom-notifications {
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
margin: 5;
|
||||
}
|
||||
|
||||
#custom-media:hover {
|
||||
background-color: rgba(255, 16, 0, 1);
|
||||
#custom-hardware {
|
||||
border-radius: 15px;
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user