Finally add all dotfiles correctly
This commit is contained in:
75
waybar/themes/css/catppuccin-frappe.css
Normal file
75
waybar/themes/css/catppuccin-frappe.css
Normal file
@@ -0,0 +1,75 @@
|
||||
/* Catppuccin Frappe */
|
||||
|
||||
@define-color rosewater #f2d5cf;
|
||||
@define-color flamingo #eebebe;
|
||||
@define-color pink #f4b8e4;
|
||||
@define-color mauve #ca9ee6;
|
||||
@define-color red #e78284;
|
||||
@define-color maroon #ea999c;
|
||||
@define-color peach #ef9f76;
|
||||
@define-color yellow #e5c890;
|
||||
@define-color green #a6d189;
|
||||
@define-color teal #81c8be;
|
||||
@define-color sky #99d1db;
|
||||
@define-color sapphire #85c1dc;
|
||||
@define-color blue #8caaee;
|
||||
@define-color lavender #babbf1;
|
||||
@define-color text #c6d0f5;
|
||||
@define-color subtext1 #b5bfe2;
|
||||
@define-color subtext0 #a5adce;
|
||||
@define-color overlay2 #949cbb;
|
||||
@define-color overlay1 #838ba7;
|
||||
@define-color overlay0 #737994;
|
||||
@define-color surface2 #626880;
|
||||
@define-color surface1 #51576d;
|
||||
@define-color surface0 #414559;
|
||||
@define-color base #303446;
|
||||
@define-color mantle #292c3c;
|
||||
@define-color crust #232634;
|
||||
|
||||
@define-color white #ffffff;
|
||||
@define-color black #000000;
|
||||
|
||||
/*
|
||||
bg - background
|
||||
fg - foreground
|
||||
br - border
|
||||
*/
|
||||
|
||||
/* Main Colors */
|
||||
|
||||
@define-color shadow shade(@crust, 0.5);
|
||||
@define-color main-fg @text;
|
||||
@define-color main-bg @crust;
|
||||
@define-color main-br @text;
|
||||
|
||||
@define-color active-bg @overlay2;
|
||||
@define-color active-fg @crust;
|
||||
|
||||
@define-color hover-bg @surface0;
|
||||
@define-color hover-fg alpha(@text, 0.75);
|
||||
|
||||
/* Module Colors */
|
||||
|
||||
@define-color module-fg @text;
|
||||
@define-color workspaces @mantle;
|
||||
|
||||
@define-color temperature @mantle;
|
||||
@define-color memory @base;
|
||||
@define-color cpu @surface0;
|
||||
@define-color distro-fg @black;
|
||||
@define-color distro-bg @overlay2;
|
||||
@define-color time @surface0;
|
||||
@define-color date @base;
|
||||
@define-color tray @mantle;
|
||||
|
||||
@define-color pulseaudio @mantle;
|
||||
@define-color backlight @base;
|
||||
@define-color battery @surface0;
|
||||
@define-color power @overlay2;
|
||||
|
||||
/* State Colors */
|
||||
|
||||
@define-color warning @yellow;
|
||||
@define-color critical @red;
|
||||
@define-color charging @text;
|
||||
75
waybar/themes/css/catppuccin-latte.css
Normal file
75
waybar/themes/css/catppuccin-latte.css
Normal file
@@ -0,0 +1,75 @@
|
||||
/* Catppuccin Latte */
|
||||
|
||||
@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;
|
||||
|
||||
@define-color white #ffffff;
|
||||
@define-color black #000000;
|
||||
|
||||
/*
|
||||
bg - background
|
||||
fg - foreground
|
||||
br - border
|
||||
*/
|
||||
|
||||
/* Main Colors */
|
||||
|
||||
@define-color shadow shade(@crust, 0.5);
|
||||
@define-color main-fg @text;
|
||||
@define-color main-bg @crust;
|
||||
@define-color main-br @text;
|
||||
|
||||
@define-color active-bg @overlay2;
|
||||
@define-color active-fg @crust;
|
||||
|
||||
@define-color hover-bg @surface0;
|
||||
@define-color hover-fg alpha(@text, 0.75);
|
||||
|
||||
/* Module Colors */
|
||||
|
||||
@define-color module-fg @text;
|
||||
@define-color workspaces @mantle;
|
||||
|
||||
@define-color temperature @mantle;
|
||||
@define-color memory @base;
|
||||
@define-color cpu @surface0;
|
||||
@define-color distro-fg @black;
|
||||
@define-color distro-bg @overlay2;
|
||||
@define-color time @surface0;
|
||||
@define-color date @base;
|
||||
@define-color tray @mantle;
|
||||
|
||||
@define-color pulseaudio @mantle;
|
||||
@define-color backlight @base;
|
||||
@define-color battery @surface0;
|
||||
@define-color power @overlay2;
|
||||
|
||||
/* State Colors */
|
||||
|
||||
@define-color warning @yellow;
|
||||
@define-color critical @red;
|
||||
@define-color charging @text;
|
||||
75
waybar/themes/css/catppuccin-macchiato.css
Normal file
75
waybar/themes/css/catppuccin-macchiato.css
Normal file
@@ -0,0 +1,75 @@
|
||||
/* Catppuccin Macchiato */
|
||||
|
||||
@define-color rosewater #f4dbd6;
|
||||
@define-color flamingo #f0c6c6;
|
||||
@define-color pink #f5bde6;
|
||||
@define-color mauve #c6a0f6;
|
||||
@define-color red #ed8796;
|
||||
@define-color maroon #ee99a0;
|
||||
@define-color peach #f5a97f;
|
||||
@define-color yellow #eed49f;
|
||||
@define-color green #a6da95;
|
||||
@define-color teal #8bd5ca;
|
||||
@define-color sky #91d7e3;
|
||||
@define-color sapphire #7dc4e4;
|
||||
@define-color blue #8aadf4;
|
||||
@define-color lavender #b7bdf8;
|
||||
@define-color text #cad3f5;
|
||||
@define-color subtext1 #b8c0e0;
|
||||
@define-color subtext0 #a5adcb;
|
||||
@define-color overlay2 #939ab7;
|
||||
@define-color overlay1 #8087a2;
|
||||
@define-color overlay0 #6e738d;
|
||||
@define-color surface2 #5b6078;
|
||||
@define-color surface1 #494d64;
|
||||
@define-color surface0 #363a4f;
|
||||
@define-color base #24273a;
|
||||
@define-color mantle #1e2030;
|
||||
@define-color crust #181926;
|
||||
|
||||
@define-color white #ffffff;
|
||||
@define-color black #000000;
|
||||
|
||||
/*
|
||||
bg - background
|
||||
fg - foreground
|
||||
br - border
|
||||
*/
|
||||
|
||||
/* Main Colors */
|
||||
|
||||
@define-color shadow shade(@crust, 0.5);
|
||||
@define-color main-fg @text;
|
||||
@define-color main-bg @crust;
|
||||
@define-color main-br @text;
|
||||
|
||||
@define-color active-bg @overlay2;
|
||||
@define-color active-fg @crust;
|
||||
|
||||
@define-color hover-bg @surface0;
|
||||
@define-color hover-fg alpha(@text, 0.75);
|
||||
|
||||
/* Module Colors */
|
||||
|
||||
@define-color module-fg @text;
|
||||
@define-color workspaces @mantle;
|
||||
|
||||
@define-color temperature @mantle;
|
||||
@define-color memory @base;
|
||||
@define-color cpu @surface0;
|
||||
@define-color distro-fg @black;
|
||||
@define-color distro-bg @overlay2;
|
||||
@define-color time @surface0;
|
||||
@define-color date @base;
|
||||
@define-color tray @mantle;
|
||||
|
||||
@define-color pulseaudio @mantle;
|
||||
@define-color backlight @base;
|
||||
@define-color battery @surface0;
|
||||
@define-color power @overlay2;
|
||||
|
||||
/* State Colors */
|
||||
|
||||
@define-color warning @yellow;
|
||||
@define-color critical @red;
|
||||
@define-color charging @text;
|
||||
75
waybar/themes/css/catppuccin-mocha.css
Normal file
75
waybar/themes/css/catppuccin-mocha.css
Normal file
@@ -0,0 +1,75 @@
|
||||
/* Catppuccin Mocha */
|
||||
|
||||
@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;
|
||||
|
||||
@define-color white #ffffff;
|
||||
@define-color black #000000;
|
||||
|
||||
/*
|
||||
bg - background
|
||||
fg - foreground
|
||||
br - border
|
||||
*/
|
||||
|
||||
/* Main Colors */
|
||||
|
||||
@define-color shadow shade(@crust, 0.5);
|
||||
@define-color main-fg @text;
|
||||
@define-color main-bg @crust;
|
||||
@define-color main-br @text;
|
||||
|
||||
@define-color active-bg @overlay2;
|
||||
@define-color active-fg @crust;
|
||||
|
||||
@define-color hover-bg @surface0;
|
||||
@define-color hover-fg alpha(@text, 0.75);
|
||||
|
||||
/* Module Colors */
|
||||
|
||||
@define-color module-fg @text;
|
||||
@define-color workspaces @mantle;
|
||||
|
||||
@define-color temperature @mantle;
|
||||
@define-color memory @base;
|
||||
@define-color cpu @surface0;
|
||||
@define-color distro-fg @black;
|
||||
@define-color distro-bg @overlay2;
|
||||
@define-color time @surface0;
|
||||
@define-color date @base;
|
||||
@define-color tray @mantle;
|
||||
|
||||
@define-color pulseaudio @mantle;
|
||||
@define-color backlight @base;
|
||||
@define-color battery @surface0;
|
||||
@define-color power @overlay2;
|
||||
|
||||
/* State Colors */
|
||||
|
||||
@define-color warning @yellow;
|
||||
@define-color critical @red;
|
||||
@define-color charging @text;
|
||||
75
waybar/themes/css/gruvbox-dark.css
Normal file
75
waybar/themes/css/gruvbox-dark.css
Normal file
@@ -0,0 +1,75 @@
|
||||
/* Gruvbox Dark */
|
||||
|
||||
@define-color bg0_h #1d2021;
|
||||
@define-color bg0 #282828;
|
||||
@define-color bg1 #3c3836;
|
||||
@define-color bg2 #504945;
|
||||
@define-color bg3 #665c54;
|
||||
@define-color bg4 #7c6f64;
|
||||
@define-color gray #928374;
|
||||
@define-color fg4 #a89984;
|
||||
@define-color fg3 #bdae93;
|
||||
@define-color fg2 #d5c4a1;
|
||||
@define-color fg1 #ebdbb2;
|
||||
@define-color fg0 #fbf1c7;
|
||||
@define-color red #cc241d;
|
||||
@define-color bright_red #fb4934;
|
||||
@define-color green #98971a;
|
||||
@define-color bright_green #b8bb26;
|
||||
@define-color yellow #d79921;
|
||||
@define-color bright_yellow #fabd2f;
|
||||
@define-color blue #458588;
|
||||
@define-color bright_blue #83a598;
|
||||
@define-color purple #b16286;
|
||||
@define-color bright_purple #d3869b;
|
||||
@define-color aqua #689d6a;
|
||||
@define-color bright_aqua #8ec07c;
|
||||
@define-color orange #d65d0e;
|
||||
@define-color bright_orange #fe8019;
|
||||
|
||||
@define-color white #ffffff;
|
||||
@define-color black #000000;
|
||||
|
||||
/*
|
||||
bg - background
|
||||
fg - foreground
|
||||
br - border
|
||||
*/
|
||||
|
||||
/* Main Colors */
|
||||
|
||||
@define-color shadow shade(@bg0_h, 0.5);
|
||||
@define-color main-fg @fg0;
|
||||
@define-color main-bg @bg0_h;
|
||||
@define-color main-br @fg0;
|
||||
|
||||
@define-color active-bg @yellow;
|
||||
@define-color active-fg @bg0_h;
|
||||
|
||||
@define-color hover-bg @bg2;
|
||||
@define-color hover-fg alpha(@fg0, 0.75);
|
||||
|
||||
/* Module Colors */
|
||||
|
||||
@define-color module-fg @fg0;
|
||||
@define-color workspaces @bg0;
|
||||
|
||||
@define-color temperature @bg0;
|
||||
@define-color memory @bg1;
|
||||
@define-color cpu @bg2;
|
||||
@define-color distro-fg @black;
|
||||
@define-color distro-bg @yellow;
|
||||
@define-color time @bg2;
|
||||
@define-color date @bg1;
|
||||
@define-color tray @bg0;
|
||||
|
||||
@define-color pulseaudio @bg0;
|
||||
@define-color backlight @bg1;
|
||||
@define-color battery @bg2;
|
||||
@define-color power @yellow;
|
||||
|
||||
/* State Colors */
|
||||
|
||||
@define-color warning @bright_orange;
|
||||
@define-color critical @bright_red;
|
||||
@define-color charging @fg0;
|
||||
75
waybar/themes/css/gruvbox-light.css
Normal file
75
waybar/themes/css/gruvbox-light.css
Normal file
@@ -0,0 +1,75 @@
|
||||
/* Gruvbox Light */
|
||||
|
||||
@define-color bg0_h #f9f5d7;
|
||||
@define-color bg0 #fbf1c7;
|
||||
@define-color bg1 #ebdbb2;
|
||||
@define-color bg2 #d5c4a1;
|
||||
@define-color bg3 #bdae93;
|
||||
@define-color bg4 #a89984;
|
||||
@define-color gray #928374;
|
||||
@define-color fg4 #7c6f64;
|
||||
@define-color fg3 #665c54;
|
||||
@define-color fg2 #504945;
|
||||
@define-color fg1 #3c3836;
|
||||
@define-color fg0 #282828;
|
||||
@define-color red #cc241d;
|
||||
@define-color bright_red #9d0006;
|
||||
@define-color green #98971a;
|
||||
@define-color bright_green #79740e;
|
||||
@define-color yellow #d79921;
|
||||
@define-color bright_yellow #b57614;
|
||||
@define-color blue #458588;
|
||||
@define-color bright_blue #076678;
|
||||
@define-color purple #b16286;
|
||||
@define-color bright_purple #8f3f71;
|
||||
@define-color aqua #689d6a;
|
||||
@define-color bright_aqua #427b58;
|
||||
@define-color orange #d65d0e;
|
||||
@define-color bright_orange #af3a03;
|
||||
|
||||
@define-color white #ffffff;
|
||||
@define-color black #000000;
|
||||
|
||||
/*
|
||||
bg - background
|
||||
fg - foreground
|
||||
br - border
|
||||
*/
|
||||
|
||||
/* Main Colors */
|
||||
|
||||
@define-color shadow shade(@bg0_h, 0.5);
|
||||
@define-color main-fg @fg0;
|
||||
@define-color main-bg @bg0_h;
|
||||
@define-color main-br @fg0;
|
||||
|
||||
@define-color active-bg @yellow;
|
||||
@define-color active-fg @bg0_h;
|
||||
|
||||
@define-color hover-bg @bg2;
|
||||
@define-color hover-fg alpha(@fg0, 0.75);
|
||||
|
||||
/* Module Colors */
|
||||
|
||||
@define-color module-fg @fg0;
|
||||
@define-color workspaces @bg0;
|
||||
|
||||
@define-color temperature @bg0;
|
||||
@define-color memory @bg1;
|
||||
@define-color cpu @bg2;
|
||||
@define-color distro-fg @black;
|
||||
@define-color distro-bg @yellow;
|
||||
@define-color time @bg2;
|
||||
@define-color date @bg1;
|
||||
@define-color tray @bg0;
|
||||
|
||||
@define-color pulseaudio @bg0;
|
||||
@define-color backlight @bg1;
|
||||
@define-color battery @bg2;
|
||||
@define-color power @yellow;
|
||||
|
||||
/* State Colors */
|
||||
|
||||
@define-color warning @bright_orange;
|
||||
@define-color critical @bright_red;
|
||||
@define-color charging @fg0;
|
||||
1
waybar/themes/current-theme
Normal file
1
waybar/themes/current-theme
Normal file
@@ -0,0 +1 @@
|
||||
/home/saeijou/.config/waybar/themes/css/gruvbox-dark.css
|
||||
478
waybar/themes/jsonc/catppuccin-frappe.jsonc
Normal file
478
waybar/themes/jsonc/catppuccin-frappe.jsonc
Normal file
@@ -0,0 +1,478 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"mode": "dock",
|
||||
"reload_style_on_change": true,
|
||||
"gtk-layer-shell": true,
|
||||
|
||||
// <<--< Positions >-->>
|
||||
|
||||
"modules-left": [
|
||||
"custom/ws", // window icon
|
||||
"custom/left1",
|
||||
|
||||
"hyprland/workspaces", // workspaces
|
||||
"custom/right1",
|
||||
|
||||
"custom/paddw",
|
||||
"hyprland/window" // window title
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"custom/paddc",
|
||||
"custom/left2",
|
||||
"custom/temperature", // temperature
|
||||
|
||||
"custom/left3",
|
||||
"memory", // memory
|
||||
|
||||
"custom/left4",
|
||||
"cpu", // cpu
|
||||
"custom/leftin1",
|
||||
|
||||
"custom/left5",
|
||||
"custom/distro", // distro icon
|
||||
"custom/right2",
|
||||
|
||||
"custom/rightin1",
|
||||
"idle_inhibitor", // idle inhibitor
|
||||
"clock#time", // time
|
||||
"custom/right3",
|
||||
|
||||
"clock#date", // date
|
||||
"custom/right4",
|
||||
|
||||
"custom/wifi", // wi-fi
|
||||
"bluetooth", // bluetooth
|
||||
"custom/update", // system update
|
||||
"custom/right5"
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"mpris", // media info
|
||||
|
||||
"custom/left6",
|
||||
"pulseaudio", // output device
|
||||
|
||||
"custom/left7",
|
||||
"backlight", // brightness
|
||||
|
||||
"custom/left8",
|
||||
"battery", // battery
|
||||
|
||||
"custom/leftin2",
|
||||
"custom/power" // power button
|
||||
],
|
||||
|
||||
// <<--< Modules >-->>
|
||||
|
||||
"custom/ws": {
|
||||
"exec": "~/.config/waybar/scripts/current-theme.sh",
|
||||
"return-type": "json",
|
||||
"format": " ",
|
||||
"on-click": "~/.config/waybar/scripts/theme-switcher.sh",
|
||||
"min-length": 3,
|
||||
"max-length": 3
|
||||
},
|
||||
|
||||
"hyprland/workspaces": {
|
||||
"on-scroll-up": "hyprctl dispatch workspace -1",
|
||||
"on-scroll-down": "hyprctl dispatch workspace +1",
|
||||
"persistent-workspaces": {
|
||||
"1": [],
|
||||
"2": [],
|
||||
"3": [],
|
||||
"4": [],
|
||||
"5": []
|
||||
}
|
||||
},
|
||||
|
||||
"hyprland/window": {
|
||||
"format": "{}",
|
||||
"tooltip": false,
|
||||
"min-length": 5,
|
||||
|
||||
"rewrite": {
|
||||
// Desktop
|
||||
"":
|
||||
"<span foreground='#8caaee'> </span> Hyprland",
|
||||
|
||||
// Terminal
|
||||
"~": " Terminal",
|
||||
"zsh": " Terminal",
|
||||
"kitty": " Terminal",
|
||||
|
||||
"tmux(.*)":
|
||||
"<span foreground='#a6e3a1'> </span> Tmux",
|
||||
|
||||
// Browser
|
||||
|
||||
"(.*)Mozilla Firefox":
|
||||
"<span foreground='#e78284'> </span> Firefox",
|
||||
"(.*) — Mozilla Firefox":
|
||||
"<span foreground='#e78284'> </span> $1",
|
||||
|
||||
"(.*)Zen Browser":
|
||||
"<span foreground='#ef9f76'> </span> Zen Browser",
|
||||
"(.*) — Zen Browser":
|
||||
"<span foreground='#ef9f76'> </span> $1",
|
||||
|
||||
// Development
|
||||
|
||||
"(.*) - Visual Studio Code":
|
||||
"<span foreground='#8caaee'> </span> $1",
|
||||
"(.*)Visual Studio Code":
|
||||
"<span foreground='#8caaee'> </span> Visual Studio Code",
|
||||
|
||||
"nvim":
|
||||
"<span foreground='#a6d189'> </span> Neovim",
|
||||
"nvim (.*)":
|
||||
"<span foreground='#a6d189'> </span> $1",
|
||||
|
||||
"vim":
|
||||
"<span foreground='#a6d189'> </span> Vim",
|
||||
"vim (.*)":
|
||||
"<span foreground='#a6d189'> </span> $1",
|
||||
|
||||
// Media
|
||||
|
||||
"(.*)Spotify":
|
||||
"<span foreground='#a6d189'> </span> Spotify",
|
||||
"(.*)Spotify Premium":
|
||||
"<span foreground='#a6d189'> </span> Spotify Premium",
|
||||
|
||||
"OBS(.*)":
|
||||
"<span foreground='#a5adce'> </span> OBS Studio",
|
||||
|
||||
"VLC media player":
|
||||
"<span foreground='#ef9f76'> </span> VLC Media Player",
|
||||
"(.*) - VLC media player":
|
||||
"<span foreground='#ef9f76'> </span> $1",
|
||||
|
||||
"(.*) - mpv":
|
||||
"<span foreground='#ca9ee6'> </span> $1",
|
||||
|
||||
"qView": " qView",
|
||||
|
||||
"(.*).jpg": " $1.jpg",
|
||||
"(.*).png": " $1.png",
|
||||
"(.*).svg": " $1.svg",
|
||||
|
||||
// Social
|
||||
|
||||
"vesktop":
|
||||
"<span foreground='#8caaee'> </span> Discord",
|
||||
|
||||
"• Discord(.*)": "Discord$1",
|
||||
"(.*)Discord(.*)":
|
||||
"<span foreground='#8caaee'> </span> $1Discord$2",
|
||||
|
||||
// Documents
|
||||
|
||||
"ONLYOFFICE Desktop Editors":
|
||||
"<span foreground='#e78284'> </span> OnlyOffice Desktop",
|
||||
|
||||
"(.*).docx":
|
||||
"<span foreground='#8caaee'> </span> $1.docx",
|
||||
"(.*).xlsx":
|
||||
"<span foreground='#a6d189'> </span> $1.xlsx",
|
||||
"(.*).pptx":
|
||||
"<span foreground='#ef9f76'> </span> $1.pptx",
|
||||
"(.*).pdf":
|
||||
"<span foreground='#e78284'> </span> $1.pdf",
|
||||
|
||||
// System
|
||||
"Authenticate": " Authenticate"
|
||||
}
|
||||
},
|
||||
|
||||
"custom/temperature": {
|
||||
"exec": "~/.config/waybar/scripts/cpu-temp.sh",
|
||||
"return-type": "json",
|
||||
"format": "{}",
|
||||
"interval": 5,
|
||||
"min-length": 8,
|
||||
"max-length": 8
|
||||
},
|
||||
|
||||
"memory": {
|
||||
"states": {
|
||||
"warning": 75,
|
||||
"critical": 90
|
||||
},
|
||||
|
||||
"format": " {percentage}%",
|
||||
"format-critical": " {percentage}%",
|
||||
"tooltip": false,
|
||||
// "tooltip-format": "Memory Used: {used:0.1f} GB / {total:0.1f} GB",
|
||||
"interval": 5,
|
||||
"min-length": 7,
|
||||
"max-length": 7
|
||||
},
|
||||
|
||||
"cpu": {
|
||||
"format": " {usage}%",
|
||||
"tooltip": false,
|
||||
"interval": 5,
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"custom/distro": {
|
||||
"format": " ",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
|
||||
"format-icons": {
|
||||
"activated": " ",
|
||||
"deactivated": " "
|
||||
},
|
||||
|
||||
"tooltip-format-activated": "Presentation Mode",
|
||||
"tooltip-format-deactivated": "Idle Mode",
|
||||
"start-activated": false
|
||||
},
|
||||
|
||||
"clock#time": {
|
||||
"format": "{:%H:%M}",
|
||||
"tooltip": false,
|
||||
// "tooltip-format": "Standard Time: {:%I:%M %p}",
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"clock#date": {
|
||||
"format": " {:%m-%d}",
|
||||
"tooltip-format": "<tt>{calendar}</tt>",
|
||||
|
||||
"calendar": {
|
||||
"mode": "month",
|
||||
"mode-mon-col": 6,
|
||||
"on-click-right": "mode",
|
||||
|
||||
"format": {
|
||||
"months":
|
||||
"<span color='#babbf1'><b>{}</b></span>",
|
||||
"weekdays":
|
||||
"<span color='#a5adce' font='7'>{}</span>",
|
||||
"today":
|
||||
"<span color='#e78284'><b>{}</b></span>"
|
||||
}
|
||||
},
|
||||
|
||||
"actions": {
|
||||
"on-click": "mode",
|
||||
"on-click-right": "mode"
|
||||
},
|
||||
|
||||
"min-length": 8,
|
||||
"max-length": 8
|
||||
},
|
||||
|
||||
"custom/wifi": {
|
||||
"exec": "~/.config/waybar/scripts/wifi-status.sh",
|
||||
"return-type": "json",
|
||||
"format": "{}",
|
||||
"on-click": "~/.config/waybar/scripts/wifi-menu.sh",
|
||||
"on-click-right": "kitty --title ' Network Manager TUI' bash -c nmtui",
|
||||
"interval": 1,
|
||||
"min-length": 1,
|
||||
"max-length": 1
|
||||
},
|
||||
|
||||
"bluetooth": {
|
||||
"format": "",
|
||||
"format-disabled": "",
|
||||
"format-connected": "",
|
||||
"format-connected-battery": "",
|
||||
|
||||
"tooltip-format":
|
||||
"{num_connections} connected",
|
||||
"tooltip-format-disabled":
|
||||
"Bluetooth Disabled",
|
||||
"tooltip-format-connected":
|
||||
"{device_enumerate}",
|
||||
"tooltip-format-enumerate-connected":
|
||||
"{device_alias}",
|
||||
"tooltip-format-enumerate-connected-battery":
|
||||
":: {device_alias}: {device_battery_percentage}%",
|
||||
|
||||
"on-click": "~/.config/waybar/scripts/bluetooth-menu.sh",
|
||||
"on-click-right": "kitty --title ' Bluetooth TUI' bash -c bluetui",
|
||||
"interval": 1,
|
||||
"min-length": 1,
|
||||
"max-length": 1
|
||||
},
|
||||
|
||||
"custom/update": {
|
||||
"exec": "~/.config/waybar/scripts/system-update.sh",
|
||||
"return-type": "json",
|
||||
"format": "{}",
|
||||
"on-click": "hyprctl dispatch exec '~/.config/waybar/scripts/system-update.sh up'",
|
||||
"interval": 30,
|
||||
"min-length": 1,
|
||||
"max-length": 1
|
||||
},
|
||||
|
||||
"mpris": {
|
||||
"format": "{player_icon} {title} - {artist}",
|
||||
"format-paused": "{status_icon} {title} - {artist}",
|
||||
|
||||
"player-icons": {
|
||||
"default": " ",
|
||||
"spotify": "<span foreground='#a6d189'> </span>",
|
||||
"firefox": "<span foreground='#e78284'> </span>"
|
||||
},
|
||||
"status-icons": {
|
||||
"paused": "<span color='#babbf1'>\u200A\u200A\u2009\u2009</span>"
|
||||
},
|
||||
|
||||
"tooltip-format": "Playing: {title} - {artist}",
|
||||
"tooltip-format-paused": "Paused: {title} - {artist}",
|
||||
"min-length": 5,
|
||||
"max-length": 35
|
||||
},
|
||||
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume}%",
|
||||
"format-muted": " {volume}%",
|
||||
|
||||
"format-icons": {
|
||||
"default": ["", "", ""],
|
||||
"headphone": "",
|
||||
"headset": ""
|
||||
},
|
||||
|
||||
"tooltip-format": "Device: {desc}",
|
||||
"on-click": "~/.config/waybar/scripts/volume-control.sh -o m",
|
||||
"on-scroll-up": "~/.config/waybar/scripts/volume-control.sh -o i",
|
||||
"on-scroll-down": "~/.config/waybar/scripts/volume-control.sh -o d",
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"backlight": {
|
||||
"format": "{icon} {percent}%",
|
||||
"format-icons": ["", "", "", "", "", "", "", "", ""],
|
||||
"tooltip": false,
|
||||
"on-scroll-up": "~/.config/waybar/scripts/brightness-control.sh -o i",
|
||||
"on-scroll-down": "~/.config/waybar/scripts/brightness-control.sh -o d",
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"battery": {
|
||||
"states": {
|
||||
"warning": 20,
|
||||
"critical": 10
|
||||
},
|
||||
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-icons": ["", "", "", "", "", "", "", "", "", ""],
|
||||
"format-charging": " {capacity}%",
|
||||
|
||||
"tooltip-format": "Discharging: {time}",
|
||||
"tooltip-format-charging": "Charging: {time}",
|
||||
"interval": 1,
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"custom/power": {
|
||||
"format": " ",
|
||||
"tooltip": false,
|
||||
// "tooltip-format": "Power Menu",
|
||||
"on-click": "~/.config/waybar/scripts/power-menu.sh"
|
||||
},
|
||||
|
||||
// <<--< Padding >-->>
|
||||
|
||||
"custom/paddw": {
|
||||
"format": " ",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"custom/paddc": {
|
||||
"format": " ",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Left Arrows
|
||||
|
||||
"custom/left1": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left2": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left3": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left4": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left5": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left6": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left7": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left8": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Right Arrows
|
||||
|
||||
"custom/right1": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right2": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right3": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right4": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right5": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Left Inverse
|
||||
|
||||
"custom/leftin1": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/leftin2": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Right Inverse
|
||||
|
||||
"custom/rightin1": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
}
|
||||
}
|
||||
478
waybar/themes/jsonc/catppuccin-latte.jsonc
Normal file
478
waybar/themes/jsonc/catppuccin-latte.jsonc
Normal file
@@ -0,0 +1,478 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"mode": "dock",
|
||||
"reload_style_on_change": true,
|
||||
"gtk-layer-shell": true,
|
||||
|
||||
// <<--< Positions >-->>
|
||||
|
||||
"modules-left": [
|
||||
"custom/ws", // window icon
|
||||
"custom/left1",
|
||||
|
||||
"hyprland/workspaces", // workspaces
|
||||
"custom/right1",
|
||||
|
||||
"custom/paddw",
|
||||
"hyprland/window" // window title
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"custom/paddc",
|
||||
"custom/left2",
|
||||
"custom/temperature", // temperature
|
||||
|
||||
"custom/left3",
|
||||
"memory", // memory
|
||||
|
||||
"custom/left4",
|
||||
"cpu", // cpu
|
||||
"custom/leftin1",
|
||||
|
||||
"custom/left5",
|
||||
"custom/distro", // distro icon
|
||||
"custom/right2",
|
||||
|
||||
"custom/rightin1",
|
||||
"idle_inhibitor", // idle inhibitor
|
||||
"clock#time", // time
|
||||
"custom/right3",
|
||||
|
||||
"clock#date", // date
|
||||
"custom/right4",
|
||||
|
||||
"custom/wifi", // wi-fi
|
||||
"bluetooth", // bluetooth
|
||||
"custom/update", // system update
|
||||
"custom/right5"
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"mpris", // media info
|
||||
|
||||
"custom/left6",
|
||||
"pulseaudio", // output device
|
||||
|
||||
"custom/left7",
|
||||
"backlight", // brightness
|
||||
|
||||
"custom/left8",
|
||||
"battery", // battery
|
||||
|
||||
"custom/leftin2",
|
||||
"custom/power" // power button
|
||||
],
|
||||
|
||||
// <<--< Modules >-->>
|
||||
|
||||
"custom/ws": {
|
||||
"exec": "~/.config/waybar/scripts/current-theme.sh",
|
||||
"return-type": "json",
|
||||
"format": " ",
|
||||
"on-click": "~/.config/waybar/scripts/theme-switcher.sh",
|
||||
"min-length": 3,
|
||||
"max-length": 3
|
||||
},
|
||||
|
||||
"hyprland/workspaces": {
|
||||
"on-scroll-up": "hyprctl dispatch workspace -1",
|
||||
"on-scroll-down": "hyprctl dispatch workspace +1",
|
||||
"persistent-workspaces": {
|
||||
"1": [],
|
||||
"2": [],
|
||||
"3": [],
|
||||
"4": [],
|
||||
"5": []
|
||||
}
|
||||
},
|
||||
|
||||
"hyprland/window": {
|
||||
"format": "{}",
|
||||
"tooltip": false,
|
||||
"min-length": 5,
|
||||
|
||||
"rewrite": {
|
||||
// Desktop
|
||||
"":
|
||||
"<span foreground='#1e66f5'> </span> Hyprland",
|
||||
|
||||
// Terminal
|
||||
"~": " Terminal",
|
||||
"zsh": " Terminal",
|
||||
"kitty": " Terminal",
|
||||
|
||||
"tmux(.*)":
|
||||
"<span foreground='#a6e3a1'> </span> Tmux",
|
||||
|
||||
// Browser
|
||||
|
||||
"(.*)Mozilla Firefox":
|
||||
"<span foreground='#d20f39'> </span> Firefox",
|
||||
"(.*) — Mozilla Firefox":
|
||||
"<span foreground='#d20f39'> </span> $1",
|
||||
|
||||
"(.*)Zen Browser":
|
||||
"<span foreground='#fe640b'> </span> Zen Browser",
|
||||
"(.*) — Zen Browser":
|
||||
"<span foreground='#fe640b'> </span> $1",
|
||||
|
||||
// Development
|
||||
|
||||
"(.*) - Visual Studio Code":
|
||||
"<span foreground='#1e66f5'> </span> $1",
|
||||
"(.*)Visual Studio Code":
|
||||
"<span foreground='#1e66f5'> </span> Visual Studio Code",
|
||||
|
||||
"nvim":
|
||||
"<span foreground='#40a02b'> </span> Neovim",
|
||||
"nvim (.*)":
|
||||
"<span foreground='#40a02b'> </span> $1",
|
||||
|
||||
"vim":
|
||||
"<span foreground='#40a02b'> </span> Vim",
|
||||
"vim (.*)":
|
||||
"<span foreground='#40a02b'> </span> $1",
|
||||
|
||||
// Media
|
||||
|
||||
"(.*)Spotify":
|
||||
"<span foreground='#40a02b'> </span> Spotify",
|
||||
"(.*)Spotify Premium":
|
||||
"<span foreground='#40a02b'> </span> Spotify Premium",
|
||||
|
||||
"OBS(.*)":
|
||||
"<span foreground='#6c6f85'> </span> OBS Studio",
|
||||
|
||||
"VLC media player":
|
||||
"<span foreground='#fe640b'> </span> VLC Media Player",
|
||||
"(.*) - VLC media player":
|
||||
"<span foreground='#fe640b'> </span> $1",
|
||||
|
||||
"(.*) - mpv":
|
||||
"<span foreground='#8839ef'> </span> $1",
|
||||
|
||||
"qView": " qView",
|
||||
|
||||
"(.*).jpg": " $1.jpg",
|
||||
"(.*).png": " $1.png",
|
||||
"(.*).svg": " $1.svg",
|
||||
|
||||
// Social
|
||||
|
||||
"vesktop":
|
||||
"<span foreground='#1e66f5'> </span> Discord",
|
||||
|
||||
"• Discord(.*)": "Discord$1",
|
||||
"(.*)Discord(.*)":
|
||||
"<span foreground='#1e66f5'> </span> $1Discord$2",
|
||||
|
||||
// Documents
|
||||
|
||||
"ONLYOFFICE Desktop Editors":
|
||||
"<span foreground='#d20f39'> </span> OnlyOffice Desktop",
|
||||
|
||||
"(.*).docx":
|
||||
"<span foreground='#1e66f5'> </span> $1.docx",
|
||||
"(.*).xlsx":
|
||||
"<span foreground='#40a02b'> </span> $1.xlsx",
|
||||
"(.*).pptx":
|
||||
"<span foreground='#fe640b'> </span> $1.pptx",
|
||||
"(.*).pdf":
|
||||
"<span foreground='#d20f39'> </span> $1.pdf",
|
||||
|
||||
// System
|
||||
"Authenticate": " Authenticate"
|
||||
}
|
||||
},
|
||||
|
||||
"custom/temperature": {
|
||||
"exec": "~/.config/waybar/scripts/cpu-temp.sh",
|
||||
"return-type": "json",
|
||||
"format": "{}",
|
||||
"interval": 5,
|
||||
"min-length": 8,
|
||||
"max-length": 8
|
||||
},
|
||||
|
||||
"memory": {
|
||||
"states": {
|
||||
"warning": 75,
|
||||
"critical": 90
|
||||
},
|
||||
|
||||
"format": " {percentage}%",
|
||||
"format-critical": " {percentage}%",
|
||||
"tooltip": false,
|
||||
// "tooltip-format": "Memory Used: {used:0.1f} GB / {total:0.1f} GB",
|
||||
"interval": 5,
|
||||
"min-length": 7,
|
||||
"max-length": 7
|
||||
},
|
||||
|
||||
"cpu": {
|
||||
"format": " {usage}%",
|
||||
"tooltip": false,
|
||||
"interval": 5,
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"custom/distro": {
|
||||
"format": " ",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
|
||||
"format-icons": {
|
||||
"activated": " ",
|
||||
"deactivated": " "
|
||||
},
|
||||
|
||||
"tooltip-format-activated": "Presentation Mode",
|
||||
"tooltip-format-deactivated": "Idle Mode",
|
||||
"start-activated": false
|
||||
},
|
||||
|
||||
"clock#time": {
|
||||
"format": "{:%H:%M}",
|
||||
"tooltip": false,
|
||||
// "tooltip-format": "Standard Time: {:%I:%M %p}",
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"clock#date": {
|
||||
"format": " {:%m-%d}",
|
||||
"tooltip-format": "<tt>{calendar}</tt>",
|
||||
|
||||
"calendar": {
|
||||
"mode": "month",
|
||||
"mode-mon-col": 6,
|
||||
"on-click-right": "mode",
|
||||
|
||||
"format": {
|
||||
"months":
|
||||
"<span color='#7287fd'><b>{}</b></span>",
|
||||
"weekdays":
|
||||
"<span color='#6c6f85' font='7'>{}</span>",
|
||||
"today":
|
||||
"<span color='#d20f39'><b>{}</b></span>"
|
||||
}
|
||||
},
|
||||
|
||||
"actions": {
|
||||
"on-click": "mode",
|
||||
"on-click-right": "mode"
|
||||
},
|
||||
|
||||
"min-length": 8,
|
||||
"max-length": 8
|
||||
},
|
||||
|
||||
"custom/wifi": {
|
||||
"exec": "~/.config/waybar/scripts/wifi-status.sh",
|
||||
"return-type": "json",
|
||||
"format": "{}",
|
||||
"on-click": "~/.config/waybar/scripts/wifi-menu.sh",
|
||||
"on-click-right": "kitty --title ' Network Manager TUI' bash -c nmtui",
|
||||
"interval": 1,
|
||||
"min-length": 1,
|
||||
"max-length": 1
|
||||
},
|
||||
|
||||
"bluetooth": {
|
||||
"format": "",
|
||||
"format-disabled": "",
|
||||
"format-connected": "",
|
||||
"format-connected-battery": "",
|
||||
|
||||
"tooltip-format":
|
||||
"{num_connections} connected",
|
||||
"tooltip-format-disabled":
|
||||
"Bluetooth Disabled",
|
||||
"tooltip-format-connected":
|
||||
"{device_enumerate}",
|
||||
"tooltip-format-enumerate-connected":
|
||||
"{device_alias}",
|
||||
"tooltip-format-enumerate-connected-battery":
|
||||
":: {device_alias}: {device_battery_percentage}%",
|
||||
|
||||
"on-click": "~/.config/waybar/scripts/bluetooth-menu.sh",
|
||||
"on-click-right": "kitty --title ' Bluetooth TUI' bash -c bluetui",
|
||||
"interval": 1,
|
||||
"min-length": 1,
|
||||
"max-length": 1
|
||||
},
|
||||
|
||||
"custom/update": {
|
||||
"exec": "~/.config/waybar/scripts/system-update.sh",
|
||||
"return-type": "json",
|
||||
"format": "{}",
|
||||
"on-click": "hyprctl dispatch exec '~/.config/waybar/scripts/system-update.sh up'",
|
||||
"interval": 30,
|
||||
"min-length": 1,
|
||||
"max-length": 1
|
||||
},
|
||||
|
||||
"mpris": {
|
||||
"format": "{player_icon} {title} - {artist}",
|
||||
"format-paused": "{status_icon} {title} - {artist}",
|
||||
|
||||
"player-icons": {
|
||||
"default": " ",
|
||||
"spotify": "<span foreground='#40a02b'> </span>",
|
||||
"firefox": "<span foreground='#d20f39'> </span>"
|
||||
},
|
||||
"status-icons": {
|
||||
"paused": "<span color='#7287fd'>\u200A\u200A\u2009\u2009</span>"
|
||||
},
|
||||
|
||||
"tooltip-format": "Playing: {title} - {artist}",
|
||||
"tooltip-format-paused": "Paused: {title} - {artist}",
|
||||
"min-length": 5,
|
||||
"max-length": 35
|
||||
},
|
||||
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume}%",
|
||||
"format-muted": " {volume}%",
|
||||
|
||||
"format-icons": {
|
||||
"default": ["", "", ""],
|
||||
"headphone": "",
|
||||
"headset": ""
|
||||
},
|
||||
|
||||
"tooltip-format": "Device: {desc}",
|
||||
"on-click": "~/.config/waybar/scripts/volume-control.sh -o m",
|
||||
"on-scroll-up": "~/.config/waybar/scripts/volume-control.sh -o i",
|
||||
"on-scroll-down": "~/.config/waybar/scripts/volume-control.sh -o d",
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"backlight": {
|
||||
"format": "{icon} {percent}%",
|
||||
"format-icons": ["", "", "", "", "", "", "", "", ""],
|
||||
"tooltip": false,
|
||||
"on-scroll-up": "~/.config/waybar/scripts/brightness-control.sh -o i",
|
||||
"on-scroll-down": "~/.config/waybar/scripts/brightness-control.sh -o d",
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"battery": {
|
||||
"states": {
|
||||
"warning": 20,
|
||||
"critical": 10
|
||||
},
|
||||
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-icons": ["", "", "", "", "", "", "", "", "", ""],
|
||||
"format-charging": " {capacity}%",
|
||||
|
||||
"tooltip-format": "Discharging: {time}",
|
||||
"tooltip-format-charging": "Charging: {time}",
|
||||
"interval": 1,
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"custom/power": {
|
||||
"format": " ",
|
||||
"tooltip": false,
|
||||
// "tooltip-format": "Power Menu",
|
||||
"on-click": "~/.config/waybar/scripts/power-menu.sh"
|
||||
},
|
||||
|
||||
// <<--< Padding >-->>
|
||||
|
||||
"custom/paddw": {
|
||||
"format": " ",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"custom/paddc": {
|
||||
"format": " ",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Left Arrows
|
||||
|
||||
"custom/left1": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left2": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left3": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left4": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left5": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left6": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left7": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left8": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Right Arrows
|
||||
|
||||
"custom/right1": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right2": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right3": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right4": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right5": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Left Inverse
|
||||
|
||||
"custom/leftin1": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/leftin2": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Right Inverse
|
||||
|
||||
"custom/rightin1": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
}
|
||||
}
|
||||
478
waybar/themes/jsonc/catppuccin-macchiato.jsonc
Normal file
478
waybar/themes/jsonc/catppuccin-macchiato.jsonc
Normal file
@@ -0,0 +1,478 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"mode": "dock",
|
||||
"reload_style_on_change": true,
|
||||
"gtk-layer-shell": true,
|
||||
|
||||
// <<--< Positions >-->>
|
||||
|
||||
"modules-left": [
|
||||
"custom/ws", // window icon
|
||||
"custom/left1",
|
||||
|
||||
"hyprland/workspaces", // workspaces
|
||||
"custom/right1",
|
||||
|
||||
"custom/paddw",
|
||||
"hyprland/window" // window title
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"custom/paddc",
|
||||
"custom/left2",
|
||||
"custom/temperature", // temperature
|
||||
|
||||
"custom/left3",
|
||||
"memory", // memory
|
||||
|
||||
"custom/left4",
|
||||
"cpu", // cpu
|
||||
"custom/leftin1",
|
||||
|
||||
"custom/left5",
|
||||
"custom/distro", // distro icon
|
||||
"custom/right2",
|
||||
|
||||
"custom/rightin1",
|
||||
"idle_inhibitor", // idle inhibitor
|
||||
"clock#time", // time
|
||||
"custom/right3",
|
||||
|
||||
"clock#date", // date
|
||||
"custom/right4",
|
||||
|
||||
"custom/wifi", // wi-fi
|
||||
"bluetooth", // bluetooth
|
||||
"custom/update", // system update
|
||||
"custom/right5"
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"mpris", // media info
|
||||
|
||||
"custom/left6",
|
||||
"pulseaudio", // output device
|
||||
|
||||
"custom/left7",
|
||||
"backlight", // brightness
|
||||
|
||||
"custom/left8",
|
||||
"battery", // battery
|
||||
|
||||
"custom/leftin2",
|
||||
"custom/power" // power button
|
||||
],
|
||||
|
||||
// <<--< Modules >-->>
|
||||
|
||||
"custom/ws": {
|
||||
"exec": "~/.config/waybar/scripts/current-theme.sh",
|
||||
"return-type": "json",
|
||||
"format": " ",
|
||||
"on-click": "~/.config/waybar/scripts/theme-switcher.sh",
|
||||
"min-length": 3,
|
||||
"max-length": 3
|
||||
},
|
||||
|
||||
"hyprland/workspaces": {
|
||||
"on-scroll-up": "hyprctl dispatch workspace -1",
|
||||
"on-scroll-down": "hyprctl dispatch workspace +1",
|
||||
"persistent-workspaces": {
|
||||
"1": [],
|
||||
"2": [],
|
||||
"3": [],
|
||||
"4": [],
|
||||
"5": []
|
||||
}
|
||||
},
|
||||
|
||||
"hyprland/window": {
|
||||
"format": "{}",
|
||||
"tooltip": false,
|
||||
"min-length": 5,
|
||||
|
||||
"rewrite": {
|
||||
// Desktop
|
||||
"":
|
||||
"<span foreground='#8aadf4'> </span> Hyprland",
|
||||
|
||||
// Terminal
|
||||
"~": " Terminal",
|
||||
"zsh": " Terminal",
|
||||
"kitty": " Terminal",
|
||||
|
||||
"tmux(.*)":
|
||||
"<span foreground='#a6e3a1'> </span> Tmux",
|
||||
|
||||
// Browser
|
||||
|
||||
"(.*)Mozilla Firefox":
|
||||
"<span foreground='#ed8796'> </span> Firefox",
|
||||
"(.*) — Mozilla Firefox":
|
||||
"<span foreground='#ed8796'> </span> $1",
|
||||
|
||||
"(.*)Zen Browser":
|
||||
"<span foreground='#f5a97f'> </span> Zen Browser",
|
||||
"(.*) — Zen Browser":
|
||||
"<span foreground='#f5a97f'> </span> $1",
|
||||
|
||||
// Development
|
||||
|
||||
"(.*) - Visual Studio Code":
|
||||
"<span foreground='#8aadf4'> </span> $1",
|
||||
"(.*)Visual Studio Code":
|
||||
"<span foreground='#8aadf4'> </span> Visual Studio Code",
|
||||
|
||||
"nvim":
|
||||
"<span foreground='#a6da95'> </span> Neovim",
|
||||
"nvim (.*)":
|
||||
"<span foreground='#a6da95'> </span> $1",
|
||||
|
||||
"vim":
|
||||
"<span foreground='#a6da95'> </span> Vim",
|
||||
"vim (.*)":
|
||||
"<span foreground='#a6da95'> </span> $1",
|
||||
|
||||
// Media
|
||||
|
||||
"(.*)Spotify":
|
||||
"<span foreground='#a6da95'> </span> Spotify",
|
||||
"(.*)Spotify Premium":
|
||||
"<span foreground='#a6da95'> </span> Spotify Premium",
|
||||
|
||||
"OBS(.*)":
|
||||
"<span foreground='#a5adcb'> </span> OBS Studio",
|
||||
|
||||
"VLC media player":
|
||||
"<span foreground='#f5a97f'> </span> VLC Media Player",
|
||||
"(.*) - VLC media player":
|
||||
"<span foreground='#f5a97f'> </span> $1",
|
||||
|
||||
"(.*) - mpv":
|
||||
"<span foreground='#c6a0f6'> </span> $1",
|
||||
|
||||
"qView": " qView",
|
||||
|
||||
"(.*).jpg": " $1.jpg",
|
||||
"(.*).png": " $1.png",
|
||||
"(.*).svg": " $1.svg",
|
||||
|
||||
// Social
|
||||
|
||||
"vesktop":
|
||||
"<span foreground='#8aadf4'> </span> Discord",
|
||||
|
||||
"• Discord(.*)": "Discord$1",
|
||||
"(.*)Discord(.*)":
|
||||
"<span foreground='#8aadf4'> </span> $1Discord$2",
|
||||
|
||||
// Documents
|
||||
|
||||
"ONLYOFFICE Desktop Editors":
|
||||
"<span foreground='#ed8796'> </span> OnlyOffice Desktop",
|
||||
|
||||
"(.*).docx":
|
||||
"<span foreground='#8aadf4'> </span> $1.docx",
|
||||
"(.*).xlsx":
|
||||
"<span foreground='#a6da95'> </span> $1.xlsx",
|
||||
"(.*).pptx":
|
||||
"<span foreground='#f5a97f'> </span> $1.pptx",
|
||||
"(.*).pdf":
|
||||
"<span foreground='#ed8796'> </span> $1.pdf",
|
||||
|
||||
// System
|
||||
"Authenticate": " Authenticate"
|
||||
}
|
||||
},
|
||||
|
||||
"custom/temperature": {
|
||||
"exec": "~/.config/waybar/scripts/cpu-temp.sh",
|
||||
"return-type": "json",
|
||||
"format": "{}",
|
||||
"interval": 5,
|
||||
"min-length": 8,
|
||||
"max-length": 8
|
||||
},
|
||||
|
||||
"memory": {
|
||||
"states": {
|
||||
"warning": 75,
|
||||
"critical": 90
|
||||
},
|
||||
|
||||
"format": " {percentage}%",
|
||||
"format-critical": " {percentage}%",
|
||||
"tooltip": false,
|
||||
// "tooltip-format": "Memory Used: {used:0.1f} GB / {total:0.1f} GB",
|
||||
"interval": 5,
|
||||
"min-length": 7,
|
||||
"max-length": 7
|
||||
},
|
||||
|
||||
"cpu": {
|
||||
"format": " {usage}%",
|
||||
"tooltip": false,
|
||||
"interval": 5,
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"custom/distro": {
|
||||
"format": " ",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
|
||||
"format-icons": {
|
||||
"activated": " ",
|
||||
"deactivated": " "
|
||||
},
|
||||
|
||||
"tooltip-format-activated": "Presentation Mode",
|
||||
"tooltip-format-deactivated": "Idle Mode",
|
||||
"start-activated": false
|
||||
},
|
||||
|
||||
"clock#time": {
|
||||
"format": "{:%H:%M}",
|
||||
"tooltip": false,
|
||||
// "tooltip-format": "Standard Time: {:%I:%M %p}",
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"clock#date": {
|
||||
"format": " {:%m-%d}",
|
||||
"tooltip-format": "<tt>{calendar}</tt>",
|
||||
|
||||
"calendar": {
|
||||
"mode": "month",
|
||||
"mode-mon-col": 6,
|
||||
"on-click-right": "mode",
|
||||
|
||||
"format": {
|
||||
"months":
|
||||
"<span color='#b7bdf8'><b>{}</b></span>",
|
||||
"weekdays":
|
||||
"<span color='#a5adcb' font='7'>{}</span>",
|
||||
"today":
|
||||
"<span color='#ed8796'><b>{}</b></span>"
|
||||
}
|
||||
},
|
||||
|
||||
"actions": {
|
||||
"on-click": "mode",
|
||||
"on-click-right": "mode"
|
||||
},
|
||||
|
||||
"min-length": 8,
|
||||
"max-length": 8
|
||||
},
|
||||
|
||||
"custom/wifi": {
|
||||
"exec": "~/.config/waybar/scripts/wifi-status.sh",
|
||||
"return-type": "json",
|
||||
"format": "{}",
|
||||
"on-click": "~/.config/waybar/scripts/wifi-menu.sh",
|
||||
"on-click-right": "kitty --title ' Network Manager TUI' bash -c nmtui",
|
||||
"interval": 1,
|
||||
"min-length": 1,
|
||||
"max-length": 1
|
||||
},
|
||||
|
||||
"bluetooth": {
|
||||
"format": "",
|
||||
"format-disabled": "",
|
||||
"format-connected": "",
|
||||
"format-connected-battery": "",
|
||||
|
||||
"tooltip-format":
|
||||
"{num_connections} connected",
|
||||
"tooltip-format-disabled":
|
||||
"Bluetooth Disabled",
|
||||
"tooltip-format-connected":
|
||||
"{device_enumerate}",
|
||||
"tooltip-format-enumerate-connected":
|
||||
"{device_alias}",
|
||||
"tooltip-format-enumerate-connected-battery":
|
||||
":: {device_alias}: {device_battery_percentage}%",
|
||||
|
||||
"on-click": "~/.config/waybar/scripts/bluetooth-menu.sh",
|
||||
"on-click-right": "kitty --title ' Bluetooth TUI' bash -c bluetui",
|
||||
"interval": 1,
|
||||
"min-length": 1,
|
||||
"max-length": 1
|
||||
},
|
||||
|
||||
"custom/update": {
|
||||
"exec": "~/.config/waybar/scripts/system-update.sh",
|
||||
"return-type": "json",
|
||||
"format": "{}",
|
||||
"on-click": "hyprctl dispatch exec '~/.config/waybar/scripts/system-update.sh up'",
|
||||
"interval": 30,
|
||||
"min-length": 1,
|
||||
"max-length": 1
|
||||
},
|
||||
|
||||
"mpris": {
|
||||
"format": "{player_icon} {title} - {artist}",
|
||||
"format-paused": "{status_icon} {title} - {artist}",
|
||||
|
||||
"player-icons": {
|
||||
"default": " ",
|
||||
"spotify": "<span foreground='#a6da95'> </span>",
|
||||
"firefox": "<span foreground='#ed8796'> </span>"
|
||||
},
|
||||
"status-icons": {
|
||||
"paused": "<span color='#b7bdf8'>\u200A\u200A\u2009\u2009</span>"
|
||||
},
|
||||
|
||||
"tooltip-format": "Playing: {title} - {artist}",
|
||||
"tooltip-format-paused": "Paused: {title} - {artist}",
|
||||
"min-length": 5,
|
||||
"max-length": 35
|
||||
},
|
||||
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume}%",
|
||||
"format-muted": " {volume}%",
|
||||
|
||||
"format-icons": {
|
||||
"default": ["", "", ""],
|
||||
"headphone": "",
|
||||
"headset": ""
|
||||
},
|
||||
|
||||
"tooltip-format": "Device: {desc}",
|
||||
"on-click": "~/.config/waybar/scripts/volume-control.sh -o m",
|
||||
"on-scroll-up": "~/.config/waybar/scripts/volume-control.sh -o i",
|
||||
"on-scroll-down": "~/.config/waybar/scripts/volume-control.sh -o d",
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"backlight": {
|
||||
"format": "{icon} {percent}%",
|
||||
"format-icons": ["", "", "", "", "", "", "", "", ""],
|
||||
"tooltip": false,
|
||||
"on-scroll-up": "~/.config/waybar/scripts/brightness-control.sh -o i",
|
||||
"on-scroll-down": "~/.config/waybar/scripts/brightness-control.sh -o d",
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"battery": {
|
||||
"states": {
|
||||
"warning": 20,
|
||||
"critical": 10
|
||||
},
|
||||
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-icons": ["", "", "", "", "", "", "", "", "", ""],
|
||||
"format-charging": " {capacity}%",
|
||||
|
||||
"tooltip-format": "Discharging: {time}",
|
||||
"tooltip-format-charging": "Charging: {time}",
|
||||
"interval": 1,
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"custom/power": {
|
||||
"format": " ",
|
||||
"tooltip": false,
|
||||
// "tooltip-format": "Power Menu",
|
||||
"on-click": "~/.config/waybar/scripts/power-menu.sh"
|
||||
},
|
||||
|
||||
// <<--< Padding >-->>
|
||||
|
||||
"custom/paddw": {
|
||||
"format": " ",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"custom/paddc": {
|
||||
"format": " ",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Left Arrows
|
||||
|
||||
"custom/left1": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left2": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left3": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left4": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left5": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left6": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left7": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left8": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Right Arrows
|
||||
|
||||
"custom/right1": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right2": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right3": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right4": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right5": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Left Inverse
|
||||
|
||||
"custom/leftin1": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/leftin2": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Right Inverse
|
||||
|
||||
"custom/rightin1": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
}
|
||||
}
|
||||
478
waybar/themes/jsonc/catppuccin-mocha.jsonc
Normal file
478
waybar/themes/jsonc/catppuccin-mocha.jsonc
Normal file
@@ -0,0 +1,478 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"mode": "dock",
|
||||
"reload_style_on_change": true,
|
||||
"gtk-layer-shell": true,
|
||||
|
||||
// <<--< Positions >-->>
|
||||
|
||||
"modules-left": [
|
||||
"custom/ws", // window icon
|
||||
"custom/left1",
|
||||
|
||||
"hyprland/workspaces", // workspaces
|
||||
"custom/right1",
|
||||
|
||||
"custom/paddw",
|
||||
"hyprland/window" // window title
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"custom/paddc",
|
||||
"custom/left2",
|
||||
"custom/temperature", // temperature
|
||||
|
||||
"custom/left3",
|
||||
"memory", // memory
|
||||
|
||||
"custom/left4",
|
||||
"cpu", // cpu
|
||||
"custom/leftin1",
|
||||
|
||||
"custom/left5",
|
||||
"custom/distro", // distro icon
|
||||
"custom/right2",
|
||||
|
||||
"custom/rightin1",
|
||||
"idle_inhibitor", // idle inhibitor
|
||||
"clock#time", // time
|
||||
"custom/right3",
|
||||
|
||||
"clock#date", // date
|
||||
"custom/right4",
|
||||
|
||||
"custom/wifi", // wi-fi
|
||||
"bluetooth", // bluetooth
|
||||
"custom/update", // system update
|
||||
"custom/right5"
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"mpris", // media info
|
||||
|
||||
"custom/left6",
|
||||
"pulseaudio", // output device
|
||||
|
||||
"custom/left7",
|
||||
"backlight", // brightness
|
||||
|
||||
"custom/left8",
|
||||
"battery", // battery
|
||||
|
||||
"custom/leftin2",
|
||||
"custom/power" // power button
|
||||
],
|
||||
|
||||
// <<--< Modules >-->>
|
||||
|
||||
"custom/ws": {
|
||||
"exec": "~/.config/waybar/scripts/current-theme.sh",
|
||||
"return-type": "json",
|
||||
"format": " ",
|
||||
"on-click": "~/.config/waybar/scripts/theme-switcher.sh",
|
||||
"min-length": 3,
|
||||
"max-length": 3
|
||||
},
|
||||
|
||||
"hyprland/workspaces": {
|
||||
"on-scroll-up": "hyprctl dispatch workspace -1",
|
||||
"on-scroll-down": "hyprctl dispatch workspace +1",
|
||||
"persistent-workspaces": {
|
||||
"1": [],
|
||||
"2": [],
|
||||
"3": [],
|
||||
"4": [],
|
||||
"5": []
|
||||
}
|
||||
},
|
||||
|
||||
"hyprland/window": {
|
||||
"format": "{}",
|
||||
"tooltip": false,
|
||||
"min-length": 5,
|
||||
|
||||
"rewrite": {
|
||||
// Desktop
|
||||
"":
|
||||
"<span foreground='#89b4fa'> </span> Hyprland",
|
||||
|
||||
// Terminal
|
||||
"~": " Terminal",
|
||||
"zsh": " Terminal",
|
||||
"kitty": " Terminal",
|
||||
|
||||
"tmux(.*)":
|
||||
"<span foreground='#a6e3a1'> </span> Tmux",
|
||||
|
||||
// Browser
|
||||
|
||||
"(.*)Mozilla Firefox":
|
||||
"<span foreground='#f38ba8'> </span> Firefox",
|
||||
"(.*) — Mozilla Firefox":
|
||||
"<span foreground='#f38ba8'> </span> $1",
|
||||
|
||||
"(.*)Zen Browser":
|
||||
"<span foreground='#fab387'> </span> Zen Browser",
|
||||
"(.*) — Zen Browser":
|
||||
"<span foreground='#fab387'> </span> $1",
|
||||
|
||||
// Development
|
||||
|
||||
"(.*) - Visual Studio Code":
|
||||
"<span foreground='#89b4fa'> </span> $1",
|
||||
"(.*)Visual Studio Code":
|
||||
"<span foreground='#89b4fa'> </span> Visual Studio Code",
|
||||
|
||||
"nvim":
|
||||
"<span foreground='#a6e3a1'> </span> Neovim",
|
||||
"nvim (.*)":
|
||||
"<span foreground='#a6e3a1'> </span> $1",
|
||||
|
||||
"vim":
|
||||
"<span foreground='#a6e3a1'> </span> Vim",
|
||||
"vim (.*)":
|
||||
"<span foreground='#a6e3a1'> </span> $1",
|
||||
|
||||
// Media
|
||||
|
||||
"(.*)Spotify":
|
||||
"<span foreground='#a6e3a1'> </span> Spotify",
|
||||
"(.*)Spotify Premium":
|
||||
"<span foreground='#a6e3a1'> </span> Spotify Premium",
|
||||
|
||||
"OBS(.*)":
|
||||
"<span foreground='#a6adc8'> </span> OBS Studio",
|
||||
|
||||
"VLC media player":
|
||||
"<span foreground='#fab387'> </span> VLC Media Player",
|
||||
"(.*) - VLC media player":
|
||||
"<span foreground='#fab387'> </span> $1",
|
||||
|
||||
"(.*) - mpv":
|
||||
"<span foreground='#cba6f7'> </span> $1",
|
||||
|
||||
"qView": " qView",
|
||||
|
||||
"(.*).jpg": " $1.jpg",
|
||||
"(.*).png": " $1.png",
|
||||
"(.*).svg": " $1.svg",
|
||||
|
||||
// Social
|
||||
|
||||
"vesktop":
|
||||
"<span foreground='#89b4fa'> </span> Discord",
|
||||
|
||||
"• Discord(.*)": "Discord$1",
|
||||
"(.*)Discord(.*)":
|
||||
"<span foreground='#89b4fa'> </span> $1Discord$2",
|
||||
|
||||
// Documents
|
||||
|
||||
"ONLYOFFICE Desktop Editors":
|
||||
"<span foreground='#f38ba8'> </span> OnlyOffice Desktop",
|
||||
|
||||
"(.*).docx":
|
||||
"<span foreground='#89b4fa'> </span> $1.docx",
|
||||
"(.*).xlsx":
|
||||
"<span foreground='#a6e3a1'> </span> $1.xlsx",
|
||||
"(.*).pptx":
|
||||
"<span foreground='#fab387'> </span> $1.pptx",
|
||||
"(.*).pdf":
|
||||
"<span foreground='#f38ba8'> </span> $1.pdf",
|
||||
|
||||
// System
|
||||
"Authenticate": " Authenticate"
|
||||
}
|
||||
},
|
||||
|
||||
"custom/temperature": {
|
||||
"exec": "~/.config/waybar/scripts/cpu-temp.sh",
|
||||
"return-type": "json",
|
||||
"format": "{}",
|
||||
"interval": 5,
|
||||
"min-length": 8,
|
||||
"max-length": 8
|
||||
},
|
||||
|
||||
"memory": {
|
||||
"states": {
|
||||
"warning": 75,
|
||||
"critical": 90
|
||||
},
|
||||
|
||||
"format": " {percentage}%",
|
||||
"format-critical": " {percentage}%",
|
||||
"tooltip": false,
|
||||
// "tooltip-format": "Memory Used: {used:0.1f} GB / {total:0.1f} GB",
|
||||
"interval": 5,
|
||||
"min-length": 7,
|
||||
"max-length": 7
|
||||
},
|
||||
|
||||
"cpu": {
|
||||
"format": " {usage}%",
|
||||
"tooltip": false,
|
||||
"interval": 5,
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"custom/distro": {
|
||||
"format": " ",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
|
||||
"format-icons": {
|
||||
"activated": " ",
|
||||
"deactivated": " "
|
||||
},
|
||||
|
||||
"tooltip-format-activated": "Presentation Mode",
|
||||
"tooltip-format-deactivated": "Idle Mode",
|
||||
"start-activated": false
|
||||
},
|
||||
|
||||
"clock#time": {
|
||||
"format": "{:%H:%M}",
|
||||
"tooltip": false,
|
||||
// "tooltip-format": "Standard Time: {:%I:%M %p}",
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"clock#date": {
|
||||
"format": " {:%m-%d}",
|
||||
"tooltip-format": "<tt>{calendar}</tt>",
|
||||
|
||||
"calendar": {
|
||||
"mode": "month",
|
||||
"mode-mon-col": 6,
|
||||
"on-click-right": "mode",
|
||||
|
||||
"format": {
|
||||
"months":
|
||||
"<span color='#b4befe'><b>{}</b></span>",
|
||||
"weekdays":
|
||||
"<span color='#a6adc8' font='7'>{}</span>",
|
||||
"today":
|
||||
"<span color='#f38ba8'><b>{}</b></span>"
|
||||
}
|
||||
},
|
||||
|
||||
"actions": {
|
||||
"on-click": "mode",
|
||||
"on-click-right": "mode"
|
||||
},
|
||||
|
||||
"min-length": 8,
|
||||
"max-length": 8
|
||||
},
|
||||
|
||||
"custom/wifi": {
|
||||
"exec": "~/.config/waybar/scripts/wifi-status.sh",
|
||||
"return-type": "json",
|
||||
"format": "{}",
|
||||
"on-click": "~/.config/waybar/scripts/wifi-menu.sh",
|
||||
"on-click-right": "kitty --title ' Network Manager TUI' bash -c nmtui",
|
||||
"interval": 1,
|
||||
"min-length": 1,
|
||||
"max-length": 1
|
||||
},
|
||||
|
||||
"bluetooth": {
|
||||
"format": "",
|
||||
"format-disabled": "",
|
||||
"format-connected": "",
|
||||
"format-connected-battery": "",
|
||||
|
||||
"tooltip-format":
|
||||
"{num_connections} connected",
|
||||
"tooltip-format-disabled":
|
||||
"Bluetooth Disabled",
|
||||
"tooltip-format-connected":
|
||||
"{device_enumerate}",
|
||||
"tooltip-format-enumerate-connected":
|
||||
"{device_alias}",
|
||||
"tooltip-format-enumerate-connected-battery":
|
||||
":: {device_alias}: {device_battery_percentage}%",
|
||||
|
||||
"on-click": "~/.config/waybar/scripts/bluetooth-menu.sh",
|
||||
"on-click-right": "kitty --title ' Bluetooth TUI' bash -c bluetui",
|
||||
"interval": 1,
|
||||
"min-length": 1,
|
||||
"max-length": 1
|
||||
},
|
||||
|
||||
"custom/update": {
|
||||
"exec": "~/.config/waybar/scripts/system-update.sh",
|
||||
"return-type": "json",
|
||||
"format": "{}",
|
||||
"on-click": "hyprctl dispatch exec '~/.config/waybar/scripts/system-update.sh up'",
|
||||
"interval": 30,
|
||||
"min-length": 1,
|
||||
"max-length": 1
|
||||
},
|
||||
|
||||
"mpris": {
|
||||
"format": "{player_icon} {title} - {artist}",
|
||||
"format-paused": "{status_icon} {title} - {artist}",
|
||||
|
||||
"player-icons": {
|
||||
"default": " ",
|
||||
"spotify": "<span foreground='#a6e3a1'> </span>",
|
||||
"firefox": "<span foreground='#f38ba8'> </span>"
|
||||
},
|
||||
"status-icons": {
|
||||
"paused": "<span color='#b4befe'>\u200A\u200A\u2009\u2009</span>"
|
||||
},
|
||||
|
||||
"tooltip-format": "Playing: {title} - {artist}",
|
||||
"tooltip-format-paused": "Paused: {title} - {artist}",
|
||||
"min-length": 5,
|
||||
"max-length": 35
|
||||
},
|
||||
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume}%",
|
||||
"format-muted": " {volume}%",
|
||||
|
||||
"format-icons": {
|
||||
"default": ["", "", ""],
|
||||
"headphone": "",
|
||||
"headset": ""
|
||||
},
|
||||
|
||||
"tooltip-format": "Device: {desc}",
|
||||
"on-click": "~/.config/waybar/scripts/volume-control.sh -o m",
|
||||
"on-scroll-up": "~/.config/waybar/scripts/volume-control.sh -o i",
|
||||
"on-scroll-down": "~/.config/waybar/scripts/volume-control.sh -o d",
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"backlight": {
|
||||
"format": "{icon} {percent}%",
|
||||
"format-icons": ["", "", "", "", "", "", "", "", ""],
|
||||
"tooltip": false,
|
||||
"on-scroll-up": "~/.config/waybar/scripts/brightness-control.sh -o i",
|
||||
"on-scroll-down": "~/.config/waybar/scripts/brightness-control.sh -o d",
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"battery": {
|
||||
"states": {
|
||||
"warning": 20,
|
||||
"critical": 10
|
||||
},
|
||||
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-icons": ["", "", "", "", "", "", "", "", "", ""],
|
||||
"format-charging": " {capacity}%",
|
||||
|
||||
"tooltip-format": "Discharging: {time}",
|
||||
"tooltip-format-charging": "Charging: {time}",
|
||||
"interval": 1,
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"custom/power": {
|
||||
"format": " ",
|
||||
"tooltip": false,
|
||||
// "tooltip-format": "Power Menu",
|
||||
"on-click": "~/.config/waybar/scripts/power-menu.sh"
|
||||
},
|
||||
|
||||
// <<--< Padding >-->>
|
||||
|
||||
"custom/paddw": {
|
||||
"format": " ",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"custom/paddc": {
|
||||
"format": " ",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Left Arrows
|
||||
|
||||
"custom/left1": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left2": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left3": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left4": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left5": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left6": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left7": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left8": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Right Arrows
|
||||
|
||||
"custom/right1": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right2": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right3": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right4": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right5": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Left Inverse
|
||||
|
||||
"custom/leftin1": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/leftin2": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Right Inverse
|
||||
|
||||
"custom/rightin1": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
}
|
||||
}
|
||||
478
waybar/themes/jsonc/gruvbox-dark.jsonc
Normal file
478
waybar/themes/jsonc/gruvbox-dark.jsonc
Normal file
@@ -0,0 +1,478 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"mode": "dock",
|
||||
"reload_style_on_change": true,
|
||||
"gtk-layer-shell": true,
|
||||
|
||||
// <<--< Positions >-->>
|
||||
|
||||
"modules-left": [
|
||||
"custom/ws", // window icon
|
||||
"custom/left1",
|
||||
|
||||
"hyprland/workspaces", // workspaces
|
||||
"custom/right1",
|
||||
|
||||
"custom/paddw",
|
||||
"hyprland/window" // window title
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"custom/paddc",
|
||||
"custom/left2",
|
||||
"custom/temperature", // temperature
|
||||
|
||||
"custom/left3",
|
||||
"memory", // memory
|
||||
|
||||
"custom/left4",
|
||||
"cpu", // cpu
|
||||
"custom/leftin1",
|
||||
|
||||
"custom/left5",
|
||||
"custom/distro", // distro icon
|
||||
"custom/right2",
|
||||
|
||||
"custom/rightin1",
|
||||
"idle_inhibitor", // idle inhibitor
|
||||
"clock#time", // time
|
||||
"custom/right3",
|
||||
|
||||
"clock#date", // date
|
||||
"custom/right4",
|
||||
|
||||
"custom/wifi", // wi-fi
|
||||
"bluetooth", // bluetooth
|
||||
"custom/update", // system update
|
||||
"custom/right5"
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"mpris", // media info
|
||||
|
||||
"custom/left6",
|
||||
"pulseaudio", // output device
|
||||
|
||||
"custom/left7",
|
||||
"backlight", // brightness
|
||||
|
||||
"custom/left8",
|
||||
"battery", // battery
|
||||
|
||||
"custom/leftin2",
|
||||
"custom/power" // power button
|
||||
],
|
||||
|
||||
// <<--< Modules >-->>
|
||||
|
||||
"custom/ws": {
|
||||
"exec": "~/.config/waybar/scripts/current-theme.sh",
|
||||
"return-type": "json",
|
||||
"format": " ",
|
||||
"on-click": "~/.config/waybar/scripts/theme-switcher.sh",
|
||||
"min-length": 3,
|
||||
"max-length": 3
|
||||
},
|
||||
|
||||
"hyprland/workspaces": {
|
||||
"on-scroll-up": "hyprctl dispatch workspace -1",
|
||||
"on-scroll-down": "hyprctl dispatch workspace +1",
|
||||
"persistent-workspaces": {
|
||||
"1": [],
|
||||
"2": [],
|
||||
"3": [],
|
||||
"4": [],
|
||||
"5": []
|
||||
}
|
||||
},
|
||||
|
||||
"hyprland/window": {
|
||||
"format": "{}",
|
||||
"tooltip": false,
|
||||
"min-length": 5,
|
||||
|
||||
"rewrite": {
|
||||
// Desktop
|
||||
"":
|
||||
"<span foreground='#458588'> </span> Hyprland",
|
||||
|
||||
// Terminal
|
||||
"~": " Terminal",
|
||||
"zsh": " Terminal",
|
||||
"kitty": " Terminal",
|
||||
|
||||
"tmux(.*)":
|
||||
"<span foreground='#a6e3a1'> </span> Tmux",
|
||||
|
||||
// Browser
|
||||
|
||||
"(.*)Mozilla Firefox":
|
||||
"<span foreground='#cc241d'> </span> Firefox",
|
||||
"(.*) — Mozilla Firefox":
|
||||
"<span foreground='#cc241d'> </span> $1",
|
||||
|
||||
"(.*)Zen Browser":
|
||||
"<span foreground='#d65d0e'> </span> Zen Browser",
|
||||
"(.*) — Zen Browser":
|
||||
"<span foreground='#d65d0e'> </span> $1",
|
||||
|
||||
// Development
|
||||
|
||||
"(.*) - Visual Studio Code":
|
||||
"<span foreground='#458588'> </span> $1",
|
||||
"(.*)Visual Studio Code":
|
||||
"<span foreground='#458588'> </span> Visual Studio Code",
|
||||
|
||||
"nvim":
|
||||
"<span foreground='#98971a'> </span> Neovim",
|
||||
"nvim (.*)":
|
||||
"<span foreground='#98971a'> </span> $1",
|
||||
|
||||
"vim":
|
||||
"<span foreground='#98971a'> </span> Vim",
|
||||
"vim (.*)":
|
||||
"<span foreground='#98971a'> </span> $1",
|
||||
|
||||
// Media
|
||||
|
||||
"(.*)Spotify":
|
||||
"<span foreground='#98971a'> </span> Spotify",
|
||||
"(.*)Spotify Premium":
|
||||
"<span foreground='#98971a'> </span> Spotify Premium",
|
||||
|
||||
"OBS(.*)":
|
||||
"<span foreground='#d5c4a1'> </span> OBS Studio",
|
||||
|
||||
"VLC media player":
|
||||
"<span foreground='#d65d0e'> </span> VLC Media Player",
|
||||
"(.*) - VLC media player":
|
||||
"<span foreground='#d65d0e'> </span> $1",
|
||||
|
||||
"(.*) - mpv":
|
||||
"<span foreground='#b16286'> </span> $1",
|
||||
|
||||
"qView": " qView",
|
||||
|
||||
"(.*).jpg": " $1.jpg",
|
||||
"(.*).png": " $1.png",
|
||||
"(.*).svg": " $1.svg",
|
||||
|
||||
// Social
|
||||
|
||||
"vesktop":
|
||||
"<span foreground='#458588'> </span> Discord",
|
||||
|
||||
"• Discord(.*)": "Discord$1",
|
||||
"(.*)Discord(.*)":
|
||||
"<span foreground='#458588'> </span> $1Discord$2",
|
||||
|
||||
// Documents
|
||||
|
||||
"ONLYOFFICE Desktop Editors":
|
||||
"<span foreground='#cc241d'> </span> OnlyOffice Desktop",
|
||||
|
||||
"(.*).docx":
|
||||
"<span foreground='#458588'> </span> $1.docx",
|
||||
"(.*).xlsx":
|
||||
"<span foreground='#98971a'> </span> $1.xlsx",
|
||||
"(.*).pptx":
|
||||
"<span foreground='#d65d0e'> </span> $1.pptx",
|
||||
"(.*).pdf":
|
||||
"<span foreground='#cc241d'> </span> $1.pdf",
|
||||
|
||||
// System
|
||||
"Authenticate": " Authenticate"
|
||||
}
|
||||
},
|
||||
|
||||
"custom/temperature": {
|
||||
"exec": "~/.config/waybar/scripts/cpu-temp.sh",
|
||||
"return-type": "json",
|
||||
"format": "{}",
|
||||
"interval": 5,
|
||||
"min-length": 8,
|
||||
"max-length": 8
|
||||
},
|
||||
|
||||
"memory": {
|
||||
"states": {
|
||||
"warning": 75,
|
||||
"critical": 90
|
||||
},
|
||||
|
||||
"format": " {percentage}%",
|
||||
"format-critical": " {percentage}%",
|
||||
"tooltip": false,
|
||||
// "tooltip-format": "Memory Used: {used:0.1f} GB / {total:0.1f} GB",
|
||||
"interval": 5,
|
||||
"min-length": 7,
|
||||
"max-length": 7
|
||||
},
|
||||
|
||||
"cpu": {
|
||||
"format": " {usage}%",
|
||||
"tooltip": false,
|
||||
"interval": 5,
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"custom/distro": {
|
||||
"format": " ",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
|
||||
"format-icons": {
|
||||
"activated": " ",
|
||||
"deactivated": " "
|
||||
},
|
||||
|
||||
"tooltip-format-activated": "Presentation Mode",
|
||||
"tooltip-format-deactivated": "Idle Mode",
|
||||
"start-activated": false
|
||||
},
|
||||
|
||||
"clock#time": {
|
||||
"format": "{:%H:%M}",
|
||||
"tooltip": false,
|
||||
// "tooltip-format": "Standard Time: {:%I:%M %p}",
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"clock#date": {
|
||||
"format": " {:%m-%d}",
|
||||
"tooltip-format": "<tt>{calendar}</tt>",
|
||||
|
||||
"calendar": {
|
||||
"mode": "month",
|
||||
"mode-mon-col": 6,
|
||||
"on-click-right": "mode",
|
||||
|
||||
"format": {
|
||||
"months":
|
||||
"<span color='#928374'><b>{}</b></span>",
|
||||
"weekdays":
|
||||
"<span color='#d5c4a1' font='7'>{}</span>",
|
||||
"today":
|
||||
"<span color='#cc241d'><b>{}</b></span>"
|
||||
}
|
||||
},
|
||||
|
||||
"actions": {
|
||||
"on-click": "mode",
|
||||
"on-click-right": "mode"
|
||||
},
|
||||
|
||||
"min-length": 8,
|
||||
"max-length": 8
|
||||
},
|
||||
|
||||
"custom/wifi": {
|
||||
"exec": "~/.config/waybar/scripts/wifi-status.sh",
|
||||
"return-type": "json",
|
||||
"format": "{}",
|
||||
"on-click": "~/.config/waybar/scripts/wifi-menu.sh",
|
||||
"on-click-right": "kitty --title ' Network Manager TUI' bash -c nmtui",
|
||||
"interval": 1,
|
||||
"min-length": 1,
|
||||
"max-length": 1
|
||||
},
|
||||
|
||||
"bluetooth": {
|
||||
"format": "",
|
||||
"format-disabled": "",
|
||||
"format-connected": "",
|
||||
"format-connected-battery": "",
|
||||
|
||||
"tooltip-format":
|
||||
"{num_connections} connected",
|
||||
"tooltip-format-disabled":
|
||||
"Bluetooth Disabled",
|
||||
"tooltip-format-connected":
|
||||
"{device_enumerate}",
|
||||
"tooltip-format-enumerate-connected":
|
||||
"{device_alias}",
|
||||
"tooltip-format-enumerate-connected-battery":
|
||||
":: {device_alias}: {device_battery_percentage}%",
|
||||
|
||||
"on-click": "~/.config/waybar/scripts/bluetooth-menu.sh",
|
||||
"on-click-right": "kitty --title ' Bluetooth TUI' bash -c bluetui",
|
||||
"interval": 1,
|
||||
"min-length": 1,
|
||||
"max-length": 1
|
||||
},
|
||||
|
||||
"custom/update": {
|
||||
"exec": "~/.config/waybar/scripts/system-update.sh",
|
||||
"return-type": "json",
|
||||
"format": "{}",
|
||||
"on-click": "hyprctl dispatch exec '~/.config/waybar/scripts/system-update.sh up'",
|
||||
"interval": 30,
|
||||
"min-length": 1,
|
||||
"max-length": 1
|
||||
},
|
||||
|
||||
"mpris": {
|
||||
"format": "{player_icon} {title} - {artist}",
|
||||
"format-paused": "{status_icon} {title} - {artist}",
|
||||
|
||||
"player-icons": {
|
||||
"default": " ",
|
||||
"spotify": "<span foreground='#98971a'> </span>",
|
||||
"firefox": "<span foreground='#cc241d'> </span>"
|
||||
},
|
||||
"status-icons": {
|
||||
"paused": "<span color='#928374'>\u200A\u200A\u2009\u2009</span>"
|
||||
},
|
||||
|
||||
"tooltip-format": "Playing: {title} - {artist}",
|
||||
"tooltip-format-paused": "Paused: {title} - {artist}",
|
||||
"min-length": 5,
|
||||
"max-length": 35
|
||||
},
|
||||
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume}%",
|
||||
"format-muted": " {volume}%",
|
||||
|
||||
"format-icons": {
|
||||
"default": ["", "", ""],
|
||||
"headphone": "",
|
||||
"headset": ""
|
||||
},
|
||||
|
||||
"tooltip-format": "Device: {desc}",
|
||||
"on-click": "~/.config/waybar/scripts/volume-control.sh -o m",
|
||||
"on-scroll-up": "~/.config/waybar/scripts/volume-control.sh -o i",
|
||||
"on-scroll-down": "~/.config/waybar/scripts/volume-control.sh -o d",
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"backlight": {
|
||||
"format": "{icon} {percent}%",
|
||||
"format-icons": ["", "", "", "", "", "", "", "", ""],
|
||||
"tooltip": false,
|
||||
"on-scroll-up": "~/.config/waybar/scripts/brightness-control.sh -o i",
|
||||
"on-scroll-down": "~/.config/waybar/scripts/brightness-control.sh -o d",
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"battery": {
|
||||
"states": {
|
||||
"warning": 20,
|
||||
"critical": 10
|
||||
},
|
||||
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-icons": ["", "", "", "", "", "", "", "", "", ""],
|
||||
"format-charging": " {capacity}%",
|
||||
|
||||
"tooltip-format": "Discharging: {time}",
|
||||
"tooltip-format-charging": "Charging: {time}",
|
||||
"interval": 1,
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"custom/power": {
|
||||
"format": " ",
|
||||
"tooltip": false,
|
||||
// "tooltip-format": "Power Menu",
|
||||
"on-click": "~/.config/waybar/scripts/power-menu.sh"
|
||||
},
|
||||
|
||||
// <<--< Padding >-->>
|
||||
|
||||
"custom/paddw": {
|
||||
"format": " ",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"custom/paddc": {
|
||||
"format": " ",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Left Arrows
|
||||
|
||||
"custom/left1": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left2": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left3": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left4": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left5": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left6": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left7": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left8": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Right Arrows
|
||||
|
||||
"custom/right1": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right2": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right3": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right4": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right5": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Left Inverse
|
||||
|
||||
"custom/leftin1": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/leftin2": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Right Inverse
|
||||
|
||||
"custom/rightin1": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
}
|
||||
}
|
||||
478
waybar/themes/jsonc/gruvbox-light.jsonc
Normal file
478
waybar/themes/jsonc/gruvbox-light.jsonc
Normal file
@@ -0,0 +1,478 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"mode": "dock",
|
||||
"reload_style_on_change": true,
|
||||
"gtk-layer-shell": true,
|
||||
|
||||
// <<--< Positions >-->>
|
||||
|
||||
"modules-left": [
|
||||
"custom/ws", // window icon
|
||||
"custom/left1",
|
||||
|
||||
"hyprland/workspaces", // workspaces
|
||||
"custom/right1",
|
||||
|
||||
"custom/paddw",
|
||||
"hyprland/window" // window title
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"custom/paddc",
|
||||
"custom/left2",
|
||||
"custom/temperature", // temperature
|
||||
|
||||
"custom/left3",
|
||||
"memory", // memory
|
||||
|
||||
"custom/left4",
|
||||
"cpu", // cpu
|
||||
"custom/leftin1",
|
||||
|
||||
"custom/left5",
|
||||
"custom/distro", // distro icon
|
||||
"custom/right2",
|
||||
|
||||
"custom/rightin1",
|
||||
"idle_inhibitor", // idle inhibitor
|
||||
"clock#time", // time
|
||||
"custom/right3",
|
||||
|
||||
"clock#date", // date
|
||||
"custom/right4",
|
||||
|
||||
"custom/wifi", // wi-fi
|
||||
"bluetooth", // bluetooth
|
||||
"custom/update", // system update
|
||||
"custom/right5"
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"mpris", // media info
|
||||
|
||||
"custom/left6",
|
||||
"pulseaudio", // output device
|
||||
|
||||
"custom/left7",
|
||||
"backlight", // brightness
|
||||
|
||||
"custom/left8",
|
||||
"battery", // battery
|
||||
|
||||
"custom/leftin2",
|
||||
"custom/power" // power button
|
||||
],
|
||||
|
||||
// <<--< Modules >-->>
|
||||
|
||||
"custom/ws": {
|
||||
"exec": "~/.config/waybar/scripts/current-theme.sh",
|
||||
"return-type": "json",
|
||||
"format": " ",
|
||||
"on-click": "~/.config/waybar/scripts/theme-switcher.sh",
|
||||
"min-length": 3,
|
||||
"max-length": 3
|
||||
},
|
||||
|
||||
"hyprland/workspaces": {
|
||||
"on-scroll-up": "hyprctl dispatch workspace -1",
|
||||
"on-scroll-down": "hyprctl dispatch workspace +1",
|
||||
"persistent-workspaces": {
|
||||
"1": [],
|
||||
"2": [],
|
||||
"3": [],
|
||||
"4": [],
|
||||
"5": []
|
||||
}
|
||||
},
|
||||
|
||||
"hyprland/window": {
|
||||
"format": "{}",
|
||||
"tooltip": false,
|
||||
"min-length": 5,
|
||||
|
||||
"rewrite": {
|
||||
// Desktop
|
||||
"":
|
||||
"<span foreground='#458588'> </span> Hyprland",
|
||||
|
||||
// Terminal
|
||||
"~": " Terminal",
|
||||
"zsh": " Terminal",
|
||||
"kitty": " Terminal",
|
||||
|
||||
"tmux(.*)":
|
||||
"<span foreground='#a6e3a1'> </span> Tmux",
|
||||
|
||||
// Browser
|
||||
|
||||
"(.*)Mozilla Firefox":
|
||||
"<span foreground='#cc241d'> </span> Firefox",
|
||||
"(.*) — Mozilla Firefox":
|
||||
"<span foreground='#cc241d'> </span> $1",
|
||||
|
||||
"(.*)Zen Browser":
|
||||
"<span foreground='#d65d0e'> </span> Zen Browser",
|
||||
"(.*) — Zen Browser":
|
||||
"<span foreground='#d65d0e'> </span> $1",
|
||||
|
||||
// Development
|
||||
|
||||
"(.*) - Visual Studio Code":
|
||||
"<span foreground='#458588'> </span> $1",
|
||||
"(.*)Visual Studio Code":
|
||||
"<span foreground='#458588'> </span> Visual Studio Code",
|
||||
|
||||
"nvim":
|
||||
"<span foreground='#98971a'> </span> Neovim",
|
||||
"nvim (.*)":
|
||||
"<span foreground='#98971a'> </span> $1",
|
||||
|
||||
"vim":
|
||||
"<span foreground='#98971a'> </span> Vim",
|
||||
"vim (.*)":
|
||||
"<span foreground='#98971a'> </span> $1",
|
||||
|
||||
// Media
|
||||
|
||||
"(.*)Spotify":
|
||||
"<span foreground='#98971a'> </span> Spotify",
|
||||
"(.*)Spotify Premium":
|
||||
"<span foreground='#98971a'> </span> Spotify Premium",
|
||||
|
||||
"OBS(.*)":
|
||||
"<span foreground='#504945'> </span> OBS Studio",
|
||||
|
||||
"VLC media player":
|
||||
"<span foreground='#d65d0e'> </span> VLC Media Player",
|
||||
"(.*) - VLC media player":
|
||||
"<span foreground='#d65d0e'> </span> $1",
|
||||
|
||||
"(.*) - mpv":
|
||||
"<span foreground='#b16286'> </span> $1",
|
||||
|
||||
"qView": " qView",
|
||||
|
||||
"(.*).jpg": " $1.jpg",
|
||||
"(.*).png": " $1.png",
|
||||
"(.*).svg": " $1.svg",
|
||||
|
||||
// Social
|
||||
|
||||
"vesktop":
|
||||
"<span foreground='#458588'> </span> Discord",
|
||||
|
||||
"• Discord(.*)": "Discord$1",
|
||||
"(.*)Discord(.*)":
|
||||
"<span foreground='#458588'> </span> $1Discord$2",
|
||||
|
||||
// Documents
|
||||
|
||||
"ONLYOFFICE Desktop Editors":
|
||||
"<span foreground='#cc241d'> </span> OnlyOffice Desktop",
|
||||
|
||||
"(.*).docx":
|
||||
"<span foreground='#458588'> </span> $1.docx",
|
||||
"(.*).xlsx":
|
||||
"<span foreground='#98971a'> </span> $1.xlsx",
|
||||
"(.*).pptx":
|
||||
"<span foreground='#d65d0e'> </span> $1.pptx",
|
||||
"(.*).pdf":
|
||||
"<span foreground='#cc241d'> </span> $1.pdf",
|
||||
|
||||
// System
|
||||
"Authenticate": " Authenticate"
|
||||
}
|
||||
},
|
||||
|
||||
"custom/temperature": {
|
||||
"exec": "~/.config/waybar/scripts/cpu-temp.sh",
|
||||
"return-type": "json",
|
||||
"format": "{}",
|
||||
"interval": 5,
|
||||
"min-length": 8,
|
||||
"max-length": 8
|
||||
},
|
||||
|
||||
"memory": {
|
||||
"states": {
|
||||
"warning": 75,
|
||||
"critical": 90
|
||||
},
|
||||
|
||||
"format": " {percentage}%",
|
||||
"format-critical": " {percentage}%",
|
||||
"tooltip": false,
|
||||
// "tooltip-format": "Memory Used: {used:0.1f} GB / {total:0.1f} GB",
|
||||
"interval": 5,
|
||||
"min-length": 7,
|
||||
"max-length": 7
|
||||
},
|
||||
|
||||
"cpu": {
|
||||
"format": " {usage}%",
|
||||
"tooltip": false,
|
||||
"interval": 5,
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"custom/distro": {
|
||||
"format": " ",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
|
||||
"format-icons": {
|
||||
"activated": " ",
|
||||
"deactivated": " "
|
||||
},
|
||||
|
||||
"tooltip-format-activated": "Presentation Mode",
|
||||
"tooltip-format-deactivated": "Idle Mode",
|
||||
"start-activated": false
|
||||
},
|
||||
|
||||
"clock#time": {
|
||||
"format": "{:%H:%M}",
|
||||
"tooltip": false,
|
||||
// "tooltip-format": "Standard Time: {:%I:%M %p}",
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"clock#date": {
|
||||
"format": " {:%m-%d}",
|
||||
"tooltip-format": "<tt>{calendar}</tt>",
|
||||
|
||||
"calendar": {
|
||||
"mode": "month",
|
||||
"mode-mon-col": 6,
|
||||
"on-click-right": "mode",
|
||||
|
||||
"format": {
|
||||
"months":
|
||||
"<span color='#928374'><b>{}</b></span>",
|
||||
"weekdays":
|
||||
"<span color='#504945' font='7'>{}</span>",
|
||||
"today":
|
||||
"<span color='#cc241d'><b>{}</b></span>"
|
||||
}
|
||||
},
|
||||
|
||||
"actions": {
|
||||
"on-click": "mode",
|
||||
"on-click-right": "mode"
|
||||
},
|
||||
|
||||
"min-length": 8,
|
||||
"max-length": 8
|
||||
},
|
||||
|
||||
"custom/wifi": {
|
||||
"exec": "~/.config/waybar/scripts/wifi-status.sh",
|
||||
"return-type": "json",
|
||||
"format": "{}",
|
||||
"on-click": "~/.config/waybar/scripts/wifi-menu.sh",
|
||||
"on-click-right": "kitty --title ' Network Manager TUI' bash -c nmtui",
|
||||
"interval": 1,
|
||||
"min-length": 1,
|
||||
"max-length": 1
|
||||
},
|
||||
|
||||
"bluetooth": {
|
||||
"format": "",
|
||||
"format-disabled": "",
|
||||
"format-connected": "",
|
||||
"format-connected-battery": "",
|
||||
|
||||
"tooltip-format":
|
||||
"{num_connections} connected",
|
||||
"tooltip-format-disabled":
|
||||
"Bluetooth Disabled",
|
||||
"tooltip-format-connected":
|
||||
"{device_enumerate}",
|
||||
"tooltip-format-enumerate-connected":
|
||||
"{device_alias}",
|
||||
"tooltip-format-enumerate-connected-battery":
|
||||
":: {device_alias}: {device_battery_percentage}%",
|
||||
|
||||
"on-click": "~/.config/waybar/scripts/bluetooth-menu.sh",
|
||||
"on-click-right": "kitty --title ' Bluetooth TUI' bash -c bluetui",
|
||||
"interval": 1,
|
||||
"min-length": 1,
|
||||
"max-length": 1
|
||||
},
|
||||
|
||||
"custom/update": {
|
||||
"exec": "~/.config/waybar/scripts/system-update.sh",
|
||||
"return-type": "json",
|
||||
"format": "{}",
|
||||
"on-click": "hyprctl dispatch exec '~/.config/waybar/scripts/system-update.sh up'",
|
||||
"interval": 30,
|
||||
"min-length": 1,
|
||||
"max-length": 1
|
||||
},
|
||||
|
||||
"mpris": {
|
||||
"format": "{player_icon} {title} - {artist}",
|
||||
"format-paused": "{status_icon} {title} - {artist}",
|
||||
|
||||
"player-icons": {
|
||||
"default": " ",
|
||||
"spotify": "<span foreground='#98971a'> </span>",
|
||||
"firefox": "<span foreground='#cc241d'> </span>"
|
||||
},
|
||||
"status-icons": {
|
||||
"paused": "<span color='#928374'>\u200A\u200A\u2009\u2009</span>"
|
||||
},
|
||||
|
||||
"tooltip-format": "Playing: {title} - {artist}",
|
||||
"tooltip-format-paused": "Paused: {title} - {artist}",
|
||||
"min-length": 5,
|
||||
"max-length": 35
|
||||
},
|
||||
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume}%",
|
||||
"format-muted": " {volume}%",
|
||||
|
||||
"format-icons": {
|
||||
"default": ["", "", ""],
|
||||
"headphone": "",
|
||||
"headset": ""
|
||||
},
|
||||
|
||||
"tooltip-format": "Device: {desc}",
|
||||
"on-click": "~/.config/waybar/scripts/volume-control.sh -o m",
|
||||
"on-scroll-up": "~/.config/waybar/scripts/volume-control.sh -o i",
|
||||
"on-scroll-down": "~/.config/waybar/scripts/volume-control.sh -o d",
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"backlight": {
|
||||
"format": "{icon} {percent}%",
|
||||
"format-icons": ["", "", "", "", "", "", "", "", ""],
|
||||
"tooltip": false,
|
||||
"on-scroll-up": "~/.config/waybar/scripts/brightness-control.sh -o i",
|
||||
"on-scroll-down": "~/.config/waybar/scripts/brightness-control.sh -o d",
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"battery": {
|
||||
"states": {
|
||||
"warning": 20,
|
||||
"critical": 10
|
||||
},
|
||||
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-icons": ["", "", "", "", "", "", "", "", "", ""],
|
||||
"format-charging": " {capacity}%",
|
||||
|
||||
"tooltip-format": "Discharging: {time}",
|
||||
"tooltip-format-charging": "Charging: {time}",
|
||||
"interval": 1,
|
||||
"min-length": 6,
|
||||
"max-length": 6
|
||||
},
|
||||
|
||||
"custom/power": {
|
||||
"format": " ",
|
||||
"tooltip": false,
|
||||
// "tooltip-format": "Power Menu",
|
||||
"on-click": "~/.config/waybar/scripts/power-menu.sh"
|
||||
},
|
||||
|
||||
// <<--< Padding >-->>
|
||||
|
||||
"custom/paddw": {
|
||||
"format": " ",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"custom/paddc": {
|
||||
"format": " ",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Left Arrows
|
||||
|
||||
"custom/left1": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left2": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left3": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left4": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left5": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left6": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left7": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left8": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Right Arrows
|
||||
|
||||
"custom/right1": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right2": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right3": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right4": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right5": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Left Inverse
|
||||
|
||||
"custom/leftin1": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/leftin2": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Right Inverse
|
||||
|
||||
"custom/rightin1": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user