waybar themes removed
This commit is contained in:
parent
ca677259b1
commit
507c8e906c
@ -21,10 +21,5 @@ if [ ! -f ~/dotfiles/waybar/themes${arrThemes[1]}/style.css ]; then
|
|||||||
themestyle="/ml4w;/ml4w/light"
|
themestyle="/ml4w;/ml4w/light"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Loading the configuration and style file based on the username
|
# Loading the configuration and style file based
|
||||||
if [[ $USER = "raabe" ]]
|
|
||||||
then
|
|
||||||
waybar -c ~/dotfiles/waybar/themes${arrThemes[0]}/myconfig -s ~/dotfiles/waybar/themes${arrThemes[1]}/style.css &
|
|
||||||
else
|
|
||||||
waybar -c ~/dotfiles/waybar/themes${arrThemes[0]}/config -s ~/dotfiles/waybar/themes${arrThemes[1]}/style.css &
|
waybar -c ~/dotfiles/waybar/themes${arrThemes[0]}/config -s ~/dotfiles/waybar/themes${arrThemes[1]}/style.css &
|
||||||
fi
|
|
||||||
|
@ -1,18 +1,9 @@
|
|||||||
{
|
{
|
||||||
// General Settings
|
// Position
|
||||||
|
|
||||||
// Position TOP
|
|
||||||
"layer": "top",
|
|
||||||
"margin-top": 14,
|
|
||||||
"margin-bottom": 0,
|
|
||||||
|
|
||||||
// Position BOTTOM
|
|
||||||
// "position": "bottom",
|
|
||||||
// "margin-top": 0,
|
|
||||||
// "margin-bottom": 14,
|
|
||||||
|
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"height": 16,
|
"height": 16,
|
||||||
|
"margin-top": 14,
|
||||||
|
"margin-bottom": 0,
|
||||||
"margin-left": 0,
|
"margin-left": 0,
|
||||||
"margin-right": 0,
|
"margin-right": 0,
|
||||||
"spacing": 0,
|
"spacing": 0,
|
||||||
@ -54,7 +45,6 @@
|
|||||||
"orientation": "horizontal",
|
"orientation": "horizontal",
|
||||||
"modules": [
|
"modules": [
|
||||||
"custom/filemanager",
|
"custom/filemanager",
|
||||||
"custom/brave",
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
2
waybar/themes/cantina/dark/config.sh
Normal file
2
waybar/themes/cantina/dark/config.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
theme_name="CANTINA Dark"
|
2
waybar/themes/cantina/light/config.sh
Normal file
2
waybar/themes/cantina/light/config.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
theme_name="CANTINA Light"
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
theme_name="ML4W Colored Bottom"
|
|
@ -1,16 +0,0 @@
|
|||||||
/* -----------------------------------------------------
|
|
||||||
* Import Pywal colors
|
|
||||||
* ----------------------------------------------------- */
|
|
||||||
@import '../../../../../.cache/wal/colors-waybar.css';
|
|
||||||
|
|
||||||
@define-color backgroundlight @color5;
|
|
||||||
@define-color backgrounddark @color11;
|
|
||||||
@define-color workspacesbackground1 @color5;
|
|
||||||
@define-color workspacesbackground2 @color11;
|
|
||||||
@define-color bordercolor @color11;
|
|
||||||
@define-color textcolor1 #FFFFFF;
|
|
||||||
@define-color textcolor2 #FFFFFF;
|
|
||||||
@define-color textcolor3 #FFFFFF;
|
|
||||||
@define-color iconcolor #FFFFFF;
|
|
||||||
|
|
||||||
@import '../../ml4w/style.css';
|
|
@ -1,69 +0,0 @@
|
|||||||
{
|
|
||||||
// General Settings
|
|
||||||
|
|
||||||
// Position TOP
|
|
||||||
// "layer": "top",
|
|
||||||
// "margin-top": 14,
|
|
||||||
// "margin-bottom": 0,
|
|
||||||
|
|
||||||
// Position BOTTOM
|
|
||||||
"position": "bottom",
|
|
||||||
"margin-top": 0,
|
|
||||||
"margin-bottom": 14,
|
|
||||||
|
|
||||||
"layer": "top",
|
|
||||||
"height": 16,
|
|
||||||
"margin-left": 0,
|
|
||||||
"margin-right": 0,
|
|
||||||
"spacing": 0,
|
|
||||||
|
|
||||||
// Load Modules
|
|
||||||
"include": ["~/dotfiles/waybar/modules.json"],
|
|
||||||
|
|
||||||
// Modules Left
|
|
||||||
"modules-left": [
|
|
||||||
"custom/appmenu",
|
|
||||||
"custom/wallpaper",
|
|
||||||
"custom/waybarthemes",
|
|
||||||
"wlr/taskbar",
|
|
||||||
"group/quicklinks",
|
|
||||||
"hyprland/window"
|
|
||||||
],
|
|
||||||
|
|
||||||
// Modules Center
|
|
||||||
"modules-center": [
|
|
||||||
"hyprland/workspaces"
|
|
||||||
],
|
|
||||||
|
|
||||||
// Modules Right
|
|
||||||
"modules-right": [
|
|
||||||
"custom/updates",
|
|
||||||
"pulseaudio",
|
|
||||||
"bluetooth",
|
|
||||||
"battery",
|
|
||||||
"group/hardware",
|
|
||||||
"custom/cliphist",
|
|
||||||
"network",
|
|
||||||
"custom/exit",
|
|
||||||
"clock"
|
|
||||||
],
|
|
||||||
|
|
||||||
// Group Quicklinks
|
|
||||||
"group/quicklinks": {
|
|
||||||
"orientation": "horizontal",
|
|
||||||
"modules": [
|
|
||||||
"custom/filemanager",
|
|
||||||
"custom/brave",
|
|
||||||
]
|
|
||||||
},
|
|
||||||
|
|
||||||
// Group Hardware
|
|
||||||
"group/hardware": {
|
|
||||||
"orientation": "horizontal",
|
|
||||||
"modules": [
|
|
||||||
"disk",
|
|
||||||
"cpu",
|
|
||||||
"memory"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
theme_name="ML4W Dark Bottom"
|
|
@ -1,16 +0,0 @@
|
|||||||
/* -----------------------------------------------------
|
|
||||||
* Import Pywal colors
|
|
||||||
* ----------------------------------------------------- */
|
|
||||||
@import '../../../../../.cache/wal/colors-waybar.css';
|
|
||||||
|
|
||||||
@define-color backgroundlight @color8;
|
|
||||||
@define-color backgrounddark #FFFFFF;
|
|
||||||
@define-color workspacesbackground1 @color8;
|
|
||||||
@define-color workspacesbackground2 #FFFFFF;
|
|
||||||
@define-color bordercolor @color8;
|
|
||||||
@define-color textcolor1 @color8;
|
|
||||||
@define-color textcolor2 #FFFFFF;
|
|
||||||
@define-color textcolor3 #FFFFFF;
|
|
||||||
@define-color iconcolor @color8;
|
|
||||||
|
|
||||||
@import '../../ml4w/style.css';
|
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
theme_name="ML4W Light Bottom"
|
|
@ -1,16 +0,0 @@
|
|||||||
/* -----------------------------------------------------
|
|
||||||
* Import Pywal colors
|
|
||||||
* ----------------------------------------------------- */
|
|
||||||
@import '../../../../../.cache/wal/colors-waybar.css';
|
|
||||||
|
|
||||||
@define-color backgroundlight #FFFFFF;
|
|
||||||
@define-color backgrounddark @color11;
|
|
||||||
@define-color workspacesbackground1 #FFFFFF;
|
|
||||||
@define-color workspacesbackground2 @color11;
|
|
||||||
@define-color bordercolor #FFFFFF;
|
|
||||||
@define-color textcolor1 #FFFFFF;
|
|
||||||
@define-color textcolor2 @color11;
|
|
||||||
@define-color textcolor3 #FFFFFF;
|
|
||||||
@define-color iconcolor #FFFFFF;
|
|
||||||
|
|
||||||
@import '../../ml4w/style.css';
|
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
theme_name="ML4W Mixed Bottom"
|
|
@ -1,16 +0,0 @@
|
|||||||
/* -----------------------------------------------------
|
|
||||||
* Import Pywal colors
|
|
||||||
* ----------------------------------------------------- */
|
|
||||||
@import '../../../../../.cache/wal/colors-waybar.css';
|
|
||||||
|
|
||||||
@define-color backgroundlight @color8;
|
|
||||||
@define-color backgrounddark #FFFFFF;
|
|
||||||
@define-color workspacesbackground1 @color8;
|
|
||||||
@define-color workspacesbackground2 #FFFFFF;
|
|
||||||
@define-color bordercolor @color8;
|
|
||||||
@define-color textcolor1 @color8;
|
|
||||||
@define-color textcolor2 #FFFFFF;
|
|
||||||
@define-color textcolor3 #FFFFFF;
|
|
||||||
@define-color iconcolor #FFFFFF;
|
|
||||||
|
|
||||||
@import '../../ml4w/style.css';
|
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
theme_name="ML4W Colored"
|
|
@ -1,16 +0,0 @@
|
|||||||
/* -----------------------------------------------------
|
|
||||||
* Import Pywal colors
|
|
||||||
* ----------------------------------------------------- */
|
|
||||||
@import '../../../../../.cache/wal/colors-waybar.css';
|
|
||||||
|
|
||||||
@define-color backgroundlight @color5;
|
|
||||||
@define-color backgrounddark @color11;
|
|
||||||
@define-color workspacesbackground1 @color5;
|
|
||||||
@define-color workspacesbackground2 @color11;
|
|
||||||
@define-color bordercolor @color11;
|
|
||||||
@define-color textcolor1 #FFFFFF;
|
|
||||||
@define-color textcolor2 #FFFFFF;
|
|
||||||
@define-color textcolor3 #FFFFFF;
|
|
||||||
@define-color iconcolor #FFFFFF;
|
|
||||||
|
|
||||||
@import '../style.css';
|
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
theme_name="ML4W Dark"
|
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
theme_name="ML4W Light"
|
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
theme_name="ML4W Mixed"
|
|
@ -1,16 +0,0 @@
|
|||||||
/* -----------------------------------------------------
|
|
||||||
* Import Pywal colors
|
|
||||||
* ----------------------------------------------------- */
|
|
||||||
@import '../../../../../.cache/wal/colors-waybar.css';
|
|
||||||
|
|
||||||
@define-color backgroundlight @color8;
|
|
||||||
@define-color backgrounddark #FFFFFF;
|
|
||||||
@define-color workspacesbackground1 @color8;
|
|
||||||
@define-color workspacesbackground2 #FFFFFF;
|
|
||||||
@define-color bordercolor @color8;
|
|
||||||
@define-color textcolor1 @color8;
|
|
||||||
@define-color textcolor2 #FFFFFF;
|
|
||||||
@define-color textcolor3 #FFFFFF;
|
|
||||||
@define-color iconcolor #FFFFFF;
|
|
||||||
|
|
||||||
@import '../style.css';
|
|
Loading…
x
Reference in New Issue
Block a user