Changes in: bin,dunst,gtk-3.0,gtk-4.0,hypr,waybar,
This commit is contained in:
parent
9920450b17
commit
50cc31d4e1
43 changed files with 2807 additions and 215 deletions
174
waybar/config-2.jsonc
Normal file
174
waybar/config-2.jsonc
Normal file
|
@ -0,0 +1,174 @@
|
|||
{
|
||||
"layer": "top",
|
||||
// "position": "bottom",
|
||||
"margin-left": 3,
|
||||
"margin-right": 3,
|
||||
"margin-top": 2,
|
||||
"margin-bottom": 0,
|
||||
"modules-center": [
|
||||
"hyprland/workspaces",
|
||||
"cpu",
|
||||
"memory",
|
||||
"network#speed",
|
||||
"clock",
|
||||
// "custom/cava",
|
||||
"temperature#gpu",
|
||||
"custom/transparency",
|
||||
"custom/wallpaper",
|
||||
"pulseaudio",
|
||||
"backlight",
|
||||
"network",
|
||||
// "bluetooth",
|
||||
"battery"
|
||||
],
|
||||
"custom/cava": {
|
||||
"format": "{}",
|
||||
"exec": "~/.config/waybar/scripts/cava.sh"
|
||||
},
|
||||
"temperature#gpu": {
|
||||
"thermal-zone": 5,
|
||||
"critical-threshold": 80,
|
||||
"format-critical": "{temperatureC}°C ",
|
||||
"format": "{temperatureC}°C ",
|
||||
"tooltip": false
|
||||
},
|
||||
"backlight": {
|
||||
"device": "intel_backlight",
|
||||
"scroll-step": 5,
|
||||
"format": "{icon}",
|
||||
"format-icons": [" ", " ", " ", " "],
|
||||
"tooltip": true,
|
||||
"tooltip-format": "{percent}%"
|
||||
},
|
||||
"network#speed": {
|
||||
"interval": 1,
|
||||
"format": "{ifname}%%",
|
||||
"format-wifi": " {bandwidthDownBytes} {bandwidthUpBytes}",
|
||||
"format-ethernet": " {bandwidthDownBytes} {bandwidthUpBytes} ",
|
||||
"format-disconnected": "",
|
||||
"tooltip-format": "{ipaddr}",
|
||||
"format-linked": " {ifname} (No IP)",
|
||||
"tooltip-format-wifi": "{essid} {icon} {signalStrength}%",
|
||||
"tooltip-format-ethernet": "{ifname} ",
|
||||
"tooltip-format-disconnected": " Disconnected",
|
||||
"max-length": 22,
|
||||
"min-length": 20,
|
||||
"format-icons": ["", "", "", "", ""]
|
||||
},
|
||||
"keyboard-state": {
|
||||
"numlock": true,
|
||||
"capslock": true,
|
||||
"scrolllock": false,
|
||||
"format": "{name} {icon}",
|
||||
"format-icons": {
|
||||
"locked": "\uf023",
|
||||
"unlocked": "\uf3c1"
|
||||
}
|
||||
},
|
||||
"custom/launcher": {
|
||||
"format": "",
|
||||
"tooltip": false,
|
||||
"on-click": "~/.config/rofi/launcher/launcher.sh"
|
||||
},
|
||||
"custom/transparency": {
|
||||
"format": " ",
|
||||
"tooltip": false,
|
||||
"on-click": "~/.config/waybar/scripts/toggle-trans.sh",
|
||||
"format-alt": " "
|
||||
},
|
||||
"cpu": {
|
||||
"interval": 1,
|
||||
"format": "{usage}% <span font='Font Awesome 6 Free-Solid'>\uf2db</span>",
|
||||
"on-click": "kitty btop"
|
||||
},
|
||||
"memory": {
|
||||
"interval": 1,
|
||||
"format": "{percentage}% <span font='Font Awesome 5 Free'>\uf538</span>",
|
||||
"on-click": "kitty btop",
|
||||
"tooltip-format": "{used}/{total} GiB"
|
||||
},
|
||||
"hyprland/workspaces": {
|
||||
"all-outputs": true,
|
||||
"warp-on-scroll": true,
|
||||
"enable-bar-scroll": true,
|
||||
"disable-scroll-wraparound": false,
|
||||
"format": " {icon} ",
|
||||
"format-icons": {
|
||||
"active": "●",
|
||||
"default": "○"
|
||||
},
|
||||
"persistent-workspaces": {
|
||||
"*": 3
|
||||
},
|
||||
"on-click": "activate",
|
||||
"on-scroll-up": "hyprctl dispatch workspace e-1",
|
||||
"on-scroll-down": "hyprctl dispatch workspace e+1"
|
||||
},
|
||||
"custom/weather": {
|
||||
"format": "{}°C",
|
||||
"tooltip": false,
|
||||
"interval": 3600,
|
||||
"exec": "wttrbar --location 'Ahmedabad'",
|
||||
"return-type": "json"
|
||||
},
|
||||
|
||||
"clock": {
|
||||
"format": "{:%I:%M %p • %a %d/%m}",
|
||||
"tooltip": true,
|
||||
"tooltip-format": "<tt>{calendar}</tt>"
|
||||
},
|
||||
"custom/wallpaper": {
|
||||
"format": "\uf03e",
|
||||
"on-click": "~/.config/waybar/scripts/change-wallpaper.sh && hyprpaper",
|
||||
"tooltip": false
|
||||
},
|
||||
"network": {
|
||||
"format-wifi": " {icon}",
|
||||
"format-ethernet": "",
|
||||
"format-icons": [" ", " ", " ", " ", " "],
|
||||
"format-disconnected": "",
|
||||
"interval": 5,
|
||||
"tooltip-format-wifi": " {bandwidthDownBytes} | {bandwidthUpBytes} | {essid}",
|
||||
"tooltip-format-disconnected": "Disconnected",
|
||||
"on-click": "exec ~/.config/rofi/wifi/wifi.sh",
|
||||
"on-click-right": "alacritty -e nmtui"
|
||||
},
|
||||
"battery": {
|
||||
"states": {
|
||||
"good": 95,
|
||||
"warning": 30,
|
||||
"critical": 15
|
||||
},
|
||||
"format": " {capacity}% {icon} ",
|
||||
"format-full": "{icon}",
|
||||
"format-plugged": " {capacity}% <span font='Font Awesome 5 Free'>\uf0e7</span> ",
|
||||
"format-alt": "{icon}",
|
||||
"tooltip-format": "{capacity}%, about {time} left",
|
||||
"format-icons": [" ", " ", " ", " "]
|
||||
},
|
||||
"pulseaudio": {
|
||||
"format": "<span font='Font Awesome 5 Free'>{icon}</span>",
|
||||
"format-muted": "<span font='Font Awesome 5 Free'>\uf6a9</span>",
|
||||
"format-icons": {
|
||||
"headphone": "\uf025",
|
||||
"default": ["\uf028"]
|
||||
},
|
||||
"tooltip-format": "{volume}% {desc}",
|
||||
"on-click": "pamixer -t"
|
||||
},
|
||||
"bluetooth": {
|
||||
"format": "{icon}",
|
||||
"format-icons": ["", "", "", "", ""],
|
||||
|
||||
"tooltip-format-off": "Bluetooth is off",
|
||||
"tooltip-format-on": "Bluetooth is on",
|
||||
|
||||
"format-connected": "{icon} {num_connections}",
|
||||
"format-connected-battery": "{icon} {device_battery_percentage}%",
|
||||
|
||||
"tooltip-format-connected": "{device_enumerate}",
|
||||
"tooltip-format-enumerate-connected": "{device_alias}\t{device_battery_percentage}%",
|
||||
|
||||
"on-click": "blueman-manager"
|
||||
}
|
||||
}
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"layer": "top",
|
||||
"style": "~/.config/waybar/style-4.css",
|
||||
// "position": "bottom",
|
||||
"margin-left": 3,
|
||||
"margin-right": 3,
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
@import 'mocha.css';
|
||||
|
||||
/* reset all styles */
|
||||
* {
|
||||
font-family: JetBrains Mono Nerd Font;
|
||||
min-height: 18px;
|
||||
min-height: 14px;
|
||||
font-size: 12px;
|
||||
border: none;
|
||||
/* border-radius: 2px; */
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
box-shadow: none;
|
||||
|
@ -14,46 +12,33 @@
|
|||
background-color: transparent;
|
||||
}
|
||||
|
||||
#custom-weather {
|
||||
/* margin-left: 6px; */
|
||||
padding: 0px 8px;
|
||||
background: @raisin-black;
|
||||
color: @beige;
|
||||
}
|
||||
|
||||
#keyboard-state {
|
||||
#custom-cava {
|
||||
color: #8fbc8f;
|
||||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
padding: 6px;
|
||||
font-family: 'bargraph';
|
||||
background: @raisin-black;
|
||||
}
|
||||
|
||||
#cpu {
|
||||
color: @beige;
|
||||
padding: 0px 8px 0px 15px;
|
||||
/* border-radius: 0px; */
|
||||
/* border-top-left-radius: 6px; */
|
||||
/* border-bottom-left-radius: 6px; */
|
||||
background: @raisin-black;
|
||||
/* margin-left: 6px; */
|
||||
}
|
||||
|
||||
#memory {
|
||||
color: @beige;
|
||||
padding: 0px 15px 0px 8px;
|
||||
/* border-radius: 0px; */
|
||||
/* border-top-right-radius: 6px; */
|
||||
/* border-bottom-right-radius: 6px; */
|
||||
background: @raisin-black;
|
||||
/* margin-right: 2px; */
|
||||
}
|
||||
|
||||
#temperature.gpu {
|
||||
padding: 0px 12px;
|
||||
/* margin-right: 6px; */
|
||||
color: @celadon;
|
||||
background: @raisin-black;
|
||||
}
|
||||
|
||||
/* general */
|
||||
|
||||
/* General Styling */
|
||||
tooltip,
|
||||
menu,
|
||||
#workspaces,
|
||||
|
@ -65,32 +50,12 @@ menu,
|
|||
#battery,
|
||||
#custom-power {
|
||||
background: @raisin-black;
|
||||
padding-bottom: 7px;
|
||||
padding-top: 7px;
|
||||
padding: 7px 8px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
border: 1px solid @beige;
|
||||
}
|
||||
|
||||
.modules-right,
|
||||
.modules-center,
|
||||
.modules-left {
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
#custom-wallpaper {
|
||||
font-size: 20px;
|
||||
font-family: 'Font Awesome 5 Free';
|
||||
padding: 0px 8px;
|
||||
/* margin-right: 4px; */
|
||||
color: #f38ba8;
|
||||
background: @raisin-black;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
background: #1e1e2e;
|
||||
background: @raisin-black;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-weight: bold;
|
||||
|
@ -98,16 +63,15 @@ tooltip {
|
|||
opacity: 1;
|
||||
font-size: 16px;
|
||||
color: #1e1;
|
||||
border-radius: 6px 0px 0px 6px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
/* padding: 0px 3px; */
|
||||
/* margin: 5px; */
|
||||
border-radius: 0px;
|
||||
padding: 0px 5px;
|
||||
border-radius: 6px;
|
||||
border: none;
|
||||
min-width: 30px;
|
||||
color: #f5e0dc;
|
||||
background-color: #1e1e2e;
|
||||
/* background-color: #1e1e2e; */
|
||||
transition: all 0.3s ease-in-out;
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
@ -115,7 +79,7 @@ tooltip {
|
|||
#workspaces button.active {
|
||||
color: #1e1e2e;
|
||||
background: #cba6f7;
|
||||
min-width: 30px;
|
||||
min-width: 20px;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
@ -125,6 +89,7 @@ tooltip {
|
|||
opacity: 1;
|
||||
animation: none;
|
||||
}
|
||||
|
||||
#clock {
|
||||
padding: 0 15px;
|
||||
color: @beige;
|
||||
|
@ -134,7 +99,6 @@ tooltip {
|
|||
font-size: 18px;
|
||||
transition: none;
|
||||
padding: 0px 10px;
|
||||
/* margin-right: 6px; */
|
||||
background: @raisin-black;
|
||||
color: rgba(137, 220, 235, 1);
|
||||
}
|
||||
|
@ -144,13 +108,21 @@ tooltip {
|
|||
background: @raisin-black;
|
||||
color: #94e2d5;
|
||||
padding: 0px 14px;
|
||||
/* margin-right: 6px; */
|
||||
/* margin-right: 2px; */
|
||||
/* border-radius: 0 6px 6px 0; */
|
||||
}
|
||||
|
||||
#custom-wallpaper {
|
||||
font-size: 20px;
|
||||
font-family: 'Font Awesome 5 Free';
|
||||
padding: 0px 8px;
|
||||
color: #f38ba8;
|
||||
background: @raisin-black;
|
||||
}
|
||||
|
||||
#pulseaudio,
|
||||
#backlight {
|
||||
padding: 0 8px;
|
||||
/* margin: 0 2px; */
|
||||
color: @beige;
|
||||
}
|
||||
|
||||
|
@ -169,49 +141,54 @@ tooltip {
|
|||
#bluetooth {
|
||||
min-width: 20px;
|
||||
padding: 0 10px;
|
||||
/* margin: 0 2px; */
|
||||
}
|
||||
|
||||
#network {
|
||||
min-width: 30px;
|
||||
padding: 0 7px 0 2px;
|
||||
/* margin: 0 2px; */
|
||||
/* border-radius: 0 6px 6px 0; */
|
||||
}
|
||||
|
||||
#battery {
|
||||
color: @mint;
|
||||
min-width: 30px;
|
||||
padding-left: 5px;
|
||||
/* margin: 0 2px; */
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#battery.charging {
|
||||
color: #eff1f5; /* Text */
|
||||
background: #40a02b; /* Green */
|
||||
color: #33ae18; /* Text */
|
||||
background: @raisin-black;
|
||||
border-radius: 0px 6px 6px 0px;
|
||||
}
|
||||
|
||||
#battery.good:not(.charging) {
|
||||
color: #f9e2af; /* Peach */
|
||||
background: #1e1e2e; /* Base */
|
||||
color: #f8d589;
|
||||
background: @raisin-black;
|
||||
border-radius: 0px 6px 6px 0px;
|
||||
}
|
||||
|
||||
#battery.warning:not(.charging) {
|
||||
color: #eff1f5; /* Text */
|
||||
background: #df8e1d; /* Yellow */
|
||||
color: #e0a858; /* Text */
|
||||
background: @raisin-black;
|
||||
border-radius: 0px 6px 6px 0px;
|
||||
}
|
||||
|
||||
#battery.low:not(.charging) {
|
||||
color: #eff1f5; /* Text */
|
||||
background: #d20f39; /* Red */
|
||||
color: #d20f39; /* Text */
|
||||
background: @raisin-black;
|
||||
border-radius: 0px 6px 6px 0px;
|
||||
}
|
||||
|
||||
#battery.critical:not(.charging) {
|
||||
color: #eff1f5; /* Text */
|
||||
background: #d20f39; /* Red */
|
||||
color: #d20f39; /* Text */
|
||||
background: @raisin-black;
|
||||
animation-name: blink;
|
||||
animation-duration: 0.75s;
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
border-radius: 0px 6px 6px 0px;
|
||||
}
|
||||
|
||||
@keyframes blink {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue