aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/style/0-VERTICAL-Catpuccin-Mocha.css
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-07-10 11:21:24 -0700
committerPinapelz <yukais@pinapelz.com>2026-07-10 11:21:24 -0700
commit24de2a31a52d17b6f7214197bdbfeab7428742dd (patch)
treef7736c4712d5a394525a3da2f2b4294e81ba9540 /config/waybar/style/0-VERTICAL-Catpuccin-Mocha.css
parent861bf5be200bfcf2440fec4cda911d29ec18493f (diff)
parentbca86bbec4757cec1f6f5bdea2ed210542f10fae (diff)
Merge remote-tracking branch 'upstream'
Diffstat (limited to 'config/waybar/style/0-VERTICAL-Catpuccin-Mocha.css')
-rw-r--r--config/waybar/style/0-VERTICAL-Catpuccin-Mocha.css267
1 files changed, 0 insertions, 267 deletions
diff --git a/config/waybar/style/0-VERTICAL-Catpuccin-Mocha.css b/config/waybar/style/0-VERTICAL-Catpuccin-Mocha.css
deleted file mode 100644
index a72b2694..00000000
--- a/config/waybar/style/0-VERTICAL-Catpuccin-Mocha.css
+++ /dev/null
@@ -1,267 +0,0 @@
-/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */
-/* Vertical Catpuccin Mocha */
-/* As stated on title, best style for vertical layout waybar config */
-
-* {
- font-family: "JetBrainsMono Nerd Font";
- font-weight: bold;
- min-height: 0;
- /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
- /* NOTE: Waybar v14+ ignores % font-size values */
- font-size: 99%;
- font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
-}
-
-@import "../waybar/style/catppuccin-themes/mocha.css";
-
-window#waybar {
- background-color: @base;
- border-radius: 5px;
- /* Waybar scaling: adjust font-size to scale the bar */
- font-size: 14px;
-}
-
-tooltip {
- background: @base;
- opacity: 1;
- border-radius: 10px;
- border-width: 2px;
- border-style: solid;
- border-color: @sapphire;
-}
-
-/* Waybar scaling: adjust tooltip label font-size to scale the bar */
-tooltip label {
- color: @blue;
- /* Waybar scaling: adjust tooltip label font-size to scale the bar */
- font-size: 14px;
-}
-
-#taskbar button,
-#workspaces button {
- color: @surface2;
- background-color: transparent;
- padding-top: 4px;
- padding-bottom: 4px;
- padding-right: 6px;
- padding-left: 4px;
-}
-
-#taskbar button.active,
-#workspaces button.active {
- color: @maroon;
-}
-
-#taskbar button.focused,
-#workspaces button.focused {
- color: @rosewater;
- background: transparent;
- border-radius: 15px;
-}
-
-#workspaces button.urgent {
- color: #11111b;
- background: transparent;
- border-radius: 15px;
-}
-
-#taskbar button:hover,
-#workspaces button:hover {
- background: transparent;
- color: @flamingo;
- border-radius: 15px;
-}
-
-#backlight,
-#backlight-slider,
-#battery,
-#bluetooth,
-#clock,
-#cpu,
-#disk,
-#idle_inhibitor,
-#keyboard-state,
-#memory,
-#mode,
-#mpris,
-#network,
-#power-profiles-daemon,
-#pulseaudio,
-#pulseaudio-slider,
-#taskbar button,
-#taskbar,
-#temperature,
-#tray,
-#window,
-#wireplumber,
-#workspaces,
-#custom-backlight,
-#custom-nightlight,
-#custom-browser,
-#custom-cava_mviz,
-#custom-cycle_wall,
-#custom-dot_update,
-#custom-file_manager,
-#custom-keybinds,
-#custom-keyboard,
-#custom-light_dark,
-#custom-nightlight,
-#custom-lock,
-#custom-hint,
-#custom-hypridle,
-#custom-hypr_layout,
-#custom-menu,
-#custom-playerctl,
-#custom-power_vertical,
-#custom-power,
-#custom-quit,
-#custom-reboot,
-#custom-settings,
-#custom-spotify,
-#custom-swaync,
-#custom-tty,
-#custom-updater,
-#custom-hyprpicker,
-#custom-weather,
-#custom-weather2,
-#custom-weather.clearNight,
-#custom-weather.cloudyFoggyDay,
-#custom-weather.cloudyFoggyNight,
-#custom-weather.default,
-#custom-weather.rainyDay,
-#custom-weather.rainyNight,
-#custom-weather.severe,
-#custom-weather.showyIcyDay,
-#custom-weather.snowyIcyNight,
-#custom-weather.sunnyDay {
- opacity: 1;
- padding-top: 4px;
- padding-bottom: 4px;
- padding-right: 6px;
- padding-left: 6px;
-}
-
-#idle_inhibitor {
- color: @pink;
- border-bottom: 8px solid rgba(0, 0, 0, 0.2);
-}
-
-#mpris {
- color: @rosewater;
-}
-
-#battery {
- color: #a6e3a1;
- padding-left: 15px;
- border-radius: 15px 0 0 15px;
-}
-
-@keyframes blink {
- to {
- background-color: #ffffff;
- color: #333333;
- }
-}
-
-#battery.critical:not(.charging) {
- color: #f53c3c;
- animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
- animation-iteration-count: infinite;
- animation-direction: alternate;
-}
-
-#custom-lock,
-#custom-power {
- color: @red;
- border-radius: 15px;
- font-weight: bolder;
- padding-left: 1px;
-}
-
-#network {
- background-color: transparent;
- color: @mauve;
-}
-
-#backlight {
- color: @flamingo;
-}
-
-
-#custom-weather {
- color: @green;
- border-radius: 15px;
- background-color: transparent;
-}
-
-#custom-menu {
- color: #89b4fa;
-}
-
-#pulseaudio {
- background-color: transparent;
- color: @blue;
-}
-
-#clock,
-#clock-calender {
- color: @sapphire;
-}
-
-#backlight-slider slider,
-#pulseaudio-slider slider {
- min-height: 7px;
- min-width: 15px;
- opacity: 0;
- background-color: @text;
- border-radius: 3px;
- box-shadow: 1px 5px 6px 1px #272727;
-}
-
-#backlight-slider trough,
-#pulseaudio-slider trough {
- min-height: 100px;
- min-width: 7px;
- border-radius: 5px;
- background-color: @surface0;
-}
-
-window#waybar.bottombar #backlight-slider trough,
-window#waybar.bottombar #pulseaudio-slider trough {
- min-height: 7px;
- /* Waybar scaling: adjust font-size to scale the bar */
- font-size: 14px;
-}
-
-#backlight-slider highlight,
-#pulseaudio-slider highlight {
- min-width: 5px;
- border-radius: 5px;
- background-color: @blue;
-}
-
-/* --- tray readability override (global) --- */
-#tray > *,
-#tray > .passive,
-#tray > .active,
-#tray > .needs-attention {
- background: rgba(137, 180, 250, 0.55);
- border-radius: 8px;
- border: 1px solid rgba(17, 17, 27, 0.35);
- margin-left: 1px;
- margin-right: 1px;
- padding-left: 2px;
- padding-right: 2px;
- color: rgba(17, 17, 27, 0.98);
- -gtk-icon-effect: none;
-}
-
-#tray image {
- background: transparent;
- color: rgba(17, 17, 27, 0.98);
- -gtk-icon-style: symbolic;
- -gtk-icon-effect: none;
- opacity: 1;
-}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage