-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e991893
commit 5edf3b3
Showing
26 changed files
with
853 additions
and
253 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,289 @@ | ||
* { | ||
border: none; | ||
border-radius: 10; | ||
font-family: "SF Pro" ; | ||
font-size: 15px; | ||
min-height: 10px; | ||
} | ||
|
||
window#waybar { | ||
background: transparent; | ||
} | ||
|
||
window#waybar.hidden { | ||
opacity: 0.2; | ||
} | ||
|
||
#window { | ||
margin-top: 6px; | ||
padding-left: 10px; | ||
padding-right: 10px; | ||
border-radius: 10px; | ||
transition: none; | ||
color: transparent; | ||
background: transparent; | ||
} | ||
#workspaces { | ||
margin-top: 6px; | ||
margin-left: 12px; | ||
font-size: 4px; | ||
margin-bottom: 0px; | ||
border-radius: 10px; | ||
background: #161320; | ||
transition: none; | ||
} | ||
|
||
#workspaces button { | ||
transition: none; | ||
color: #B5E8E0; | ||
background: transparent; | ||
font-size: 16px; | ||
border-radius: 2px; | ||
} | ||
|
||
#workspaces button.occupied { | ||
transition: none; | ||
color: #F28FAD; | ||
background: transparent; | ||
font-size: 4px; | ||
} | ||
|
||
#workspaces button.focused { | ||
color: #ABE9B3; | ||
border-top: 2px solid #ABE9B3; | ||
border-bottom: 2px solid #ABE9B3; | ||
} | ||
|
||
#workspaces button:hover { | ||
transition: none; | ||
box-shadow: inherit; | ||
text-shadow: inherit; | ||
color: #FAE3B0; | ||
border-color: #E8A2AF; | ||
color: #E8A2AF; | ||
} | ||
|
||
#workspaces button.focused:hover { | ||
color: #E8A2AF; | ||
} | ||
|
||
#network { | ||
margin-top: 6px; | ||
margin-left: 8px; | ||
padding-left: 10px; | ||
padding-right: 10px; | ||
margin-bottom: 0px; | ||
border-radius: 10px; | ||
transition: none; | ||
color: #161320; | ||
background: #bd93f9; | ||
} | ||
|
||
#bluetooth { | ||
margin-top: 6px; | ||
margin-left: 8px; | ||
padding-left: 10px; | ||
padding-right: 10px; | ||
margin-bottom: 0px; | ||
border-radius: 10px; | ||
transition: none; | ||
color: #161320; | ||
background: #bd93f9; | ||
} | ||
|
||
#pulseaudio { | ||
margin-top: 6px; | ||
margin-left: 8px; | ||
padding-left: 10px; | ||
padding-right: 10px; | ||
margin-bottom: 0px; | ||
border-radius: 10px; | ||
transition: none; | ||
color: #1A1826; | ||
background: #FAE3B0; | ||
} | ||
|
||
#battery { | ||
margin-top: 6px; | ||
margin-left: 8px; | ||
padding-left: 10px; | ||
padding-right: 10px; | ||
margin-bottom: 0px; | ||
border-radius: 10px; | ||
transition: none; | ||
color: #161320; | ||
background: #B5E8E0; | ||
} | ||
|
||
#battery.charging, #battery.plugged { | ||
color: #161320; | ||
background-color: #B5E8E0; | ||
} | ||
|
||
#battery.critical:not(.charging) { | ||
background-color: #B5E8E0; | ||
color: #161320; | ||
animation-name: blink; | ||
animation-duration: 0.5s; | ||
animation-timing-function: linear; | ||
animation-iteration-count: infinite; | ||
animation-direction: alternate; | ||
} | ||
|
||
@keyframes blink { | ||
to { | ||
background-color: #BF616A; | ||
color: #B5E8E0; | ||
} | ||
} | ||
|
||
#backlight { | ||
margin-top: 6px; | ||
margin-left: 8px; | ||
padding-left: 10px; | ||
padding-right: 10px; | ||
margin-bottom: 0px; | ||
border-radius: 10px; | ||
transition: none; | ||
color: #161320; | ||
background: #F8BD96; | ||
} | ||
|
||
#custom-weather { | ||
margin-top: 6px; | ||
margin-left: 8px; | ||
padding-left: 10px; | ||
padding-right: 10px; | ||
margin-bottom: 0px; | ||
border-radius: 10px; | ||
/* transition: none; */ | ||
/* color: #161320; */ | ||
/* background: #F8BD96; */ | ||
} | ||
#clock { | ||
margin-top: 6px; | ||
margin-left: 8px; | ||
padding-left: 10px; | ||
padding-right: 10px; | ||
margin-bottom: 0px; | ||
border-radius: 10px; | ||
transition: none; | ||
color: #161320; | ||
background: #ABE9B3; | ||
/*background: #1A1826;*/ | ||
} | ||
|
||
#memory { | ||
margin-top: 6px; | ||
margin-left: 8px; | ||
padding-left: 10px; | ||
margin-bottom: 0px; | ||
padding-right: 10px; | ||
border-radius: 10px; | ||
transition: none; | ||
color: #161320; | ||
background: #DDB6F2; | ||
} | ||
#cpu { | ||
margin-top: 6px; | ||
margin-left: 8px; | ||
padding-left: 10px; | ||
margin-bottom: 0px; | ||
padding-right: 10px; | ||
border-radius: 10px; | ||
transition: none; | ||
color: #161320; | ||
background: #96CDFB; | ||
} | ||
|
||
#tray { | ||
margin-top: 6px; | ||
margin-left: 8px; | ||
padding-left: 10px; | ||
margin-bottom: 0px; | ||
padding-right: 10px; | ||
border-radius: 10px; | ||
transition: none; | ||
color: #B5E8E0; | ||
background: #161320; | ||
} | ||
|
||
#custom-launcher { | ||
font-size: 24px; | ||
margin-top: 6px; | ||
margin-left: 8px; | ||
padding-left: 10px; | ||
padding-right: 5px; | ||
border-radius: 10px; | ||
transition: none; | ||
color: #89DCEB; | ||
background: #161320; | ||
} | ||
|
||
#custom-power { | ||
font-size: 20px; | ||
margin-top: 6px; | ||
margin-left: 8px; | ||
margin-right: 8px; | ||
padding-left: 10px; | ||
padding-right: 5px; | ||
margin-bottom: 0px; | ||
border-radius: 10px; | ||
transition: none; | ||
color: #161320; | ||
background: #F28FAD; | ||
} | ||
|
||
#custom-wallpaper { | ||
margin-top: 6px; | ||
margin-left: 8px; | ||
padding-left: 10px; | ||
padding-right: 10px; | ||
margin-bottom: 0px; | ||
border-radius: 10px; | ||
transition: none; | ||
color: #89DCEB; | ||
background: #161320; | ||
} | ||
|
||
#custom-updates { | ||
margin-top: 6px; | ||
margin-left: 8px; | ||
padding-left: 10px; | ||
padding-right: 10px; | ||
margin-bottom: 0px; | ||
border-radius: 10px; | ||
transition: none; | ||
color: #161320; | ||
background: #E8A2AF; | ||
} | ||
|
||
#custom-firefox { | ||
margin-top: 6px; | ||
margin-left: 8px; | ||
padding-left: 15px; | ||
padding-right: 5px; | ||
margin-bottom: 0px; | ||
border-radius: 10px; | ||
transition: none; | ||
/* color: #B5E8E0; */ | ||
color: #161320; | ||
/* background: #161320; */ | ||
/* background: #C4302B; */ | ||
background: #E6928F; | ||
} | ||
|
||
#custom-spotify { | ||
margin-top: 6px; | ||
margin-left: 8px; | ||
padding-left: 15px; | ||
padding-right: 5px; | ||
margin-bottom: 0px; | ||
border-radius: 10px; | ||
transition: none; | ||
color: #161320; | ||
/* color: #B5E8E0; */ | ||
/* background: #161320; */ | ||
/* background: #1DB954; */ | ||
background: #7FEAA5; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# A catppuccin RC for waybar. In beta, specs may change. | ||
app_name: waybar | ||
binary_name: waybar | ||
installation: | ||
location: | ||
macos: %appdata%/waybar/ | ||
linux: %appdata%/waybar/ | ||
flavours: | ||
all: | ||
default: | ||
- themes/ | ||
latte: | ||
default: | ||
- themes/latte.css | ||
frappe: | ||
default: | ||
- themes/frappe.css | ||
macchiato: | ||
default: | ||
- themes/macchiato.css | ||
mocha: | ||
default: | ||
- themes/mocha.css | ||
to: ./ | ||
one_flavour: false | ||
comments: "Add `@import \"$HOME/.config/waybar/<flavour>.css\";` to include the file in your style.css" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# EditorConfig helps developers define and maintain consistent | ||
# coding styles between different editors and IDEs | ||
# EditorConfig is awesome: https://EditorConfig.org | ||
|
||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
indent_size = 2 | ||
indent_style = space | ||
end_of_line = lf | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
# go | ||
[*.go] | ||
indent_style = tab | ||
indent_size = 4 | ||
|
||
# python | ||
[*.{ini,py,py.tpl,rst}] | ||
indent_size = 4 | ||
|
||
# rust | ||
[*.rs] | ||
indent_size = 4 | ||
|
||
# documentation, utils | ||
[*.{md,mdx,diff}] | ||
trim_trailing_whitespace = false | ||
|
||
# windows shell scripts | ||
[*.{cmd,bat,ps1}] | ||
end_of_line = crlf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2021 Catppuccin | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
Oops, something went wrong.