14 Commits
chama ... main

Author SHA1 Message Date
298eb76909 . 2025-11-12 22:24:00 -07:00
2173267246 . 2025-11-09 00:19:54 -07:00
315a0b3869 Update password script 2025-05-12 15:51:02 -06:00
9ed520abc2 Changes 2025-05-12 15:50:02 -06:00
9f4a11f2e0 Add .desktop files and icons 2025-05-12 15:45:15 -06:00
7f7c20cfda Changes tm 2025-01-15 23:33:33 -07:00
213d8bf9c8 oops 2024-12-13 01:04:26 -07:00
2600016096 . 2024-12-13 01:01:50 -07:00
0a0a444a2d SXHKD experimentation, vesktop added, audio profile switching utility, shchemes installer, etc. 2024-08-12 05:52:19 -06:00
0cdbfbd9bd Update readme 2024-06-29 18:32:28 -06:00
c5c11a7cfb Cleanup 2024-06-29 18:25:37 -06:00
72ae9f6ce7 New configuration based on xfce4 + bpswm. No more tint2 2024-06-29 18:25:01 -06:00
e06469f47b Doesn't need to be there 2024-06-29 18:16:04 -06:00
4f45d3b02f Little baby install scripts 2024-06-29 18:14:38 -06:00
235 changed files with 7395 additions and 457 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/wallpapers

12
README
View File

@@ -4,25 +4,25 @@
| | | | | |- | | |-' `-. | | | | | |- | | |-' `-.
`-' `-' `-' | ' ' `-' `-' `-' `-' `-' | ' ' `-' `-'
-' [1] -' [1]
Window Manager - bspwm[6], with tabs via tabbed[7] Desktop Environment - xfce4[7]
Terminal - Kitty[3] Window Manager - bspwm[6]
Terminal - kitty[3]
Browser - qutebrowser[4] Browser - qutebrowser[4]
Panel - tint2[5]
Screenshot in ./screenshot.png, if it pleases Screenshot in ./screenshot.png, if it pleases
Theme Theme
‾‾‾‾‾ `````
Right now I use a Kaolin Dark theme. Many themes are pulled directly from alternateved/kaolin-inspired[2] Right now I use a Kaolin Dark theme. Many themes are pulled directly from alternateved/kaolin-inspired[2]
Links Links
‾‾‾‾‾ `````
1. Ascii font is "Shimrod" from http://www.patorjk.com/software/taag (other cool small fonts are "script", and "stampatello") 1. Ascii font is "Shimrod" from http://www.patorjk.com/software/taag (other cool small fonts are "script", and "stampatello")
2. https://github.com/alternateved/kaolin-inspired 2. https://github.com/alternateved/kaolin-inspired
3. https://sw.kovidgoyal.net/kitty 3. https://sw.kovidgoyal.net/kitty
4. https://qutebrowser.org 4. https://qutebrowser.org
5. https://wiki.archlinux.org/title/Tint2 5. https://wiki.archlinux.org/title/Tint2
6. https://github.com/baskerville/bspwm 6. https://github.com/baskerville/bspwm
7. https://tools.suckless.org/tabbed 7. https://www.xfce.org/

4
TODO Normal file
View File

@@ -0,0 +1,4 @@
- Make bspc-column only operate on the window initially focused, as to prevent bugs with floating windows between rows in the column
- Fix slowness with XFCE Display management dialog and bspc-xfce-monitors
- Configure picom
- Finish context menu

43
archive Executable file
View File

@@ -0,0 +1,43 @@
#!/bin/sh
dir="$PWD"
scripts_subdir="$PWD/scripts"
config="${dir}/config"
rsync -a \
--exclude 'bookmarks' \
--exclude 'quickmarks' \
--exclude 'qsettings' \
--exclude 'autoconfig.yml' \
~/.config/qutebrowser "$config"
rsync -a ~/.config/vesktop/settings "${config}/vesktop"
rsync -a ~/.config/bspwm "$config"
rsync -a ~/.config/sxhkd "$config"
rsync -a ~/.config/xfce4 \
--exclude 'desktop' "$config"
rsync -a ~/.config/rofi "$config"
rsync -a ~/.config/i3 "$config"
# cp ~/.config/picom.conf .
cd ~/.local/bin || exit
cp \
bsp-auto-monitors \
bsp-float \
bsp-key-daemon \
bsp-smove \
le-keyboard \
le-audio \
sxhkd-help \
change-scheme \
le-wallpaper \
le-wallpaper-open \
xfce4-le-wallpaper \
qutebrowser \
qutesearch \
mdread \
rack \
f \
"$scripts_subdir"
cd "$dir" || exit
cp -r ~/.local/share/qutebrowser/userscripts "${dir}/local/share/qutebrowser"

