1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-06-09 13:39:29 +00:00
This commit is contained in:
Rae 5e 2025-06-05 22:29:06 -04:00
parent ba9f49ea9a
commit 58e551abb2
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
14 changed files with 686 additions and 740 deletions

View file

@ -1,28 +1,29 @@
{
"backup_device_uuid" : "fbbcc72f-34af-425c-9151-ef8919a6ae07",
"parent_device_uuid" : "",
"do_first_run" : "false",
"btrfs_mode" : "false",
"include_btrfs_home_for_backup" : "false",
"include_btrfs_home_for_restore" : "false",
"stop_cron_emails" : "true",
"schedule_monthly" : "false",
"schedule_weekly" : "false",
"schedule_daily" : "false",
"schedule_hourly" : "false",
"schedule_boot" : "false",
"count_monthly" : "2",
"count_weekly" : "3",
"count_daily" : "5",
"count_hourly" : "6",
"count_boot" : "5",
"date_format" : "%Y-%m-%d %H:%M:%S",
"exclude" : [
"/var/empty/**",
"/**",
"+ /home/rae/**",
"+ /opt/apps/**",
"/root/**"
],
"exclude-apps" : []
}
"backup_device_uuid" : "fbbcc72f-34af-425c-9151-ef8919a6ae07",
"parent_device_uuid" : "",
"do_first_run" : "false",
"btrfs_mode" : "false",
"include_btrfs_home_for_backup" : "false",
"include_btrfs_home_for_restore" : "false",
"stop_cron_emails" : "true",
"schedule_monthly" : "false",
"schedule_weekly" : "false",
"schedule_daily" : "false",
"schedule_hourly" : "false",
"schedule_boot" : "false",
"count_monthly" : "2",
"count_weekly" : "3",
"count_daily" : "5",
"count_hourly" : "6",
"count_boot" : "5",
"date_format" : "%Y-%m-%d %H:%M:%S",
"exclude" : [
"/var/empty/**",
"/**",
"+ /home/rae/**",
"+ /opt/apps/**",
"/root/**"
],
"exclude-apps" : []
}

View file

@ -19,18 +19,18 @@ LeftTitleButton "wmenu.xbm" = f.nop
RightTitleButton "minimize.xbm" = f.iconify
RightTitleButton "close.xbm" = f.delete
Color {
BorderColor "#0d8778"
DefaultBackground "#0d8778"
DefaultForeground "#ffffff"
TitleBackground "#0d8778"
TitleForeground "#ffffff"
MenuTitleBackground "#b52f62"
MenuTitleForeground "#ffffff"
MenuBackground "#b52f62"
MenuForeground "#ffffff"
MenuBorderColor "#b52f62"
IconManagerBackground "#b52f62"
IconManagerForeground "#ffffff"
BorderColor "#0d8778"
DefaultBackground "#0d8778"
DefaultForeground "#ffffff"
TitleBackground "#0d8778"
TitleForeground "#ffffff"
MenuTitleBackground "#b52f62"
MenuTitleForeground "#ffffff"
MenuBackground "#b52f62"
MenuForeground "#ffffff"
MenuBorderColor "#b52f62"
IconManagerBackground "#b52f62"
IconManagerForeground "#ffffff"
}
# window actions
Button1 = : root : f.menu "TwmWindows"
@ -41,23 +41,24 @@ Function "raise-lower-move" { f.move f.raiselower }
# menus
menu "System"
{
"System" f.title
"Icon manager" f.showiconmgr
"Restart twm" f.restart
"Take screenshot" !"flameshot gui&"
"" f.nop
"Applications" f.menu "Applications"
"Processes" !"kitty btop&"
"" f.nop
"Shutdown" !"shutdown now&"
"Restart" !"reboot&"
"System" f.title
"Icon manager" f.showiconmgr
"Restart twm" f.restart
"Take screenshot" !"flameshot gui&"
"" f.nop
"Applications" f.menu "Applications"
"Processes" !"kitty btop&"
"" f.nop
"Shutdown" !"shutdown now&"
"Restart" !"reboot&"
}
menu "Applications"
{
"Applications" f.title
"Dolphin" !"dolphin&"
"Konsole" !"konsole&"
"Firefox" !"firefox&"
"Kate" !"kate&"
"VSCodium" !"codium&"
"Applications" f.title
"Dolphin" !"dolphin&"
"Konsole" !"konsole&"
"Firefox" !"firefox&"
"Kate" !"kate&"
"VSCodium" !"codium&"
}