update: split my waybar theme as standalone meow-blur
This commit is contained in:
parent
b156843244
commit
d1036c31c6
2
waybar/themes/meow-blur/colored/config.sh
Normal file
2
waybar/themes/meow-blur/colored/config.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
theme_name="MEOW Blur Colored"
|
@ -20,7 +20,7 @@
|
|||||||
"spacing": 0,
|
"spacing": 0,
|
||||||
|
|
||||||
// Load Modules
|
// Load Modules
|
||||||
"include": ["~/dotfiles/waybar/themes/ml4w-blur-custom/modules.json"],
|
"include": ["~/dotfiles/waybar/themes/meow-blur/modules.json"],
|
||||||
|
|
||||||
// Modules Left
|
// Modules Left
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
@ -61,7 +61,7 @@
|
|||||||
"spacing": 0,
|
"spacing": 0,
|
||||||
|
|
||||||
// Load Modules
|
// Load Modules
|
||||||
"include": ["~/dotfiles/waybar/themes/ml4w-blur-custom/modules.json"],
|
"include": ["~/dotfiles/waybar/themes/meow-blur/modules.json"],
|
||||||
|
|
||||||
// Modules Left
|
// Modules Left
|
||||||
"modules-left": [
|
"modules-left": [
|
@ -61,27 +61,11 @@
|
|||||||
"separate-outputs": true
|
"separate-outputs": true
|
||||||
},
|
},
|
||||||
|
|
||||||
// ML4W Welcome App
|
|
||||||
"custom/ml4w-welcome": {
|
|
||||||
"on-click": "~/dotfiles/apps/ML4W_Welcome-x86_64.AppImage",
|
|
||||||
"format": " ",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
|
|
||||||
// Empty
|
// Empty
|
||||||
"custom/empty": {
|
"custom/empty": {
|
||||||
"format": ""
|
"format": ""
|
||||||
},
|
},
|
||||||
|
|
||||||
// Youtube Subscriber Count
|
|
||||||
"custom/youtube": {
|
|
||||||
"format": " {}",
|
|
||||||
"exec": "python ~/private/youtube.py",
|
|
||||||
"restart-interval": 600,
|
|
||||||
"on-click": "chromium https://studio.youtube.com",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
|
|
||||||
// Cliphist
|
// Cliphist
|
||||||
"custom/cliphist": {
|
"custom/cliphist": {
|
||||||
"format": "",
|
"format": "",
|
||||||
@ -118,13 +102,6 @@
|
|||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
|
|
||||||
// Settings
|
|
||||||
"custom/settings": {
|
|
||||||
"format": "",
|
|
||||||
"on-click": "~/dotfiles/apps/ML4W_Dotfiles_Settings-x86_64.AppImage",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
|
|
||||||
// Keybindings
|
// Keybindings
|
||||||
"custom/keybindings": {
|
"custom/keybindings": {
|
||||||
"format": "",
|
"format": "",
|
||||||
@ -146,13 +123,6 @@
|
|||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
|
|
||||||
// Teams Launcher
|
|
||||||
"custom/teams": {
|
|
||||||
"format": "",
|
|
||||||
"on-click": "chromium --app=https://teams.microsoft.com/go",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
|
|
||||||
// Browser Launcher
|
// Browser Launcher
|
||||||
"custom/browser": {
|
"custom/browser": {
|
||||||
"format": "",
|
"format": "",
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
theme_name="ML4W Blur Custom Colored"
|
|
Loading…
Reference in New Issue
Block a user