View File

@@ -1,32 +0,0 @@
#!/bin/bash
dir=$PWD
scripts_subdir=$(echo "$PWD/scripts")
rsync -a ~/pictures/wallpapers/* wallpapers/
cd config
rsync -a ~/.config/kitty .
rsync -a --exclude 'bookmarks' ~/.config/qutebrowser .
rsync -a ~/.config/bspwm .
rsync -a ~/.config/sxhkd .
rsync -a ~/.config/tint2/tint2rc tint2/
rsync -a ~/.config/lxqt .
rsync -a ~/.config/rofi .
cp ~/.config/picom.conf .
cd ~/bin
cp \
bsp-float \
bsp-floating-only \
bsp-smove \
bsp-status \
bsp-toggle-visibility \
ezmount \
pfetch \
qutesearch \
rofi-ask \
tabc-smart-detach \
sxhkd-help \
web \
$scripts_subdir

View File

@@ -1,37 +1,42 @@
#! /bin/sh #!/bin/sh
# Import user bin for sxhkd if [ -d "$HOME/bin" ] ; then
PATH="/home/dakedres/bin:$PATH" PATH="$HOME/bin:$PATH"
fi
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
pgrep -x sxhkd > /dev/null || sxhkd & # Identify as a non-reparenting window manager
wmname LG3D & wmname LG3D &
bspc monitor -d I II III IV V bspc config border_width 2
bspc config border_width 1
bspc config window_gap 4 bspc config window_gap 4
bspc config split_ratio 0.52 bspc config split_ratio 0.54
bspc config borderless_monocle true
bspc config gapless_monocle true
bspc config pointer_modifier mod1 bspc config pointer_modifier mod4 # When holding super:
bspc config pointer_action1 move bspc config pointer_action1 move # Left click drag moves
# bspc config pointer_action2 resize_side bspc config pointer_action2 resize_corner # Right click drag resizes
bspc config pointer_action2 resize_corner
# Focus is on the hovered window, but the cursor is
# moved when the keyboard changes focus
bspc config focus_follows_pointer true bspc config focus_follows_pointer true
bspc config pointer_follows_focus true bspc config pointer_follows_focus true
bspc rule -a KittyScratch state=floating bspc config external_rules_command "$(realpath "$(dirname "$0")")/external-rules"
bspc rule -a Gimp state=floating
bspc rule -a Chromium desktop='^2'
bspc rule -a mplayer2 state=floating
bspc rule -a Kupfer.py focus=on
bspc rule -a Screenkey manage=off
xsetroot -cursor_name left_ptr & bspc config automatic_scheme alternate
export _JAVA_AWT_WM_NONREPARENTING=1 bspc rule -a qutebrowser state=tiled
# bspc rule -a KittyScratch state=floating
bspc rule -a Wrapper-2.0 state=floating # Xfce start menu
bspc rule -a Rofi state=floating
"$(dirname "$0")/colors"
watch_monitors() {
xfconf-query -c displays -m | while read -r line; do
bspc-xfce-monitors
done
}
watch_monitors & # Monitor daemon
pgrep -x sxhkd > /dev/null || sxhkd & # Key daemon

3
config/bspwm/colors Executable file
View File

@@ -0,0 +1,3 @@
bspc config normal_border_color "#4a4543"
bspc config active_border_color "#5c5855"
bspc config focused_border_color "#807d7c"

8
config/bspwm/external-rules Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
NEXT_WINDOW_RULES_PATH="/tmp/bspwm-next-window-rules"
[ -f "$NEXT_WINDOW_RULES_PATH" ] && {
cat "$NEXT_WINDOW_RULES_PATH"
rm "$NEXT_WINDOW_RULES_PATH"
}

View File

View File

@@ -0,0 +1 @@
6

View File

@@ -0,0 +1 @@
false

View File

@@ -0,0 +1,9 @@
(
output: "all",
source: Path("/var/home/dakedres/Pictures/wallpaper.jpg"),
filter_by_theme: true,
rotation_frequency: 300,
filter_method: Lanczos,
scaling_mode: Zoom,
sampling_method: Alphanumeric,
)

View File

@@ -0,0 +1 @@
true

View File

@@ -0,0 +1 @@
true

View File

@@ -0,0 +1 @@
true

View File

@@ -0,0 +1,9 @@
(
rules: "",
model: "pc105",
layout: "us",
variant: "",
options: None,
repeat_delay: 600,
repeat_rate: 25,
)

View File

@@ -0,0 +1,10 @@
(
folders_first: false,
icon_sizes: (
list: 100,
grid: 100,
),
show_details: false,
show_hidden: false,
view: List,
)

View File

@@ -0,0 +1 @@
Bottom

View File

@@ -0,0 +1 @@
false

View File

@@ -0,0 +1 @@
None

View File

@@ -0,0 +1 @@
Some(500)

View File

@@ -0,0 +1 @@
ThemeDefault

View File

@@ -0,0 +1 @@
2

View File

@@ -0,0 +1 @@
true

View File

@@ -0,0 +1 @@
false

View File

@@ -0,0 +1 @@
OnDemand

View File

@@ -0,0 +1 @@
Top

View File

@@ -0,0 +1 @@
0

View File

@@ -0,0 +1 @@
"Dock"

View File

@@ -0,0 +1 @@
1.0

View File

@@ -0,0 +1 @@
All

View File

@@ -0,0 +1 @@
0

View File

@@ -0,0 +1,7 @@
Some([
"com.system76.CosmicPanelLauncherButton",
"com.system76.CosmicPanelWorkspacesButton",
"com.system76.CosmicPanelAppButton",
"com.system76.CosmicAppList",
"com.system76.CosmicAppletMinimize",
])

View File

@@ -0,0 +1 @@
Some(([], []))

View File

@@ -0,0 +1 @@
L

View File

@@ -0,0 +1 @@
None

View File

@@ -0,0 +1 @@
None

View File

@@ -0,0 +1 @@
0

View File

@@ -0,0 +1 @@
Top

View File

@@ -0,0 +1 @@
false

View File

@@ -0,0 +1 @@
None

View File

@@ -0,0 +1 @@
Some(500)

View File

@@ -0,0 +1 @@
ThemeDefault

View File

@@ -0,0 +1 @@
0

View File

@@ -0,0 +1 @@
true

View File

@@ -0,0 +1 @@
true

View File

@@ -0,0 +1 @@
OnDemand

View File

@@ -0,0 +1 @@
Top

View File

@@ -0,0 +1 @@
0

View File

@@ -0,0 +1 @@
"Panel"

View File

@@ -0,0 +1 @@
1.0

View File

@@ -0,0 +1 @@
All

View File

@@ -0,0 +1 @@
0

View File

@@ -0,0 +1,3 @@
Some([
"com.system76.CosmicAppletMinimize",
])

View File

@@ -0,0 +1,15 @@
Some(([
"com.system76.CosmicAppletWorkspaces",
"com.system76.CosmicPanelWorkspacesButton",
"com.system76.CosmicPanelAppButton",
], [
"com.system76.CosmicAppletStatusArea",
"com.system76.CosmicAppletNotifications",
"com.system76.CosmicAppletTiling",
"com.system76.CosmicAppletBluetooth",
"com.system76.CosmicAppletNetwork",
"com.system76.CosmicAppletAudio",
"com.system76.CosmicAppletBattery",
"com.system76.CosmicAppletTime",
"com.system76.CosmicAppletPower",
]))

View File

@@ -0,0 +1 @@
XS

View File

@@ -0,0 +1 @@
None

View File

@@ -0,0 +1 @@
None

View File

@@ -0,0 +1 @@
0

View File

@@ -0,0 +1,3 @@
[
"Panel",
]

View File

@@ -0,0 +1,4 @@
(
save_location: Clipboard,
choice: Rectangle,
)

View File

@@ -0,0 +1,21 @@
{
(
modifiers: [
Super,
],
key: "q",
): Disable,
(
modifiers: [
Super,
],
key: "Return",
description: Some("Terminal"),
): Spawn("cosmic-term"),
(
modifiers: [
Super,
],
key: "w",
): Close,
}

View File

@@ -0,0 +1,3 @@
{
Terminal: "xfce4-terminal",
}

View File

@@ -0,0 +1 @@
Some("/var/home/dakedres/Pictures")

View File

@@ -0,0 +1,3 @@
[
"/var/home/dakedres/Pictures",
]

View File

@@ -0,0 +1,5 @@
Some((
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
))

View File

@@ -0,0 +1,6 @@
Some((
red: 0.07058824,
green: 0.07058824,
blue: 0.07058824,
alpha: 1.0,
))

View File

@@ -0,0 +1,8 @@
(
radius_0: (0.0, 0.0, 0.0, 0.0),
radius_xs: (2.0, 2.0, 2.0, 2.0),
radius_s: (2.0, 2.0, 2.0, 2.0),
radius_m: (2.0, 2.0, 2.0, 2.0),
radius_l: (2.0, 2.0, 2.0, 2.0),
radius_xl: (2.0, 2.0, 2.0, 2.0),
)

View File

@@ -0,0 +1,5 @@
Some((
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
))

View File

@@ -0,0 +1 @@
(0, 4)

View File

@@ -0,0 +1 @@
false

View File

@@ -0,0 +1,5 @@
Some((
red: 0.46666667,
green: 0.46666667,
blue: 0.46666667,
))

View File

@@ -0,0 +1,195 @@
Dark((
name: "cosmic-dark",
bright_red: (
red: 1.0,
green: 0.627451,
blue: 0.5647059,
alpha: 1.0,
),
bright_green: (
red: 0.36862746,
green: 0.85882354,
blue: 0.54901963,
alpha: 1.0,
),
bright_orange: (
red: 1.0,
green: 0.6392157,
blue: 0.49019608,
alpha: 1.0,
),
gray_1: (
red: 0.105882354,
green: 0.105882354,
blue: 0.105882354,
alpha: 1.0,
),
gray_2: (
red: 0.14901961,
green: 0.14901961,
blue: 0.14901961,
alpha: 1.0,
),
neutral_0: (
red: 0.0,
green: 0.0,
blue: 0.0,
alpha: 1.0,
),
neutral_1: (
red: 0.105882354,
green: 0.105882354,
blue: 0.105882354,
alpha: 1.0,
),
neutral_2: (
red: 0.1882353,
green: 0.1882353,
blue: 0.1882353,
alpha: 1.0,
),
neutral_3: (
red: 0.2784314,
green: 0.2784314,
blue: 0.2784314,
alpha: 1.0,
),
neutral_4: (
red: 0.36862746,
green: 0.36862746,
blue: 0.36862746,
alpha: 1.0,
),
neutral_5: (
red: 0.46666667,
green: 0.46666667,
blue: 0.46666667,
alpha: 1.0,
),
neutral_6: (
red: 0.5686275,
green: 0.5686275,
blue: 0.5686275,
alpha: 1.0,
),
neutral_7: (
red: 0.67058825,
green: 0.67058825,
blue: 0.67058825,
alpha: 1.0,
),
neutral_8: (
red: 0.7764706,
green: 0.7764706,
blue: 0.7764706,
alpha: 1.0,
),
neutral_9: (
red: 0.8862745,
green: 0.8862745,
blue: 0.8862745,
alpha: 1.0,
),
neutral_10: (
red: 1.0,
green: 1.0,
blue: 1.0,
alpha: 1.0,
),
accent_blue: (
red: 0.3882353,
green: 0.8156863,
blue: 0.8745098,
alpha: 1.0,
),
accent_indigo: (
red: 0.6313726,
green: 0.7529412,
blue: 0.92156863,
alpha: 1.0,
),
accent_purple: (
red: 0.90588236,
green: 0.6117647,
blue: 0.99607843,
alpha: 1.0,
),
accent_pink: (
red: 1.0,
green: 0.6117647,
blue: 0.69411767,
alpha: 1.0,
),
accent_red: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
accent_orange: (
red: 1.0,
green: 0.6784314,
blue: 0.0,
alpha: 1.0,
),
accent_yellow: (
red: 0.96862745,
green: 0.8784314,
blue: 0.38431373,
alpha: 1.0,
),
accent_green: (
red: 0.57254905,
green: 0.8117647,
blue: 0.6117647,
alpha: 1.0,
),
accent_warm_grey: (
red: 0.7921569,
green: 0.7294118,
blue: 0.7058824,
alpha: 1.0,
),
ext_warm_grey: (
red: 0.60784316,
green: 0.5568628,
blue: 0.5411765,
alpha: 1.0,
),
ext_orange: (
red: 1.0,
green: 0.6784314,
blue: 0.0,
alpha: 1.0,
),
ext_yellow: (
red: 0.99607843,
green: 0.85882354,
blue: 0.2509804,
alpha: 1.0,
),
ext_blue: (
red: 0.28235295,
green: 0.7254902,
blue: 0.78039217,
alpha: 1.0,
),
ext_purple: (
red: 0.8117647,
green: 0.49019608,
blue: 1.0,
alpha: 1.0,
),
ext_pink: (
red: 0.9764706,
green: 0.22745098,
blue: 0.5137255,
alpha: 1.0,
),
ext_indigo: (
red: 0.24313726,
green: 0.53333336,
blue: 1.0,
alpha: 1.0,
),
))

View File

@@ -0,0 +1,12 @@
(
space_none: 0,
space_xxxs: 4,
space_xxs: 4,
space_xs: 8,
space_s: 8,
space_m: 16,
space_l: 24,
space_xl: 32,
space_xxl: 48,
space_xxxl: 64,
)

View File

@@ -0,0 +1,5 @@
Some((
red: 0.57254905,
green: 0.8117647,
blue: 0.6117647,
))

View File

@@ -0,0 +1,5 @@
Some((
red: 0.0,
green: 0.0,
blue: 0.0,
))

View File

@@ -0,0 +1,5 @@
Some((
red: 0.96862745,
green: 0.8784314,
blue: 0.38431373,
))

View File

@@ -0,0 +1 @@
None

View File

@@ -0,0 +1,74 @@
(
base: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
hover: (
red: 0.87144005,
green: 0.5828126,
blue: 0.5796754,
alpha: 1.0,
),
pressed: (
red: 0.5391305,
green: 0.3587384,
blue: 0.35677758,
alpha: 1.0,
),
selected: (
red: 0.87144005,
green: 0.5828126,
blue: 0.5796754,
alpha: 1.0,
),
selected_text: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
focus: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
divider: (
red: -0.0,
green: 0.0,
blue: 0.0,
alpha: 1.0,
),
on: (
red: -0.0,
green: 0.0,
blue: 0.0,
alpha: 1.0,
),
disabled: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
on_disabled: (
red: 0.49607843,
green: 0.3156863,
blue: 0.3137255,
alpha: 1.0,
),
border: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
disabled_border: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 0.5,
),
)

View File

@@ -0,0 +1,74 @@
(
base: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
hover: (
red: 0.87144005,
green: 0.5828126,
blue: 0.5796754,
alpha: 1.0,
),
pressed: (
red: 0.5391305,
green: 0.3587384,
blue: 0.35677758,
alpha: 1.0,
),
selected: (
red: 0.87144005,
green: 0.5828126,
blue: 0.5796754,
alpha: 1.0,
),
selected_text: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
focus: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
divider: (
red: 0.0129199885,
green: 0.01292001,
blue: 0.012919978,
alpha: 1.0,
),
on: (
red: -0.0,
green: 0.0,
blue: 0.0,
alpha: 1.0,
),
disabled: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
on_disabled: (
red: -0.0,
green: 0.0,
blue: 0.0,
alpha: 0.5,
),
border: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
disabled_border: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 0.5,
),
)

View File

@@ -0,0 +1 @@
None

View File

@@ -0,0 +1 @@
0

View File

@@ -0,0 +1,100 @@
(
base: (
red: 0.07058824,
green: 0.07058824,
blue: 0.07058824,
alpha: 1.0,
),
component: (
base: (
red: 0.14334679,
green: 0.14334679,
blue: 0.14334676,
alpha: 1.0,
),
hover: (
red: 0.2290121,
green: 0.2290121,
blue: 0.22901204,
alpha: 1.0,
),
pressed: (
red: 0.31467742,
green: 0.31467742,
blue: 0.31467736,
alpha: 1.0,
),
selected: (
red: 0.2290121,
green: 0.2290121,
blue: 0.22901204,
alpha: 1.0,
),
selected_text: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
focus: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
divider: (
red: 0.9601913,
green: 0.96019,
blue: 0.96019024,
alpha: 0.2,
),
on: (
red: 0.9601913,
green: 0.96019,
blue: 0.96019024,
alpha: 1.0,
),
disabled: (
red: 0.14334679,
green: 0.14334679,
blue: 0.14334676,
alpha: 0.5,
),
on_disabled: (
red: 0.9601913,
green: 0.96019,
blue: 0.96019024,
alpha: 0.65,
),
border: (
red: 0.7432059,
green: 0.7432059,
blue: 0.7432057,
alpha: 1.0,
),
disabled_border: (
red: 0.7432059,
green: 0.7432059,
blue: 0.7432057,
alpha: 0.5,
),
),
divider: (
red: 0.22758408,
green: 0.22758389,
blue: 0.22758393,
alpha: 1.0,
),
on: (
red: 0.85556746,
green: 0.8555665,
blue: 0.8555667,
alpha: 1.0,
),
small_widget: (
red: 0.11516417,
green: 0.11516424,
blue: 0.11516414,
alpha: 0.25,
),
)

View File

@@ -0,0 +1,74 @@
(
base: (
red: 0.6204993,
green: 0.62049943,
blue: 0.6204992,
alpha: 0.25,
),
hover: (
red: 0.38796422,
green: 0.3879643,
blue: 0.38796416,
alpha: 0.4,
),
pressed: (
red: 0.16715194,
green: 0.167152,
blue: 0.16715191,
alpha: 0.625,
),
selected: (
red: 0.38796422,
green: 0.3879643,
blue: 0.38796416,
alpha: 0.4,
),
selected_text: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
focus: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
divider: (
red: 0.9601913,
green: 0.96019,
blue: 0.96019024,
alpha: 0.2,
),
on: (
red: 0.9601913,
green: 0.96019,
blue: 0.96019024,
alpha: 1.0,
),
disabled: (
red: 0.6204993,
green: 0.62049943,
blue: 0.6204992,
alpha: 0.125,
),
on_disabled: (
red: 0.9601913,
green: 0.96019,
blue: 0.96019024,
alpha: 0.65,
),
border: (
red: 0.7432059,
green: 0.7432059,
blue: 0.7432057,
alpha: 1.0,
),
disabled_border: (
red: 0.7432059,
green: 0.7432059,
blue: 0.7432057,
alpha: 0.5,
),
)

View File

@@ -0,0 +1,5 @@
Some((
red: 0.46666667,
green: 0.46666667,
blue: 0.46666667,
))

View File

@@ -0,0 +1,8 @@
(
radius_0: (0.0, 0.0, 0.0, 0.0),
radius_xs: (2.0, 2.0, 2.0, 2.0),
radius_s: (2.0, 2.0, 2.0, 2.0),
radius_m: (2.0, 2.0, 2.0, 2.0),
radius_l: (2.0, 2.0, 2.0, 2.0),
radius_xl: (2.0, 2.0, 2.0, 2.0),
)

View File

@@ -0,0 +1,74 @@
(
base: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
hover: (
red: 0.87144005,
green: 0.5828126,
blue: 0.5796754,
alpha: 1.0,
),
pressed: (
red: 0.5391305,
green: 0.3587384,
blue: 0.35677758,
alpha: 1.0,
),
selected: (
red: 0.87144005,
green: 0.5828126,
blue: 0.5796754,
alpha: 1.0,
),
selected_text: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
focus: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
divider: (
red: -0.0,
green: 0.0,
blue: 0.0,
alpha: 1.0,
),
on: (
red: -0.0,
green: 0.0,
blue: 0.0,
alpha: 1.0,
),
disabled: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
on_disabled: (
red: 0.49607843,
green: 0.3156863,
blue: 0.3137255,
alpha: 1.0,
),
border: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
disabled_border: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 0.5,
),
)

View File

@@ -0,0 +1,74 @@
(
base: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
hover: (
red: 0.87144005,
green: 0.5828126,
blue: 0.5796754,
alpha: 1.0,
),
pressed: (
red: 0.5391305,
green: 0.3587384,
blue: 0.35677758,
alpha: 1.0,
),
selected: (
red: 0.87144005,
green: 0.5828126,
blue: 0.5796754,
alpha: 1.0,
),
selected_text: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
focus: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
divider: (
red: 0.0129199885,
green: 0.01292001,
blue: 0.012919978,
alpha: 1.0,
),
on: (
red: -0.0,
green: 0.0,
blue: 0.0,
alpha: 1.0,
),
disabled: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
on_disabled: (
red: -0.0,
green: 0.0,
blue: 0.0,
alpha: 0.5,
),
border: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
disabled_border: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 0.5,
),
)

View File

@@ -0,0 +1 @@
(0, 4)

View File

@@ -0,0 +1,74 @@
(
base: (
red: 0.0,
green: 0.0,
blue: 0.0,
alpha: 0.0,
),
hover: (
red: 0.38857284,
green: 0.38857287,
blue: 0.38857278,
alpha: 0.2,
),
pressed: (
red: 0.08610416,
green: 0.08610424,
blue: 0.08610415,
alpha: 0.5,
),
selected: (
red: 0.38857284,
green: 0.38857287,
blue: 0.38857278,
alpha: 0.2,
),
selected_text: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
focus: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
divider: (
red: 0.7432059,
green: 0.7432059,
blue: 0.7432057,
alpha: 0.2,
),
on: (
red: 0.7432059,
green: 0.7432059,
blue: 0.7432057,
alpha: 1.0,
),
disabled: (
red: 0.0,
green: 0.0,
blue: 0.0,
alpha: 0.0,
),
on_disabled: (
red: 0.7432059,
green: 0.7432059,
blue: 0.7432057,
alpha: 0.65,
),
border: (
red: 0.7432059,
green: 0.7432059,
blue: 0.7432057,
alpha: 1.0,
),
disabled_border: (
red: 0.7432059,
green: 0.7432059,
blue: 0.7432057,
alpha: 0.5,
),
)

View File

@@ -0,0 +1 @@
true

View File

@@ -0,0 +1 @@
false

View File

@@ -0,0 +1 @@
false

View File

@@ -0,0 +1,74 @@
(
base: (
red: 0.0,
green: 0.0,
blue: 0.0,
alpha: 0.0,
),
hover: (
red: 0.0,
green: 0.0,
blue: 0.0,
alpha: 0.0,
),
pressed: (
red: 0.0,
green: 0.0,
blue: 0.0,
alpha: 0.0,
),
selected: (
red: 0.0,
green: 0.0,
blue: 0.0,
alpha: 0.0,
),
selected_text: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
focus: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
divider: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 0.2,
),
on: (
red: 0.99215686,
green: 0.6313726,
blue: 0.627451,
alpha: 1.0,
),
disabled: (
red: 0.0,
green: 0.0,
blue: 0.0,
alpha: 0.0,
),
on_disabled: (
red: 0.49607843,
green: 0.3156863,
blue: 0.3137255,
alpha: 0.5,
),
border: (
red: 0.7432059,
green: 0.7432059,
blue: 0.7432057,
alpha: 1.0,
),
disabled_border: (
red: 0.7432059,
green: 0.7432059,
blue: 0.7432057,
alpha: 0.5,
),
)

View File

@@ -0,0 +1 @@
"cosmic-dark"

Some files were not shown because too many files have changed in this diff Show More