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,
|
||||
|
||||
// Load Modules
|
||||
"include": ["~/dotfiles/waybar/themes/ml4w-blur-custom/modules.json"],
|
||||
"include": ["~/dotfiles/waybar/themes/meow-blur/modules.json"],
|
||||
|
||||
// Modules Left
|
||||
"modules-left": [
|
||||
@ -61,7 +61,7 @@
|
||||
"spacing": 0,
|
||||
|
||||
// Load Modules
|
||||
"include": ["~/dotfiles/waybar/themes/ml4w-blur-custom/modules.json"],
|
||||
"include": ["~/dotfiles/waybar/themes/meow-blur/modules.json"],
|
||||
|
||||
// Modules Left
|
||||
"modules-left": [
|
@ -61,27 +61,11 @@
|
||||
"separate-outputs": true
|
||||
},
|
||||
|
||||
// ML4W Welcome App
|
||||
"custom/ml4w-welcome": {
|
||||
"on-click": "~/dotfiles/apps/ML4W_Welcome-x86_64.AppImage",
|
||||
"format": " ",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Empty
|
||||
"custom/empty": {
|
||||
"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
|
||||
"custom/cliphist": {
|
||||
"format": "",
|
||||
@ -118,13 +102,6 @@
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Settings
|
||||
"custom/settings": {
|
||||
"format": "",
|
||||
"on-click": "~/dotfiles/apps/ML4W_Dotfiles_Settings-x86_64.AppImage",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Keybindings
|
||||
"custom/keybindings": {
|
||||
"format": "",
|
||||
@ -146,13 +123,6 @@
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Teams Launcher
|
||||
"custom/teams": {
|
||||
"format": "",
|
||||
"on-click": "chromium --app=https://teams.microsoft.com/go",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Browser Launcher
|
||||
"custom/browser": {
|
||||
"format": "",
|
@ -1,2 +0,0 @@
|
||||
#!/bin/bash
|
||||
theme_name="ML4W Blur Custom Colored"
|
Loading…
Reference in New Issue
Block a user