1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-11-01 03:27:26 -05:00
dotfiles/.dotter/global.toml

83 lines
2.7 KiB
TOML
Raw Normal View History

2023-04-23 21:31:37 -05:00
[helpers]
2023-04-23 22:27:37 -05:00
[applications.files]
"applications/code.desktop" = "~/.local/share/applications/code.desktop"
"applications/com.logseq.Logseq.desktop" = "~/.local/share/applications/com.logseq.Logseq.desktop"
2023-04-23 21:31:37 -05:00
2023-04-23 22:27:37 -05:00
[bottom.files]
"bottom/bottom.toml" = "~/.config/bottom/bottom.toml"
2023-04-23 21:31:37 -05:00
2023-04-23 22:27:37 -05:00
[fish.files]
fish = "~/.config/fish"
[git.files]
"git/gitconfig" = "~/.gitconfig"
[kitty.files]
"kitty/kitty.conf" = "~/.config/kitty/kitty.conf"
2023-04-23 23:58:45 -05:00
[rofi]
depends = ["theme"]
2023-04-23 22:27:37 -05:00
[rofi.files]
2023-04-23 22:33:29 -05:00
"rofi/config/config.rasi" = "~/.config/rofi/config.rasi"
2023-04-23 22:27:37 -05:00
"rofi/themes/rofi-advanced-7-2.rasi" = "~/.local/share/rofi/themes/rofi-advanced-7-2.rasi"
"rofi/themes/rofi-advanced-powermenu-6-2.rasi" = "~/.local/share/rofi/themes/rofi-advanced-powermenu-6-2.rasi"
"rofi/themes/powermenu.sh" = "~/.local/share/rofi/themes/powermenu.sh"
"rofi/themes/launcher-bg.avif" = { target = "~/.local/share/rofi/themes/launcher-bg.avif", type = "symbolic" }
"rofi/themes/powermenu-bg.avif" = { target = "~/.local/share/rofi/themes/powermenu-bg.avif", type = "symbolic" }
2023-04-23 22:27:37 -05:00
2023-04-23 23:58:45 -05:00
[sway]
depends = ["theme"]
2023-04-23 22:27:37 -05:00
[sway.files]
"sway/config" = "~/.config/sway/config"
2023-04-23 23:58:45 -05:00
"sway/left.avif" = { target = "~/.config/sway/left.avif", type = "symbolic" }
"sway/middle.avif" = { target = "~/.config/sway/middle.avif", type = "symbolic" }
"sway/right.avif" = { target = "~/.config/sway/right.avif", type = "symbolic" }
2023-04-23 22:27:37 -05:00
[systemd.files]
"systemd/user/kdeconnectd.service" = "~/.config/systemd/user/kdeconnectd.service"
"systemd/user/noisetorch.service" = "~/.config/systemd/user/noisetorch.service"
"systemd/user/ssh-agent.service" = "~/.config/systemd/user/ssh-agent.service"
2023-04-23 23:23:11 -05:00
[waybar]
2023-04-24 19:39:55 -05:00
depends = ["theme", "system"]
2023-04-23 22:27:37 -05:00
[waybar.files]
"waybar/config" = "~/.config/waybar/config"
"waybar/style.css" = "~/.config/waybar/style.css"
"waybar/mediaplayer.py" = "~/.config/waybar/mediaplayer.py"
2023-04-23 23:23:11 -05:00
2023-04-24 19:39:55 -05:00
[system.variables]
has_battery = false
2023-04-23 23:23:11 -05:00
[theme.variables]
# These are specified in bg-fg pairs, background and text color. The _fg color
# is the color of text that would be readable on this color background.
#
# Dark doesn't necessarily mean darker tone, but also could be a duller tone. Or
# could be straight up lighter, just depends on the theme. It's just a variation
# of the color it's based on.
color_primary = "#66cc99"
color_primary_fg = "#000000"
color_primary_dark = "#94A879"
color_primary_dark_fg = "#000000"
color_primary_darker = "#5D7150"
color_primary_darker_fg = "#FFFFFF"
color_primary_darkest = "#807348"
color_primary_darkest_fg = "#FFFFFF"
color_secondary = "#D6882D"
color_secondary_fg = "#000000"
color_secondary_dark = "#9B551E"
color_secondary_dark_fg = "#FFFFFF"
color_secondary_darker = "#743307"
color_secondary_darker_fg = "#FFFFFF"
color_secondary_darkest = "#3F2D16"
color_secondary_darkest_fg = "#FFFFFF"